diff options
author | Aaron Walker <ka0ttic@gentoo.org> | 2004-11-14 03:51:21 +0000 |
---|---|---|
committer | Aaron Walker <ka0ttic@gentoo.org> | 2004-11-14 03:51:21 +0000 |
commit | 29be90b50fa5500f704fe7767227a91042d1538e (patch) | |
tree | 4a48064765c7fc0712b86a50a23f49a2ae766041 /dev-util/shtool | |
parent | much better HOMEPAGE (diff) | |
download | historical-29be90b50fa5500f704fe7767227a91042d1538e.tar.gz historical-29be90b50fa5500f704fe7767227a91042d1538e.tar.bz2 historical-29be90b50fa5500f704fe7767227a91042d1538e.zip |
Marked stable on x86.
Diffstat (limited to 'dev-util/shtool')
-rw-r--r-- | dev-util/shtool/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/shtool/Manifest | 10 | ||||
-rw-r--r-- | dev-util/shtool/shtool-2.0.1.ebuild | 4 |
3 files changed, 11 insertions, 8 deletions
diff --git a/dev-util/shtool/ChangeLog b/dev-util/shtool/ChangeLog index 8e08f07f62bf..fc4892b813f8 100644 --- a/dev-util/shtool/ChangeLog +++ b/dev-util/shtool/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/shtool # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/shtool/ChangeLog,v 1.9 2004/09/23 14:37:56 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/shtool/ChangeLog,v 1.10 2004/11/14 03:51:21 ka0ttic Exp $ + + 13 Nov 2004; Aaron Walker <ka0ttic@gentoo.org> shtool-2.0.1.ebuild: + Marked stable on x86. 23 Sep 2004; Gustavo Zacarias <gustavoz@gentoo.org> shtool-2.0.0.ebuild: Stable on sparc diff --git a/dev-util/shtool/Manifest b/dev-util/shtool/Manifest index 66231bf61243..5c1a2e6fd16a 100644 --- a/dev-util/shtool/Manifest +++ b/dev-util/shtool/Manifest @@ -1,10 +1,10 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 2894eb9ff22703c743b4bf0da473542e shtool-2.0.1.ebuild 702 +MD5 09bb135485c68963e27c8046c48daeee shtool-2.0.1.ebuild 701 MD5 0e54412755597a18e9bdca731b685114 shtool-2.0.0.ebuild 669 MD5 1f5ebae41463ff7a7f19d26ef5aa83bd shtool-1.5.1-r2.ebuild 667 -MD5 d96e98f47476166cdf3eda8493d8ff2b ChangeLog 1295 +MD5 708601cf41a80a0f3f09c04996617a90 ChangeLog 1390 MD5 f8d10f350e91f30316ea4e1bd1e76470 metadata.xml 254 MD5 464e282a2264f57547160110a75fb2cd files/digest-shtool-1.5.1-r2 63 MD5 63a43b75ae57d47788bf15fa55bde7e4 files/digest-shtool-2.0.0 63 @@ -12,7 +12,7 @@ MD5 681bcf27698f4267818a267ff35134fa files/digest-shtool-2.0.1 63 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) -iD8DBQFBU/WUEZCkKN40op4RAgceAKC8oKDNer9Xby/7mPvEafNAlY1ZhACgxF43 -I7D02c8AGOxrskSzykLhzmY= -=WKzE +iD8DBQFBltZGEZCkKN40op4RApnaAJ9q3hB01DV9ki2Uhhsxv9yU6zOxhwCcCi1k +IR1lTkv41n6Bo/b6sNbpVBs= +=ePNH -----END PGP SIGNATURE----- diff --git a/dev-util/shtool/shtool-2.0.1.ebuild b/dev-util/shtool/shtool-2.0.1.ebuild index 4d778f25d06d..5f1b96e24ca9 100644 --- a/dev-util/shtool/shtool-2.0.1.ebuild +++ b/dev-util/shtool/shtool-2.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/shtool/shtool-2.0.1.ebuild,v 1.1 2004/09/23 14:31:08 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/shtool/shtool-2.0.1.ebuild,v 1.2 2004/11/14 03:51:21 ka0ttic Exp $ DESCRIPTION="A compilation of small but very stable and portable shell scripts into a single shell tool" SRC_URI="ftp://ftp.gnu.org/gnu/shtool/${P}.tar.gz" @@ -8,7 +8,7 @@ HOMEPAGE="http://www.gnu.org/software/shtool/shtool.html" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~sparc ~ia64 ~ppc" +KEYWORDS="x86 ~sparc ~ia64 ~ppc" IUSE="" DEPEND=">=dev-lang/perl-5.6" |