diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-10-06 19:48:55 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-10-06 19:48:55 +0000 |
commit | 0a787f663717d27b8b1cac5d30f455c7f78c2a14 (patch) | |
tree | 9ab6026cc43bb1d768d80ebf48738b2e6dbd6774 /dev-perl/URI | |
parent | added gzip to DEPEND and set RDEPEND to media-libs/ladspa-sdk; minor style fi... (diff) | |
download | gentoo-2-0a787f663717d27b8b1cac5d30f455c7f78c2a14.tar.gz gentoo-2-0a787f663717d27b8b1cac5d30f455c7f78c2a14.tar.bz2 gentoo-2-0a787f663717d27b8b1cac5d30f455c7f78c2a14.zip |
Stable on alpha.
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 4c912b92a354..a0ecc796d0dd 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.30 2004/09/26 18:02:54 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/ChangeLog,v 1.31 2004/10/06 19:48:55 kloeri Exp $ + + 06 Oct 2004; Bryan Østergaard <kloeri@gentoo.org> URI-1.31.ebuild: + Stable on alpha. *URI-1.33 (26 Sep 2004) diff --git a/dev-perl/URI/URI-1.31.ebuild b/dev-perl/URI/URI-1.31.ebuild index e81eaa37def5..acd380cc1eeb 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.4 2004/09/25 07:00:52 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/URI-1.31.ebuild,v 1.5 2004/10/06 19:48:55 kloeri 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" |