diff options
-rw-r--r-- | dev-util/shtool/ChangeLog | 9 | ||||
-rw-r--r-- | dev-util/shtool/shtool-2.0.8.ebuild | 20 |
2 files changed, 27 insertions, 2 deletions
diff --git a/dev-util/shtool/ChangeLog b/dev-util/shtool/ChangeLog index 1aaf23b9beda..de7f80199e66 100644 --- a/dev-util/shtool/ChangeLog +++ b/dev-util/shtool/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-util/shtool -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/shtool/ChangeLog,v 1.26 2007/03/19 02:26:38 kloeri Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/shtool/ChangeLog,v 1.27 2009/09/11 21:48:22 patrick Exp $ + +*shtool-2.0.8 (11 Sep 2009) + + 11 Sep 2009; Patrick Lauer <patrick@gentoo.org> +shtool-2.0.8.ebuild: + Bump 19 Mar 2007; Bryan Østergaard <kloeri@gentoo.org> metadata.xml: Remove ka0ttic from metadata.xml due to retirement. diff --git a/dev-util/shtool/shtool-2.0.8.ebuild b/dev-util/shtool/shtool-2.0.8.ebuild new file mode 100644 index 000000000000..f738a385b7ff --- /dev/null +++ b/dev-util/shtool/shtool-2.0.8.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/shtool/shtool-2.0.8.ebuild,v 1.1 2009/09/11 21:48:22 patrick Exp $ + +DESCRIPTION="A compilation of small but very stable and portable shell scripts into a single shell tool" +HOMEPAGE="http://www.gnu.org/software/shtool/shtool.html" +SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" +#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 +} |