dev-util/shunit2: remove old
authorMichael Palimaka <kensington@gentoo.org>
Thu, 29 Dec 2016 10:53:56 +0000 (21:53 +1100)
committerMichael Palimaka <kensington@gentoo.org>
Thu, 29 Dec 2016 10:55:38 +0000 (21:55 +1100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

dev-util/shunit2/shunit2-2.1.6.ebuild [deleted file]

diff --git a/dev-util/shunit2/shunit2-2.1.6.ebuild b/dev-util/shunit2/shunit2-2.1.6.ebuild
deleted file mode 100644 (file)
index c18eb6c..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-inherit eutils
-
-DESCRIPTION="Unit-test framework for Bourne-based shell scripts"
-HOMEPAGE="https://github.com/kward/shunit2"
-SRC_URI="https://shunit2.googlecode.com/files/${P}.tgz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="doc test"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-       dev-lang/perl
-       net-misc/curl"
-
-src_install() {
-       dobin src/shunit2 || die
-
-       # For backwards compat to <=2.1.5
-       dosym /usr/bin/shunit2 /usr/share/shunit2/shunit2 || die
-
-       dodoc -r examples || die
-       dodoc doc/*.txt || die
-       dohtml doc/*.{html,css} || die
-}