summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-07-29 12:29:21 +0000
committerTorsten Veller <tove@gentoo.org>2011-07-29 12:29:21 +0000
commitbcc4cef94d37b7438056496449742a8b92a5e859 (patch)
tree8b77f72e69aa61bcf3996ddc083cff1ad60030a6 /dev-perl/XML-Parser
parentCleanup (diff)
downloadgentoo-2-bcc4cef94d37b7438056496449742a8b92a5e859.tar.gz
gentoo-2-bcc4cef94d37b7438056496449742a8b92a5e859.tar.bz2
gentoo-2-bcc4cef94d37b7438056496449742a8b92a5e859.zip
Cleanup
(Portage version: 2.2.0_alpha47/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/XML-Parser')
-rw-r--r--dev-perl/XML-Parser/ChangeLog6
-rw-r--r--dev-perl/XML-Parser/XML-Parser-2.36.ebuild25
-rw-r--r--dev-perl/XML-Parser/XML-Parser-2.40.ebuild20
3 files changed, 5 insertions, 46 deletions
diff --git a/dev-perl/XML-Parser/ChangeLog b/dev-perl/XML-Parser/ChangeLog
index a54ef28669fc..4585df48c33e 100644
--- a/dev-perl/XML-Parser/ChangeLog
+++ b/dev-perl/XML-Parser/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/XML-Parser
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Parser/ChangeLog,v 1.48 2011/06/03 10:20:58 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Parser/ChangeLog,v 1.49 2011/07/29 12:29:21 tove Exp $
+
+ 29 Jul 2011; Torsten Veller <tove@gentoo.org> -XML-Parser-2.36.ebuild,
+ -XML-Parser-2.40.ebuild:
+ Cleanup
*XML-Parser-2.410.0 (03 Jun 2011)
diff --git a/dev-perl/XML-Parser/XML-Parser-2.36.ebuild b/dev-perl/XML-Parser/XML-Parser-2.36.ebuild
deleted file mode 100644
index a8879e9b8c1c..000000000000
--- a/dev-perl/XML-Parser/XML-Parser-2.36.ebuild
+++ /dev/null
@@ -1,25 +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/XML-Parser/XML-Parser-2.36.ebuild,v 1.7 2009/05/06 19:28:03 jer Exp $
-
-inherit perl-module multilib
-
-DESCRIPTION="A Perl extension interface to James Clark's XML parser, expat"
-HOMEPAGE="http://search.cpan.org/~msergeant/"
-SRC_URI="mirror://cpan/authors/id/M/MS/MSERGEANT/${P}.tar.gz"
-
-LICENSE="Artistic"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND=">=dev-libs/expat-1.95.1-r1
- dev-lang/perl"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- sed -i \
- -e "s:^\$expat_libpath.*:\$expat_libpath = '/usr/$(get_libdir)';:" \
- Makefile.PL || die "sed failed"
-}
diff --git a/dev-perl/XML-Parser/XML-Parser-2.40.ebuild b/dev-perl/XML-Parser/XML-Parser-2.40.ebuild
deleted file mode 100644
index 55b54de63c49..000000000000
--- a/dev-perl/XML-Parser/XML-Parser-2.40.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Parser/XML-Parser-2.40.ebuild,v 1.1 2010/09/16 06:30:27 tove Exp $
-
-EAPI=3
-
-MODULE_AUTHOR=CHORNY
-inherit perl-module multilib
-
-DESCRIPTION="A Perl extension interface to James Clark's XML parser, expat"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND=">=dev-libs/expat-1.95.1-r1"
-DEPEND="${RDEPEND}"
-
-SRC_TEST=do
-myconf="EXPATLIBPATH='${EPREFIX}/usr/$(get_libdir)' EXPATINCPATH='${EPREFIX}/usr/include'"