diff options
author | Torsten Veller <tove@gentoo.org> | 2009-09-07 09:04:09 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-09-07 09:04:09 +0000 |
commit | d3b0dc8eb680ccb7784f3ccc287b6aa8fa686892 (patch) | |
tree | 77ffe688179001841c86c82a475fcdf5a9089b1d | |
parent | Cleanup (diff) | |
download | gentoo-2-d3b0dc8eb680ccb7784f3ccc287b6aa8fa686892.tar.gz gentoo-2-d3b0dc8eb680ccb7784f3ccc287b6aa8fa686892.tar.bz2 gentoo-2-d3b0dc8eb680ccb7784f3ccc287b6aa8fa686892.zip |
Cleanup
(Portage version: 2.2_rc40/cvs/Linux x86_64)
-rw-r--r-- | dev-perl/HTML-Parser/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/HTML-Parser/HTML-Parser-3.61.ebuild | 22 |
2 files changed, 4 insertions, 23 deletions
diff --git a/dev-perl/HTML-Parser/ChangeLog b/dev-perl/HTML-Parser/ChangeLog index a8a58ec4acef..3657ce9e41e5 100644 --- a/dev-perl/HTML-Parser/ChangeLog +++ b/dev-perl/HTML-Parser/ChangeLog @@ -1,6 +1,9 @@ # 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.111 2009/08/18 20:54:00 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/ChangeLog,v 1.112 2009/09/07 09:04:09 tove Exp $ + + 07 Sep 2009; Torsten Veller <tove@gentoo.org> -HTML-Parser-3.61.ebuild: + Cleanup *HTML-Parser-3.62 (18 Aug 2009) diff --git a/dev-perl/HTML-Parser/HTML-Parser-3.61.ebuild b/dev-perl/HTML-Parser/HTML-Parser-3.61.ebuild deleted file mode 100644 index e35af07e0349..000000000000 --- a/dev-perl/HTML-Parser/HTML-Parser-3.61.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.61.ebuild,v 1.1 2009/07/15 19:07:00 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" |