diff options
author | Lars Weiler <pylon@gentoo.org> | 2004-03-11 02:35:02 +0000 |
---|---|---|
committer | Lars Weiler <pylon@gentoo.org> | 2004-03-11 02:35:02 +0000 |
commit | 3bd42437a74c347f4bc76dce8311e0f5566cdb17 (patch) | |
tree | 201f51b8fce52ac0e27bc8ffa97d8ef8c9505418 /dev-perl/HTML-Parser | |
parent | Version bump and evil fixes ;) (Manifest recommit) (diff) | |
download | gentoo-2-3bd42437a74c347f4bc76dce8311e0f5566cdb17.tar.gz gentoo-2-3bd42437a74c347f4bc76dce8311e0f5566cdb17.tar.bz2 gentoo-2-3bd42437a74c347f4bc76dce8311e0f5566cdb17.zip |
stable on ppc
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.34-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/HTML-Parser/ChangeLog b/dev-perl/HTML-Parser/ChangeLog index 3916ce81e472..54e40d76d9a4 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-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/ChangeLog,v 1.26 2004/02/27 21:12:29 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/ChangeLog,v 1.27 2004/03/11 02:31:05 pylon Exp $ + + 11 Mar 2004; Lars Weiler <pylon@gentoo.org> HTML-Parser-3.34-r1.ebuild: + stable on ppc 27 Feb 2004; Michael Cummings <mcummings@gentoo.org> HTML-Parser-3.34-r1.ebuild: diff --git a/dev-perl/HTML-Parser/HTML-Parser-3.34-r1.ebuild b/dev-perl/HTML-Parser/HTML-Parser-3.34-r1.ebuild index 5ad9c8a8c4d4..33ac1790a42d 100644 --- a/dev-perl/HTML-Parser/HTML-Parser-3.34-r1.ebuild +++ b/dev-perl/HTML-Parser/HTML-Parser-3.34-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/HTML-Parser-3.34-r1.ebuild,v 1.6 2004/02/27 21:12:29 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/HTML-Parser-3.34-r1.ebuild,v 1.7 2004/03/11 02:31:05 pylon Exp $ inherit perl-module @@ -9,7 +9,7 @@ SRC_URI="http://cpan.org/modules/by-module/HTML/${P}.tar.gz" HOMEPAGE="http://cpan.org/modules/by-module/HTML/${P}.readme" SLOT="0" LICENSE="Artistic" -KEYWORDS="x86 ~amd64 ~ppc sparc alpha ~hppa ia64" +KEYWORDS="x86 ~amd64 ppc sparc alpha ~hppa ia64" IUSE="" newdepend ">=dev-perl/HTML-Tagset-3.03" mydoc="ANNOUNCEMENT TODO" |