diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2006-05-28 11:08:19 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2006-05-28 11:08:19 +0000 |
commit | bead58fc9ed8661c1831bc5f3b640e7dc9f1ae2c (patch) | |
tree | ba2fb7c5133b9fe4d73f959acbc9c76fe57378af /dev-perl/HTML-Parser | |
parent | Stable on alpha. (diff) | |
download | gentoo-2-bead58fc9ed8661c1831bc5f3b640e7dc9f1ae2c.tar.gz gentoo-2-bead58fc9ed8661c1831bc5f3b640e7dc9f1ae2c.tar.bz2 gentoo-2-bead58fc9ed8661c1831bc5f3b640e7dc9f1ae2c.zip |
Stable on alpha.
(Portage version: 2.1_rc3)
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.48.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/HTML-Parser/ChangeLog b/dev-perl/HTML-Parser/ChangeLog index 25d8043d65f7..2cdeb9424936 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/ChangeLog,v 1.70 2006/05/01 15:52:22 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/ChangeLog,v 1.71 2006/05/28 11:08:19 kloeri Exp $ + + 28 May 2006; Bryan Østergaard <kloeri@gentoo.org> + HTML-Parser-3.48.ebuild: + Stable on alpha. *HTML-Parser-3.54 (01 May 2006) diff --git a/dev-perl/HTML-Parser/HTML-Parser-3.48.ebuild b/dev-perl/HTML-Parser/HTML-Parser-3.48.ebuild index 5d083a5eab81..1d3a1151f378 100644 --- a/dev-perl/HTML-Parser/HTML-Parser-3.48.ebuild +++ b/dev-perl/HTML-Parser/HTML-Parser-3.48.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.48.ebuild,v 1.10 2006/04/24 15:31:37 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/HTML-Parser-3.48.ebuild,v 1.11 2006/05/28 11:08:19 kloeri 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 mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha ~amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" IUSE="unicode" DEPEND=">=dev-perl/HTML-Tagset-3.03" |