summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/HTML-Parser/HTML-Parser-3.28.ebuild')
-rw-r--r--dev-perl/HTML-Parser/HTML-Parser-3.28.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-perl/HTML-Parser/HTML-Parser-3.28.ebuild b/dev-perl/HTML-Parser/HTML-Parser-3.28.ebuild
deleted file mode 100644
index 2b4240d761ac..000000000000
--- a/dev-perl/HTML-Parser/HTML-Parser-3.28.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2005 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.28.ebuild,v 1.16 2005/04/28 13:05:58 mcummings Exp $
-
-inherit perl-module
-
-DESCRIPTION="Parse <HEAD> section of HTML documents"
-SRC_URI="mirror://cpan/authors/id/G/GA/GAAS/${P}.tar.gz"
-HOMEPAGE="http://searc.cpan.org/~gaas/${P}/"
-
-SLOT="0"
-LICENSE="Artistic"
-KEYWORDS="x86 amd64 ppc sparc alpha hppa mips ia64"
-IUSE=""
-
-DEPEND="${DEPEND}
- >=dev-perl/HTML-Tagset-3.03"
-
-mydoc="ANNOUNCEMENT TODO"
-
-src_compile() {
- echo n |perl Makefile.PL ${myconf} \
- PREFIX=${D}/usr
- make || test
-}