Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/shunit2/
Date: Thu, 29 Dec 2016 10:55:55
Message-Id: 1483008938.20e487be835ed1381686840152b3cf468c1e9f7c.kensington@gentoo
1 commit: 20e487be835ed1381686840152b3cf468c1e9f7c
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 29 10:53:56 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 29 10:55:38 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20e487be
7
8 dev-util/shunit2: remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-util/shunit2/shunit2-2.1.6.ebuild | 32 --------------------------------
13 1 file changed, 32 deletions(-)
14
15 diff --git a/dev-util/shunit2/shunit2-2.1.6.ebuild b/dev-util/shunit2/shunit2-2.1.6.ebuild
16 deleted file mode 100644
17 index c18eb6c..00000000
18 --- a/dev-util/shunit2/shunit2-2.1.6.ebuild
19 +++ /dev/null
20 @@ -1,32 +0,0 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI="4"
26 -
27 -inherit eutils
28 -
29 -DESCRIPTION="Unit-test framework for Bourne-based shell scripts"
30 -HOMEPAGE="https://github.com/kward/shunit2"
31 -SRC_URI="https://shunit2.googlecode.com/files/${P}.tgz"
32 -
33 -LICENSE="LGPL-2.1"
34 -SLOT="0"
35 -KEYWORDS="~amd64 ~ppc ~x86"
36 -IUSE="doc test"
37 -
38 -RDEPEND=""
39 -DEPEND="${RDEPEND}
40 - dev-lang/perl
41 - net-misc/curl"
42 -
43 -src_install() {
44 - dobin src/shunit2 || die
45 -
46 - # For backwards compat to <=2.1.5
47 - dosym /usr/bin/shunit2 /usr/share/shunit2/shunit2 || die
48 -
49 - dodoc -r examples || die
50 - dodoc doc/*.txt || die
51 - dohtml doc/*.{html,css} || die
52 -}