Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/shtool/
Date: Fri, 03 Jun 2016 09:10:16
Message-Id: 1464943335.7b843a5553447d9568a86a92c10820fac3ddbb67.monsieurp@gentoo
1 commit: 7b843a5553447d9568a86a92c10820fac3ddbb67
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 3 08:37:39 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 3 08:42:15 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b843a55
7
8 dev-util/shtool: Clean up old.
9
10 Package-Manager: portage-2.2.28
11
12 dev-util/shtool/shtool-2.0.8.ebuild | 20 --------------------
13 1 file changed, 20 deletions(-)
14
15 diff --git a/dev-util/shtool/shtool-2.0.8.ebuild b/dev-util/shtool/shtool-2.0.8.ebuild
16 deleted file mode 100644
17 index a8e0888..0000000
18 --- a/dev-util/shtool/shtool-2.0.8.ebuild
19 +++ /dev/null
20 @@ -1,20 +0,0 @@
21 -# Copyright 1999-2012 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -DESCRIPTION="A compilation of small but very stable and portable shell scripts into a single shell tool"
26 -HOMEPAGE="https://www.gnu.org/software/shtool/shtool.html"
27 -SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
28 -#SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
29 -
30 -LICENSE="GPL-2"
31 -SLOT="0"
32 -KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~s390 ~sh ~sparc x86"
33 -IUSE=""
34 -
35 -DEPEND=">=dev-lang/perl-5.6"
36 -
37 -src_install () {
38 - make DESTDIR="${D}" install || die "make install failed"
39 - dodoc AUTHORS ChangeLog README THANKS VERSION NEWS RATIONAL
40 -}