diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2004-10-19 08:08:12 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2004-10-19 08:08:12 +0000 |
commit | 6b185355c2372146a61fcce7a1f6be34b2020425 (patch) | |
tree | 81921ce7688df9d7dc1ffb758360e19e0694206a /dev-perl/URI | |
parent | Version bump." (diff) | |
download | historical-6b185355c2372146a61fcce7a1f6be34b2020425.tar.gz historical-6b185355c2372146a61fcce7a1f6be34b2020425.tar.bz2 historical-6b185355c2372146a61fcce7a1f6be34b2020425.zip |
Stable on amd64.
Diffstat (limited to 'dev-perl/URI')
-rw-r--r-- | dev-perl/URI/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/URI/URI-1.31.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/URI/ChangeLog b/dev-perl/URI/ChangeLog index 96f5e7628acc..7a584de9a907 100644 --- a/dev-perl/URI/ChangeLog +++ b/dev-perl/URI/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/URI # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/ChangeLog,v 1.32 2004/10/08 14:53:55 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/ChangeLog,v 1.33 2004/10/19 08:07:35 absinthe Exp $ + + 19 Oct 2004; Dylan Carlson <absinthe@gentoo.org> URI-1.31.ebuild: + Stable on amd64. 08 Oct 2004; Guy Martin <gmsoft@gentoo.org> URI-1.31.ebuild: Marked stable on hppa. diff --git a/dev-perl/URI/URI-1.31.ebuild b/dev-perl/URI/URI-1.31.ebuild index c1b9b0b2c2be..7eb9eff40308 100644 --- a/dev-perl/URI/URI-1.31.ebuild +++ b/dev-perl/URI/URI-1.31.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-perl/URI/URI-1.31.ebuild,v 1.6 2004/10/08 14:53:55 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/URI-1.31.ebuild,v 1.7 2004/10/19 08:07:35 absinthe Exp $ inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="http://cpan.valueclick.com/modules/by-category/15_World_Wide_Web_HTML_H LICENSE="Artistic" SLOT="0" -KEYWORDS="x86 ~ppc sparc mips alpha ~arm hppa ~amd64 ~ia64 ~s390" +KEYWORDS="x86 ~ppc sparc mips alpha ~arm hppa amd64 ~ia64 ~s390" IUSE="" DEPEND="dev-perl/MIME-Base64" |