From a635783b79b7bf6ea70cb47cf0d6c62d88451ed4 Mon Sep 17 00:00:00 2001 From: Patrice Clement Date: Wed, 20 Apr 2016 14:17:10 +0000 Subject: dev-util/shtool: EAPI 6 bump. Package-Manager: portage-2.2.26 --- dev-util/shtool/shtool-2.0.8-r1.ebuild | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 dev-util/shtool/shtool-2.0.8-r1.ebuild (limited to 'dev-util') 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 +} -- cgit v1.2.1