diff options
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.45.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/HTML-Parser/ChangeLog b/dev-perl/HTML-Parser/ChangeLog index 24e887f68fc6..22f822457942 100644 --- a/dev-perl/HTML-Parser/ChangeLog +++ b/dev-perl/HTML-Parser/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/HTML-Parser # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/ChangeLog,v 1.51 2005/08/18 18:43:08 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/ChangeLog,v 1.52 2005/08/21 09:48:55 killerfox Exp $ + + 21 Aug 2005; Rene Nussbaumer <killerfox@gentoo.org> + HTML-Parser-3.45.ebuild: + Stable on hppa. 18 Aug 2005; Michael Hanselmann <hansmi@gentoo.org> HTML-Parser-3.45.ebuild: diff --git a/dev-perl/HTML-Parser/HTML-Parser-3.45.ebuild b/dev-perl/HTML-Parser/HTML-Parser-3.45.ebuild index 812f86ab0f18..e7710231371d 100644 --- a/dev-perl/HTML-Parser/HTML-Parser-3.45.ebuild +++ b/dev-perl/HTML-Parser/HTML-Parser-3.45.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/HTML-Parser/HTML-Parser-3.45.ebuild,v 1.5 2005/08/18 18:43:08 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/HTML-Parser-3.45.ebuild,v 1.6 2005/08/21 09:48:55 killerfox Exp $ inherit perl-module @@ -9,7 +9,7 @@ HOMEPAGE="http://search.cpan.org/~gaas/${P}/" SRC_URI="mirror://cpan/authors/id/G/GA/GAAS/${P}.tar.gz" SLOT="0" LICENSE="Artistic" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ppc ~ppc64 sparc x86" +KEYWORDS="~alpha ~amd64 hppa ~ia64 ~mips ppc ~ppc64 sparc x86" IUSE="unicode" DEPEND=">=dev-perl/HTML-Tagset-3.03" mydoc="ANNOUNCEMENT TODO" |