diff options
author | Guy Martin <gmsoft@gentoo.org> | 2005-01-12 17:13:23 +0000 |
---|---|---|
committer | Guy Martin <gmsoft@gentoo.org> | 2005-01-12 17:13:23 +0000 |
commit | f2d2fdbbc83369c9d715f698c04b421860a07d2c (patch) | |
tree | 5bd712b8bb7da09321cb09d081eb6b1a92b080d4 /dev-perl/URI | |
parent | Stable on hppa. (diff) | |
download | historical-f2d2fdbbc83369c9d715f698c04b421860a07d2c.tar.gz historical-f2d2fdbbc83369c9d715f698c04b421860a07d2c.tar.bz2 historical-f2d2fdbbc83369c9d715f698c04b421860a07d2c.zip |
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.35.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/URI/ChangeLog b/dev-perl/URI/ChangeLog index 70081f4193e2..1cf095a20841 100644 --- a/dev-perl/URI/ChangeLog +++ b/dev-perl/URI/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/URI # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/ChangeLog,v 1.39 2005/01/04 17:43:51 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/ChangeLog,v 1.40 2005/01/12 17:13:23 gmsoft Exp $ + + 12 Jan 2005; Guy Martin <gmsoft@gentoo.org> URI-1.35.ebuild: + Stable on hppa. 04 Jan 2005; Gustavo Zacarias <gustavoz@gentoo.org> URI-1.35.ebuild: Stable on sparc diff --git a/dev-perl/URI/URI-1.35.ebuild b/dev-perl/URI/URI-1.35.ebuild index 6f230df740df..793655fa5b13 100644 --- a/dev-perl/URI/URI-1.35.ebuild +++ b/dev-perl/URI/URI-1.35.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/URI-1.35.ebuild,v 1.3 2005/01/04 17:43:51 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/URI-1.35.ebuild,v 1.4 2005/01/12 17:13:23 gmsoft Exp $ inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/G/GA/GAAS/${P}.tar.gz" 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" |