diff options
author | Torsten Veller <tove@gentoo.org> | 2009-11-23 09:02:07 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-11-23 09:02:07 +0000 |
commit | 12e6e5c90a3c2eef88b2ad08dfaee74a5d19b490 (patch) | |
tree | 0c18805cdb390435be48a7e2c7d97018b8fe5e87 /dev-perl/HTML-Parser | |
parent | fixed SRC_URI, bug 294116 (diff) | |
download | gentoo-2-12e6e5c90a3c2eef88b2ad08dfaee74a5d19b490.tar.gz gentoo-2-12e6e5c90a3c2eef88b2ad08dfaee74a5d19b490.tar.bz2 gentoo-2-12e6e5c90a3c2eef88b2ad08dfaee74a5d19b490.zip |
Cleanup
(Portage version: 2.2_rc51/cvs/Linux x86_64)
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.60.ebuild | 21 | ||||
-rw-r--r-- | dev-perl/HTML-Parser/HTML-Parser-3.62.ebuild | 22 | ||||
-rw-r--r-- | dev-perl/HTML-Parser/HTML-Parser-3.63.ebuild | 22 |
4 files changed, 5 insertions, 66 deletions
diff --git a/dev-perl/HTML-Parser/ChangeLog b/dev-perl/HTML-Parser/ChangeLog index 32869b4cfab1..44c3df3df758 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.129 2009/11/21 20:03:56 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/ChangeLog,v 1.130 2009/11/23 09:02:07 tove Exp $ + + 23 Nov 2009; Torsten Veller <tove@gentoo.org> -HTML-Parser-3.60.ebuild, + -HTML-Parser-3.62.ebuild, -HTML-Parser-3.63.ebuild: + Cleanup 21 Nov 2009; nixnut <nixnut@gentoo.org> HTML-Parser-3.64.ebuild: ppc stable #290194 diff --git a/dev-perl/HTML-Parser/HTML-Parser-3.60.ebuild b/dev-perl/HTML-Parser/HTML-Parser-3.60.ebuild deleted file mode 100644 index 552198da3474..000000000000 --- a/dev-perl/HTML-Parser/HTML-Parser-3.60.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# 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.60.ebuild,v 1.8 2009/05/20 17:51:04 armin76 Exp $ - -MODULE_AUTHOR=GAAS -inherit perl-module - -DESCRIPTION="Parse <HEAD> section of HTML documents" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" -IUSE="test" - -RDEPEND=">=dev-perl/HTML-Tagset-3.03 - dev-lang/perl" -DEPEND="${RDEPEND} - test? ( dev-perl/Test-Pod )" - -SRC_TEST=do -mydoc="ANNOUNCEMENT TODO" diff --git a/dev-perl/HTML-Parser/HTML-Parser-3.62.ebuild b/dev-perl/HTML-Parser/HTML-Parser-3.62.ebuild deleted file mode 100644 index ba2b4baf6dd9..000000000000 --- a/dev-perl/HTML-Parser/HTML-Parser-3.62.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# 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.10 2009/10/28 17:51:19 armin76 Exp $ - -EAPI=2 - -MODULE_AUTHOR=GAAS -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" -IUSE="test" - -RDEPEND=">=dev-perl/HTML-Tagset-3.03 - dev-lang/perl" -DEPEND="${RDEPEND} - test? ( dev-perl/Test-Pod )" - -SRC_TEST=do -mydoc="ANNOUNCEMENT TODO" diff --git a/dev-perl/HTML-Parser/HTML-Parser-3.63.ebuild b/dev-perl/HTML-Parser/HTML-Parser-3.63.ebuild deleted file mode 100644 index 728bed81ba3a..000000000000 --- a/dev-perl/HTML-Parser/HTML-Parser-3.63.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# 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.63.ebuild,v 1.1 2009/10/23 09:15:13 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=GAAS -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" -IUSE="test" - -RDEPEND=">=dev-perl/HTML-Tagset-3.03 - dev-lang/perl" -DEPEND="${RDEPEND} - test? ( dev-perl/Test-Pod )" - -SRC_TEST=do -mydoc="ANNOUNCEMENT TODO" |