diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-04-20 14:17:10 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-04-20 14:19:09 +0000 |
commit | a635783b79b7bf6ea70cb47cf0d6c62d88451ed4 (patch) | |
tree | 7d994e968ad8f1c3b404593bfa045266373bf76e /dev-util | |
parent | sys-kernel/gentoo-sources: Linux patch 3.18.31 (diff) | |
download | gentoo-a635783b79b7bf6ea70cb47cf0d6c62d88451ed4.tar.gz gentoo-a635783b79b7bf6ea70cb47cf0d6c62d88451ed4.tar.bz2 gentoo-a635783b79b7bf6ea70cb47cf0d6c62d88451ed4.zip |
dev-util/shtool: EAPI 6 bump.
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/shtool/shtool-2.0.8-r1.ebuild | 21 |
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 000000000000..7fd7c2ebffa9 --- /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 +} |