diff options
author | Torsten Veller <tove@gentoo.org> | 2009-03-13 12:51:44 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-03-13 12:51:44 +0000 |
commit | 7a6157be203d2050efc31213adcd23cfdc02faef (patch) | |
tree | 20f23587dfdea11d20fe3e0c464395148dac28b5 /dev-perl/HTML-Parser | |
parent | Automated update of use.local.desc (diff) | |
download | historical-7a6157be203d2050efc31213adcd23cfdc02faef.tar.gz historical-7a6157be203d2050efc31213adcd23cfdc02faef.tar.bz2 historical-7a6157be203d2050efc31213adcd23cfdc02faef.zip |
Cleanup
Package-Manager: portage-2.2_rc24/cvs/Linux i686
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.58.ebuild | 21 | ||||
-rw-r--r-- | dev-perl/HTML-Parser/HTML-Parser-3.59.ebuild | 21 |
3 files changed, 5 insertions, 43 deletions
diff --git a/dev-perl/HTML-Parser/ChangeLog b/dev-perl/HTML-Parser/ChangeLog index 9e9275cf24be..e581ba87e3b5 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/ChangeLog,v 1.100 2009/02/12 11:48:48 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/ChangeLog,v 1.101 2009/03/13 12:40:29 tove Exp $ + + 13 Mar 2009; Torsten Veller <tove@gentoo.org> -HTML-Parser-3.58.ebuild, + -HTML-Parser-3.59.ebuild: + Cleanup *HTML-Parser-3.60 (12 Feb 2009) diff --git a/dev-perl/HTML-Parser/HTML-Parser-3.58.ebuild b/dev-perl/HTML-Parser/HTML-Parser-3.58.ebuild deleted file mode 100644 index 3be8dec84713..000000000000 --- a/dev-perl/HTML-Parser/HTML-Parser-3.58.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2008 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.58.ebuild,v 1.1 2008/11/21 09:56:00 tove 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.59.ebuild b/dev-perl/HTML-Parser/HTML-Parser-3.59.ebuild deleted file mode 100644 index 02b2fc1b16c4..000000000000 --- a/dev-perl/HTML-Parser/HTML-Parser-3.59.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2008 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.59.ebuild,v 1.1 2008/11/25 11:06:05 tove 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" |