diff options
author | 2009-10-28 17:51:19 +0000 | |
---|---|---|
committer | 2009-10-28 17:51:19 +0000 | |
commit | a2c58ccd2c11d15043ebc71fd6c5c90080e2a126 (patch) | |
tree | a4f3fe0b48688342ca0ce73764a1aa33dabc92d2 /dev-perl/HTML-Parser | |
parent | Version bump, remove old (diff) | |
download | gentoo-2-a2c58ccd2c11d15043ebc71fd6c5c90080e2a126.tar.gz gentoo-2-a2c58ccd2c11d15043ebc71fd6c5c90080e2a126.tar.bz2 gentoo-2-a2c58ccd2c11d15043ebc71fd6c5c90080e2a126.zip |
ia64/m68k/s390/sh stable
(Portage version: 2.1.6.13/cvs/Linux ia64)
Diffstat (limited to 'dev-perl/HTML-Parser')
-rw-r--r-- | dev-perl/HTML-Parser/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/HTML-Parser/HTML-Parser-3.62.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/HTML-Parser/ChangeLog b/dev-perl/HTML-Parser/ChangeLog index 85618c4312bd..b1fdce85f019 100644 --- a/dev-perl/HTML-Parser/ChangeLog +++ b/dev-perl/HTML-Parser/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/HTML-Parser # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/ChangeLog,v 1.122 2009/10/27 08:40:11 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/ChangeLog,v 1.123 2009/10/28 17:51:19 armin76 Exp $ + + 28 Oct 2009; Raúl Porcel <armin76@gentoo.org> HTML-Parser-3.62.ebuild: + ia64/m68k/s390/sh stable *HTML-Parser-3.64 (27 Oct 2009) diff --git a/dev-perl/HTML-Parser/HTML-Parser-3.62.ebuild b/dev-perl/HTML-Parser/HTML-Parser-3.62.ebuild index dafe47835c9a..ba2b4baf6dd9 100644 --- a/dev-perl/HTML-Parser/HTML-Parser-3.62.ebuild +++ b/dev-perl/HTML-Parser/HTML-Parser-3.62.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 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.62.ebuild,v 1.9 2009/10/18 16:07:34 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/HTML-Parser-3.62.ebuild,v 1.10 2009/10/28 17:51:19 armin76 Exp $ EAPI=2 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Parse <HEAD> section of HTML documents" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="test" RDEPEND=">=dev-perl/HTML-Tagset-3.03 |