summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-01-17 12:56:51 +0000
committerTorsten Veller <tove@gentoo.org>2010-01-17 12:56:51 +0000
commit4a8736d44250703cd224bd14d064d233b0230c56 (patch)
tree6978cb99154b4908c56b4bf50e46b764480d920f /perl-core/DB_File
parentCleanup (diff)
downloadhistorical-4a8736d44250703cd224bd14d064d233b0230c56.tar.gz
historical-4a8736d44250703cd224bd14d064d233b0230c56.tar.bz2
historical-4a8736d44250703cd224bd14d064d233b0230c56.zip
Cleanup
Package-Manager: portage-2.2_rc61/cvs/Linux x86_64
Diffstat (limited to 'perl-core/DB_File')
-rw-r--r--perl-core/DB_File/ChangeLog6
-rw-r--r--perl-core/DB_File/DB_File-1.815.ebuild29
-rw-r--r--perl-core/DB_File/DB_File-1.819.ebuild27
3 files changed, 5 insertions, 57 deletions
diff --git a/perl-core/DB_File/ChangeLog b/perl-core/DB_File/ChangeLog
index 1d2e7d810bbd..d7f14b26f63f 100644
--- a/perl-core/DB_File/ChangeLog
+++ b/perl-core/DB_File/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for perl-core/DB_File
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/DB_File/ChangeLog,v 1.38 2010/01/05 18:47:47 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/DB_File/ChangeLog,v 1.39 2010/01/17 12:56:51 tove Exp $
+
+ 17 Jan 2010; Torsten Veller <tove@gentoo.org> -DB_File-1.815.ebuild,
+ -DB_File-1.819.ebuild:
+ Cleanup
05 Jan 2010; nixnut <nixnut@gentoo.org> DB_File-1.820.ebuild:
ppc stable #288026
diff --git a/perl-core/DB_File/DB_File-1.815.ebuild b/perl-core/DB_File/DB_File-1.815.ebuild
deleted file mode 100644
index 417e4a23a307..000000000000
--- a/perl-core/DB_File/DB_File-1.815.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/DB_File/DB_File-1.815.ebuild,v 1.11 2009/12/16 21:46:20 abcd Exp $
-
-inherit perl-module multilib eutils
-
-DESCRIPTION="A Berkeley DB Support Perl Module"
-HOMEPAGE="http://www.cpan.org/modules/by-module/DB_File/${P}.readme"
-SRC_URI="mirror://cpan/authors/id/P/PM/PMQS/${P}.tar.gz"
-
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
-IUSE=""
-
-DEPEND="dev-lang/perl
- sys-libs/db"
-
-SRC_TEST="do"
-
-src_unpack() {
- unpack ${A}
- if [ $(get_libdir) != "lib" ] ; then
- sed -i -e "s:^LIB.*:LIB = /usr/$(get_libdir):" \
- ${S}/config.in || die
- fi
- cd ${S}
- epatch ${FILESDIR}/DB_File-MakeMaker.patch
-}
diff --git a/perl-core/DB_File/DB_File-1.819.ebuild b/perl-core/DB_File/DB_File-1.819.ebuild
deleted file mode 100644
index 1cf3659f5a2a..000000000000
--- a/perl-core/DB_File/DB_File-1.819.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/DB_File/DB_File-1.819.ebuild,v 1.2 2009/12/16 21:46:20 abcd Exp $
-
-MODULE_AUTHOR=PMQS
-inherit perl-module multilib eutils
-
-DESCRIPTION="A Berkeley DB Support Perl Module"
-
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
-IUSE=""
-
-DEPEND="dev-lang/perl
- sys-libs/db"
-
-SRC_TEST="do"
-
-src_unpack() {
- unpack ${A}
- if [ $(get_libdir) != "lib" ] ; then
- sed -i "s:^LIB.*:LIB = /usr/$(get_libdir):" "${S}"/config.in || die
- fi
- cd "${S}"
- epatch "${FILESDIR}"/DB_File-MakeMaker.patch
-}