summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2014-07-18 21:59:09 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2014-07-18 21:59:09 +0000
commit16749fcb67bc0701f9e9e9cf16076331ad0345aa (patch)
treeb1e5c570191071779a333061a841ebcb3ef59d4c /perl-core/DB_File
parentImprove dependencies; remove old (diff)
downloadgentoo-2-16749fcb67bc0701f9e9e9cf16076331ad0345aa.tar.gz
gentoo-2-16749fcb67bc0701f9e9e9cf16076331ad0345aa.tar.bz2
gentoo-2-16749fcb67bc0701f9e9e9cf16076331ad0345aa.zip
Remove old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 84AD142F)
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.826.0.ebuild27
2 files changed, 5 insertions, 28 deletions
diff --git a/perl-core/DB_File/ChangeLog b/perl-core/DB_File/ChangeLog
index 2b4a2e234fd4..e805fe13b1ec 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-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/DB_File/ChangeLog,v 1.62 2014/07/05 16:11:01 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/DB_File/ChangeLog,v 1.63 2014/07/18 21:59:09 dilfridge Exp $
+
+ 18 Jul 2014; Andreas K. Huettel <dilfridge@gentoo.org>
+ -DB_File-1.826.0.ebuild:
+ Remove old
05 Jul 2014; Andreas K. Huettel <dilfridge@gentoo.org> -DB_File-1.821.ebuild,
-DB_File-1.822.0.ebuild, -DB_File-1.824.0.ebuild:
diff --git a/perl-core/DB_File/DB_File-1.826.0.ebuild b/perl-core/DB_File/DB_File-1.826.0.ebuild
deleted file mode 100644
index f1144073a319..000000000000
--- a/perl-core/DB_File/DB_File-1.826.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2012 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.826.0.ebuild,v 1.1 2012/01/29 08:43:08 tove Exp $
-
-EAPI=4
-
-MODULE_AUTHOR=PMQS
-MODULE_VERSION=1.826
-inherit perl-module multilib eutils
-
-DESCRIPTION="A Berkeley DB Support Perl Module"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
-IUSE=""
-
-RDEPEND="sys-libs/db"
-DEPEND="${RDEPEND}"
-
-SRC_TEST="do"
-
-src_prepare() {
- if [[ $(get_libdir) != "lib" ]] ; then
- sed -i "s:^LIB.*:LIB = /usr/$(get_libdir):" "${S}"/config.in || die
- fi
- epatch "${FILESDIR}"/DB_File-MakeMaker.patch
-}