summaryrefslogtreecommitdiff
path: root/dev-util/shtool
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2016-04-20 14:17:10 +0000
committerPatrice Clement <monsieurp@gentoo.org>2016-04-20 14:19:09 +0000
commita635783b79b7bf6ea70cb47cf0d6c62d88451ed4 (patch)
tree7d994e968ad8f1c3b404593bfa045266373bf76e /dev-util/shtool
parent6f5f1a2a9303a400237ffa79c5534b6e69427996 (diff)
downloadgentoo-a635783b79b7bf6ea70cb47cf0d6c62d88451ed4.tar.gz
gentoo-a635783b79b7bf6ea70cb47cf0d6c62d88451ed4.tar.xz
dev-util/shtool: EAPI 6 bump.
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-util/shtool')
-rw-r--r--dev-util/shtool/shtool-2.0.8-r1.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-util/shtool/shtool-2.0.8-r1.ebuild b/dev-util/shtool/shtool-2.0.8-r1.ebuild
new file mode 100644
index 00000000000..7fd7c2ebffa
--- /dev/null
+++ b/dev-util/shtool/shtool-2.0.8-r1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="A compilation of small but very stable and portable shell scripts into a single shell tool"
+HOMEPAGE="https://www.gnu.org/software/shtool/shtool.html"
+SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~s390 ~sh ~sparc ~x86"
+IUSE=""
+
+DEPEND=">=dev-lang/perl-5.6"
+
+src_install () {
+ make DESTDIR="${D}" install || die "make install failed"
+ dodoc AUTHORS ChangeLog README THANKS VERSION NEWS RATIONAL
+}