summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-12-29 21:53:56 +1100
committerMichael Palimaka <kensington@gentoo.org>2016-12-29 21:55:38 +1100
commit20e487be835ed1381686840152b3cf468c1e9f7c (patch)
tree3d9402f8da3fb8d58f0f13dad58a9a98965e5cba /dev-util/shunit2
parentdev-perl/DBD-SQLite: x86 stable wrt bug #595964 (diff)
downloadgentoo-20e487be835ed1381686840152b3cf468c1e9f7c.tar.gz
gentoo-20e487be835ed1381686840152b3cf468c1e9f7c.tar.bz2
gentoo-20e487be835ed1381686840152b3cf468c1e9f7c.zip
dev-util/shunit2: remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-util/shunit2')
-rw-r--r--dev-util/shunit2/shunit2-2.1.6.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/dev-util/shunit2/shunit2-2.1.6.ebuild b/dev-util/shunit2/shunit2-2.1.6.ebuild
deleted file mode 100644
index c18eb6c3f47b..000000000000
--- a/dev-util/shunit2/shunit2-2.1.6.ebuild
+++ /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
-}