diff options
author | Jeroen Roovers <jer@gentoo.org> | 2008-03-28 08:57:56 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2008-03-28 08:57:56 +0000 |
commit | 6e8f3319ab5e1da50dd6b04cea07c2348fcb7b05 (patch) | |
tree | e4d80cb258a295db7cb1d88a03b36c8dd2595b6b /dev-perl | |
parent | Stable for HPPA too. (diff) | |
download | gentoo-2-6e8f3319ab5e1da50dd6b04cea07c2348fcb7b05.tar.gz gentoo-2-6e8f3319ab5e1da50dd6b04cea07c2348fcb7b05.tar.bz2 gentoo-2-6e8f3319ab5e1da50dd6b04cea07c2348fcb7b05.zip |
Stable for HPPA too.
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/HTML-Parser/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/HTML-Parser/HTML-Parser-3.56.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/HTML-Parser/ChangeLog b/dev-perl/HTML-Parser/ChangeLog index 88970126c5b9..7384cc50fe78 100644 --- a/dev-perl/HTML-Parser/ChangeLog +++ b/dev-perl/HTML-Parser/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/HTML-Parser -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/ChangeLog,v 1.91 2007/07/11 15:41:36 armin76 Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/ChangeLog,v 1.92 2008/03/28 08:57:56 jer Exp $ + + 28 Mar 2008; Jeroen Roovers <jer@gentoo.org> HTML-Parser-3.56.ebuild: + Stable for HPPA too. 11 Jul 2007; Raúl Porcel <armin76@gentoo.org> HTML-Parser-3.56.ebuild: alpha/ia64/x86 stable diff --git a/dev-perl/HTML-Parser/HTML-Parser-3.56.ebuild b/dev-perl/HTML-Parser/HTML-Parser-3.56.ebuild index 8a8a9c2b12cc..7a3d9a1ae64a 100644 --- a/dev-perl/HTML-Parser/HTML-Parser-3.56.ebuild +++ b/dev-perl/HTML-Parser/HTML-Parser-3.56.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/HTML-Parser-3.56.ebuild,v 1.8 2007/07/11 15:41:36 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/HTML-Parser-3.56.ebuild,v 1.9 2008/03/28 08:57:56 jer 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="alpha amd64 arm ~hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" IUSE="unicode" DEPEND=">=dev-perl/HTML-Tagset-3.03 |