diff options
author | Guy Martin <gmsoft@gentoo.org> | 2004-10-08 14:56:51 +0000 |
---|---|---|
committer | Guy Martin <gmsoft@gentoo.org> | 2004-10-08 14:56:51 +0000 |
commit | 4e0079345e8a4b108c63503bc7c8351933623dc6 (patch) | |
tree | 8c5df5156814da551808550d15a6c3a7efef33be /dev-perl/URI | |
parent | Security update. #66371. (Manifest recommit) (diff) | |
download | gentoo-2-4e0079345e8a4b108c63503bc7c8351933623dc6.tar.gz gentoo-2-4e0079345e8a4b108c63503bc7c8351933623dc6.tar.bz2 gentoo-2-4e0079345e8a4b108c63503bc7c8351933623dc6.zip |
Marked stable on hppa.
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 a0ecc796d0dd..96f5e7628acc 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.31 2004/10/06 19:48:55 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/ChangeLog,v 1.32 2004/10/08 14:53:55 gmsoft Exp $ + + 08 Oct 2004; Guy Martin <gmsoft@gentoo.org> URI-1.31.ebuild: + Marked stable on hppa. 06 Oct 2004; Bryan Østergaard <kloeri@gentoo.org> URI-1.31.ebuild: Stable on alpha. diff --git a/dev-perl/URI/URI-1.31.ebuild b/dev-perl/URI/URI-1.31.ebuild index acd380cc1eeb..c1b9b0b2c2be 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.5 2004/10/06 19:48:55 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/URI-1.31.ebuild,v 1.6 2004/10/08 14:53:55 gmsoft 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" |