summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-05-07 10:32:00 +0000
committerTorsten Veller <tove@gentoo.org>2009-05-07 10:32:00 +0000
commit716fce0f540ba64025903c9a3ba04e3c9b405338 (patch)
treee3cae9f47e208369913dfe9258b99cc62ff88d86
parentCleanup (diff)
downloadgentoo-2-716fce0f540ba64025903c9a3ba04e3c9b405338.tar.gz
gentoo-2-716fce0f540ba64025903c9a3ba04e3c9b405338.tar.bz2
gentoo-2-716fce0f540ba64025903c9a3ba04e3c9b405338.zip
Cleanup
(Portage version: 2.2_rc33/cvs/Linux i686)
-rw-r--r--dev-perl/XML-Parser/ChangeLog6
-rw-r--r--dev-perl/XML-Parser/XML-Parser-2.34-r1.ebuild25
-rw-r--r--dev-perl/XML-Parser/XML-Parser-2.34.ebuild25
3 files changed, 5 insertions, 51 deletions
diff --git a/dev-perl/XML-Parser/ChangeLog b/dev-perl/XML-Parser/ChangeLog
index 5c37fcc0c348..73394711306b 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-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Parser/ChangeLog,v 1.37 2009/05/06 19:28:03 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Parser/ChangeLog,v 1.38 2009/05/07 10:32:00 tove Exp $
+
+ 07 May 2009; Torsten Veller <tove@gentoo.org> -XML-Parser-2.34.ebuild,
+ -XML-Parser-2.34-r1.ebuild:
+ Cleanup
06 May 2009; Jeroen Roovers <jer@gentoo.org> XML-Parser-2.36.ebuild:
Stable for HPPA (bug #268265).
diff --git a/dev-perl/XML-Parser/XML-Parser-2.34-r1.ebuild b/dev-perl/XML-Parser/XML-Parser-2.34-r1.ebuild
deleted file mode 100644
index 2a4156bf0975..000000000000
--- a/dev-perl/XML-Parser/XML-Parser-2.34-r1.ebuild
+++ /dev/null
@@ -1,25 +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/XML-Parser/XML-Parser-2.34-r1.ebuild,v 1.1 2007/08/12 15:06:53 drac 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.34.ebuild b/dev-perl/XML-Parser/XML-Parser-2.34.ebuild
deleted file mode 100644
index 2130641d0a1b..000000000000
--- a/dev-perl/XML-Parser/XML-Parser-2.34.ebuild
+++ /dev/null
@@ -1,25 +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/XML-Parser/XML-Parser-2.34.ebuild,v 1.23 2007/02/28 22:06:25 genstef 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"
-}