diff options
author | Hardave Rior <hardave@gentoo.org> | 2005-10-10 07:40:20 +0000 |
---|---|---|
committer | Hardave Rior <hardave@gentoo.org> | 2005-10-10 07:40:20 +0000 |
commit | 7c59a0c9df3df6cbab947470d3701e5fe15f8bca (patch) | |
tree | 8e14e54a5991c6cfa05c288541c9a1d1ac95cb83 /dev-perl | |
parent | Fixed init script to work with all options and stop correctly with (diff) | |
download | gentoo-2-7c59a0c9df3df6cbab947470d3701e5fe15f8bca.tar.gz gentoo-2-7c59a0c9df3df6cbab947470d3701e5fe15f8bca.tar.bz2 gentoo-2-7c59a0c9df3df6cbab947470d3701e5fe15f8bca.zip |
Stable on mips.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/HTML-Parser/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/HTML-Parser/HTML-Parser-3.45.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/HTML-Parser/ChangeLog b/dev-perl/HTML-Parser/ChangeLog index 9223e11a59c6..5c4e86657f2e 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-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/ChangeLog,v 1.56 2005/09/17 15:19:27 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/ChangeLog,v 1.57 2005/10/10 07:40:20 hardave Exp $ + + 10 Oct 2005; Hardave Riar <hardave@gentoo.org> HTML-Parser-3.45.ebuild: + Stable on mips. 17 Sep 2005; Marcus D. Hanwell <cryos@gentoo.org> HTML-Parser-3.45.ebuild: Stable on amd64. diff --git a/dev-perl/HTML-Parser/HTML-Parser-3.45.ebuild b/dev-perl/HTML-Parser/HTML-Parser-3.45.ebuild index 6db3ec77e6a0..a3eccfc135ad 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.10 2005/09/17 15:19:27 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/HTML-Parser-3.45.ebuild,v 1.11 2005/10/10 07:40:20 hardave 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" |