commit: bbf0a1add3477e9d5c930590a1b7ca440deec254 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org> AuthorDate: Fri Aug 17 03:55:57 2018 +0000 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org> CommitDate: Fri Aug 17 04:29:18 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbf0a1ad
dev-perl/HTML-SimpleParse: Cleanup old version 0.120.0-r1 Package-Manager: Portage-2.3.40, Repoman-2.3.9 .../HTML-SimpleParse-0.120.0-r1.ebuild | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.120.0-r1.ebuild b/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.120.0-r1.ebuild deleted file mode 100644 index c83f72a19ed..00000000000 --- a/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.120.0-r1.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=KWILLIAMS -MODULE_VERSION=0.12 -inherit perl-module - -DESCRIPTION="A bare-bones HTML parser, similar to HTML::Parser" - -SLOT="0" -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND} - >=dev-perl/Module-Build-0.28"