summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/HTML-LinkExtractor/HTML-LinkExtractor-0.11.ebuild')
-rw-r--r--dev-perl/HTML-LinkExtractor/HTML-LinkExtractor-0.11.ebuild19
1 files changed, 0 insertions, 19 deletions
diff --git a/dev-perl/HTML-LinkExtractor/HTML-LinkExtractor-0.11.ebuild b/dev-perl/HTML-LinkExtractor/HTML-LinkExtractor-0.11.ebuild
deleted file mode 100644
index bae9fca0f075..000000000000
--- a/dev-perl/HTML-LinkExtractor/HTML-LinkExtractor-0.11.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-LinkExtractor/HTML-LinkExtractor-0.11.ebuild,v 1.8 2006/08/05 04:23:03 mcummings Exp $
-
-inherit perl-module
-
-DESCRIPTION="A bare-bones HTML parser, similar to HTML::Parser, but with a couple important distinctions."
-HOMEPAGE="http://www.cpan.org/modules/by-module/HTML/${P}.readme"
-SRC_URI="http://www.cpan.org/modules/by-module/HTML/${P}.tar.gz"
-IUSE=""
-LICENSE="Artistic"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-
-DEPEND=">=dev-perl/HTML-TokeParser-Simple-2
- dev-lang/perl"
-RDEPEND="${DEPEND}"
-
-