diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2004-01-08 18:23:27 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2004-01-08 18:23:27 +0000 |
commit | b7c5dab21edb46e9f196280b08964c97ba6cf915 (patch) | |
tree | 119ef0613a758bcacf3f8d342758ad3ca977cf8d /dev-perl | |
parent | Fixed bad patch names in aa-sources-2.4.22... (diff) | |
download | gentoo-2-b7c5dab21edb46e9f196280b08964c97ba6cf915.tar.gz gentoo-2-b7c5dab21edb46e9f196280b08964c97ba6cf915.tar.bz2 gentoo-2-b7c5dab21edb46e9f196280b08964c97ba6cf915.zip |
marked stable on hppa
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/digest-base/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/digest-base/Manifest | 4 | ||||
-rw-r--r-- | dev-perl/digest-base/digest-base-1.05.ebuild | 4 |
3 files changed, 9 insertions, 6 deletions
diff --git a/dev-perl/digest-base/ChangeLog b/dev-perl/digest-base/ChangeLog index 1cdae40dc69c..d52f11baec85 100644 --- a/dev-perl/digest-base/ChangeLog +++ b/dev-perl/digest-base/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/digest-base -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/digest-base/ChangeLog,v 1.5 2004/01/07 17:17:22 agriffis Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/digest-base/ChangeLog,v 1.6 2004/01/08 18:23:17 gustavoz Exp $ + + 08 Jan 2004; <gustavoz@gentoo.org> digest-base-1.05.ebuild: + marked stable on hppa 07 Jan 2004; <agriffis@gentoo.org> digest-base-1.05.ebuild: stable on ia64 diff --git a/dev-perl/digest-base/Manifest b/dev-perl/digest-base/Manifest index 738e1e379881..0945906baf62 100644 --- a/dev-perl/digest-base/Manifest +++ b/dev-perl/digest-base/Manifest @@ -1,4 +1,4 @@ -MD5 4122c2703089c15f5be7b998d2b05411 ChangeLog 911 -MD5 0f8ec60b4f127c877cdc86e48250f54d digest-base-1.05.ebuild 615 +MD5 bc80f992f8b4777c0643299623b6490d ChangeLog 998 MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 +MD5 1a6b371798a870461c06043ba093f1c0 digest-base-1.05.ebuild 614 MD5 35900ffbfad8f86b1af3a6ad4e16018e files/digest-digest-base-1.05 61 diff --git a/dev-perl/digest-base/digest-base-1.05.ebuild b/dev-perl/digest-base/digest-base-1.05.ebuild index 9f9301f6ac01..1732605a556e 100644 --- a/dev-perl/digest-base/digest-base-1.05.ebuild +++ b/dev-perl/digest-base/digest-base-1.05.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/digest-base/digest-base-1.05.ebuild,v 1.6 2004/01/07 17:17:22 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/digest-base/digest-base-1.05.ebuild,v 1.7 2004/01/08 18:23:17 gustavoz Exp $ inherit perl-module @@ -13,7 +13,7 @@ HOMEPAGE="http://http://www.cpan.org/modules/by-authors/id/G/GA/GAAS/${MY_P}.rea SLOT="0" LICENSE="Artistic | GPL-2" -KEYWORDS="x86 amd64 ppc sparc alpha ~hppa ia64" #~arm" +KEYWORDS="x86 amd64 ppc sparc alpha hppa ia64" #~arm" mydoc="rfc*.txt" |