diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-02-04 17:26:15 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-02-04 17:26:15 +0000 |
commit | d39ceae5647574182e3e7985c9955d4f2b516fc0 (patch) | |
tree | 79e58249307e8fea0878fe845f401ac597c61456 /dev-util/shtool | |
parent | Move patches in a separate patchset out of ${FILESDIR}. (diff) | |
download | gentoo-2-d39ceae5647574182e3e7985c9955d4f2b516fc0.tar.gz gentoo-2-d39ceae5647574182e3e7985c9955d4f2b516fc0.tar.bz2 gentoo-2-d39ceae5647574182e3e7985c9955d4f2b516fc0.zip |
Version bump.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'dev-util/shtool')
-rw-r--r-- | dev-util/shtool/ChangeLog | 9 | ||||
-rw-r--r-- | dev-util/shtool/files/digest-shtool-2.0.4 | 3 | ||||
-rw-r--r-- | dev-util/shtool/shtool-2.0.4.ebuild | 20 |
3 files changed, 30 insertions, 2 deletions
diff --git a/dev-util/shtool/ChangeLog b/dev-util/shtool/ChangeLog index 0270a9942894..bfd5c16a61d9 100644 --- a/dev-util/shtool/ChangeLog +++ b/dev-util/shtool/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-util/shtool -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/shtool/ChangeLog,v 1.23 2005/10/03 12:09:44 ka0ttic Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/shtool/ChangeLog,v 1.24 2006/02/04 17:26:15 vapier Exp $ + +*shtool-2.0.4 (04 Feb 2006) + + 04 Feb 2006; Mike Frysinger <vapier@gentoo.org> +shtool-2.0.4.ebuild: + Version bump. *shtool-2.0.3 (03 Oct 2005) diff --git a/dev-util/shtool/files/digest-shtool-2.0.4 b/dev-util/shtool/files/digest-shtool-2.0.4 new file mode 100644 index 000000000000..822044de4961 --- /dev/null +++ b/dev-util/shtool/files/digest-shtool-2.0.4 @@ -0,0 +1,3 @@ +MD5 f6395e33865caf03c4de1c303796740b shtool-2.0.4.tar.gz 92616 +RMD160 5429334b6e98bcc1142bbc6223d6cc845244ba5b shtool-2.0.4.tar.gz 92616 +SHA256 6e67931b482fcfc865ec6d2e4a3338b6ca281e2afcb190c2a91a45d7ae5a615d shtool-2.0.4.tar.gz 92616 diff --git a/dev-util/shtool/shtool-2.0.4.ebuild b/dev-util/shtool/shtool-2.0.4.ebuild new file mode 100644 index 000000000000..7db441b9deda --- /dev/null +++ b/dev-util/shtool/shtool-2.0.4.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/shtool/shtool-2.0.4.ebuild,v 1.1 2006/02/04 17:26:15 vapier 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="ftp://ftp.gnu.org/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 +} |