summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2008-09-15 18:54:06 +0000
committerTorsten Veller <tove@gentoo.org>2008-09-15 18:54:06 +0000
commite1386da425a903b133fa174fbfb555e07f6e4edf (patch)
treeafd27b19458017e196ed739ebc27b8b75d50eaed /dev-perl/HTML-Parser
parentCleanup (diff)
downloadgentoo-2-e1386da425a903b133fa174fbfb555e07f6e4edf.tar.gz
gentoo-2-e1386da425a903b133fa174fbfb555e07f6e4edf.tar.bz2
gentoo-2-e1386da425a903b133fa174fbfb555e07f6e4edf.zip
Cleanup
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-tuxonice i686)
Diffstat (limited to 'dev-perl/HTML-Parser')
-rw-r--r--dev-perl/HTML-Parser/ChangeLog6
-rw-r--r--dev-perl/HTML-Parser/HTML-Parser-3.48.ebuild31
-rw-r--r--dev-perl/HTML-Parser/HTML-Parser-3.54.ebuild31
-rw-r--r--dev-perl/HTML-Parser/HTML-Parser-3.55.ebuild31
4 files changed, 5 insertions, 94 deletions
diff --git a/dev-perl/HTML-Parser/ChangeLog b/dev-perl/HTML-Parser/ChangeLog
index 5d2a4d82bfb5..87c07f452bae 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-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/ChangeLog,v 1.93 2008/06/07 11:59:35 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/ChangeLog,v 1.94 2008/09/15 18:54:06 tove Exp $
+
+ 15 Sep 2008; Torsten Veller <tove@gentoo.org> -HTML-Parser-3.48.ebuild,
+ -HTML-Parser-3.54.ebuild, -HTML-Parser-3.55.ebuild:
+ Cleanup
07 Jun 2008; Alexis Ballier <aballier@gentoo.org> HTML-Parser-3.56.ebuild:
keyword ~sparc-fbsd
diff --git a/dev-perl/HTML-Parser/HTML-Parser-3.48.ebuild b/dev-perl/HTML-Parser/HTML-Parser-3.48.ebuild
deleted file mode 100644
index a2b3f9a53e20..000000000000
--- a/dev-perl/HTML-Parser/HTML-Parser-3.48.ebuild
+++ /dev/null
@@ -1,31 +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-Parser/HTML-Parser-3.48.ebuild,v 1.15 2007/07/10 23:33:30 mr_bones_ Exp $
-
-inherit perl-module
-
-DESCRIPTION="Parse <HEAD> section of HTML documents"
-HOMEPAGE="http://search.cpan.org/~gaas/${P}/"
-SRC_URI="mirror://cpan/authors/id/G/GA/GAAS/${P}.tar.gz"
-
-LICENSE="Artistic"
-SLOT="0"
-KEYWORDS="alpha ~amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
-IUSE="unicode"
-
-DEPEND=">=dev-perl/HTML-Tagset-3.03
- dev-lang/perl"
-
-mydoc="ANNOUNCEMENT TODO"
-
-src_compile() {
- use unicode && answer='y' || answer='n'
- if [ "${MMSIXELEVEN}" ]; then
- echo "${answer}" | perl Makefile.PL ${myconf} \
- PREFIX=/usr INSTALLDIRS=vendor DESTDIR=${D}
- else
- echo "${answer}" | perl Makefile.PL ${myconf} \
- PREFIX=${D}/usr INSTALLDIRS=vendor
- fi
- perl-module_src_test
-}
diff --git a/dev-perl/HTML-Parser/HTML-Parser-3.54.ebuild b/dev-perl/HTML-Parser/HTML-Parser-3.54.ebuild
deleted file mode 100644
index 673d98c80ebb..000000000000
--- a/dev-perl/HTML-Parser/HTML-Parser-3.54.ebuild
+++ /dev/null
@@ -1,31 +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-Parser/HTML-Parser-3.54.ebuild,v 1.10 2007/07/10 23:33:30 mr_bones_ Exp $
-
-inherit perl-module
-
-DESCRIPTION="Parse <HEAD> section of HTML documents"
-HOMEPAGE="http://search.cpan.org/~gaas/${P}/"
-SRC_URI="mirror://cpan/authors/id/G/GA/GAAS/${P}.tar.gz"
-
-LICENSE="Artistic"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc ~x86 ~x86-fbsd"
-IUSE="unicode"
-
-DEPEND=">=dev-perl/HTML-Tagset-3.03
- dev-lang/perl"
-
-mydoc="ANNOUNCEMENT TODO"
-
-src_compile() {
- use unicode && answer='y' || answer='n'
- if [ "${MMSIXELEVEN}" ]; then
- echo "${answer}" | perl Makefile.PL ${myconf} \
- PREFIX=/usr INSTALLDIRS=vendor DESTDIR=${D}
- else
- echo "${answer}" | perl Makefile.PL ${myconf} \
- PREFIX=${D}/usr INSTALLDIRS=vendor
- fi
- perl-module_src_test
-}
diff --git a/dev-perl/HTML-Parser/HTML-Parser-3.55.ebuild b/dev-perl/HTML-Parser/HTML-Parser-3.55.ebuild
deleted file mode 100644
index f1091199a1f8..000000000000
--- a/dev-perl/HTML-Parser/HTML-Parser-3.55.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2007 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.55.ebuild,v 1.9 2007/04/16 06:02:55 corsair Exp $
-
-inherit perl-module
-
-DESCRIPTION="Parse <HEAD> section of HTML documents"
-HOMEPAGE="http://search.cpan.org/~gaas/${P}/"
-SRC_URI="mirror://cpan/authors/id/G/GA/GAAS/${P}.tar.gz"
-
-LICENSE="Artistic"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
-IUSE="unicode"
-
-DEPEND=">=dev-perl/HTML-Tagset-3.03
- dev-lang/perl"
-
-mydoc="ANNOUNCEMENT TODO"
-
-src_compile() {
- use unicode && answer='y' || answer='n'
- if [ "${MMSIXELEVEN}" ]; then
- echo "${answer}" | perl Makefile.PL ${myconf} \
- PREFIX=/usr INSTALLDIRS=vendor DESTDIR=${D}
- else
- echo "${answer}" | perl Makefile.PL ${myconf} \
- PREFIX=${D}/usr INSTALLDIRS=vendor
- fi
- perl-module_src_test
-}