diff options
author | 2009-09-10 08:23:49 +0000 | |
---|---|---|
committer | 2009-09-10 08:23:49 +0000 | |
commit | 1905b612079ebb4c3c0ca9f283dd3860b7f36b3b (patch) | |
tree | fac2f6ace2a2cddb4fbe591f706e59b2109caba5 /dev-perl/HTML-Parser | |
parent | stable x86, bug 283969 (diff) | |
download | historical-1905b612079ebb4c3c0ca9f283dd3860b7f36b3b.tar.gz historical-1905b612079ebb4c3c0ca9f283dd3860b7f36b3b.tar.bz2 historical-1905b612079ebb4c3c0ca9f283dd3860b7f36b3b.zip |
x86 stable, bug 283969
Package-Manager: portage-2.1.6.13/cvs/Linux i686
Diffstat (limited to 'dev-perl/HTML-Parser')
-rw-r--r-- | dev-perl/HTML-Parser/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/HTML-Parser/HTML-Parser-3.62.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/HTML-Parser/ChangeLog b/dev-perl/HTML-Parser/ChangeLog index 3657ce9e41e5..95b7593594f6 100644 --- a/dev-perl/HTML-Parser/ChangeLog +++ b/dev-perl/HTML-Parser/ChangeLog @@ -1,6 +1,10 @@ # 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.112 2009/09/07 09:04:09 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/ChangeLog,v 1.113 2009/09/10 08:15:22 fauli Exp $ + + 10 Sep 2009; Christian Faulhammer <fauli@gentoo.org> + HTML-Parser-3.62.ebuild: + x86 stable, bug 283969 07 Sep 2009; Torsten Veller <tove@gentoo.org> -HTML-Parser-3.61.ebuild: Cleanup diff --git a/dev-perl/HTML-Parser/HTML-Parser-3.62.ebuild b/dev-perl/HTML-Parser/HTML-Parser-3.62.ebuild index 53ca99228d2c..839e868e5557 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.1 2009/08/18 20:54:00 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/HTML-Parser-3.62.ebuild,v 1.2 2009/09/10 08:15:22 fauli 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 |