summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2014-07-05 16:11:01 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2014-07-05 16:11:01 +0000
commitbea7be7737cf04d2e933d3647550c63b7976fa90 (patch)
treeadddd0eace5cf20106bf786821d15b503126cb82 /perl-core/DB_File
parentAdd perl-5.20 version; remove old (diff)
downloadgentoo-2-bea7be7737cf04d2e933d3647550c63b7976fa90.tar.gz
gentoo-2-bea7be7737cf04d2e933d3647550c63b7976fa90.tar.bz2
gentoo-2-bea7be7737cf04d2e933d3647550c63b7976fa90.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.821.ebuild28
-rw-r--r--perl-core/DB_File/DB_File-1.822.0.ebuild27
-rw-r--r--perl-core/DB_File/DB_File-1.824.0.ebuild27
4 files changed, 5 insertions, 83 deletions
diff --git a/perl-core/DB_File/ChangeLog b/perl-core/DB_File/ChangeLog
index 1ad83e41b93e..2b4a2e234fd4 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.61 2014/01/17 06:08:10 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/DB_File/ChangeLog,v 1.62 2014/07/05 16:11:01 dilfridge Exp $
+
+ 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:
+ Remove old
17 Jan 2014; Mike Frysinger <vapier@gentoo.org> DB_File-1.827.0.ebuild:
Mark m68k stable.
diff --git a/perl-core/DB_File/DB_File-1.821.ebuild b/perl-core/DB_File/DB_File-1.821.ebuild
deleted file mode 100644
index d4d8e519d001..000000000000
--- a/perl-core/DB_File/DB_File-1.821.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2013 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.821.ebuild,v 1.2 2013/08/15 02:38:19 patrick Exp $
-
-EAPI=3
-
-MODULE_AUTHOR=PMQS
-MODULE_VERSION=1.821
-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 ~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
- cd "${S}"
- epatch "${FILESDIR}"/DB_File-MakeMaker.patch
-}
diff --git a/perl-core/DB_File/DB_File-1.822.0.ebuild b/perl-core/DB_File/DB_File-1.822.0.ebuild
deleted file mode 100644
index c4193f850b9a..000000000000
--- a/perl-core/DB_File/DB_File-1.822.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2011 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.822.0.ebuild,v 1.1 2011/03/14 07:07:13 tove Exp $
-
-EAPI=3
-
-MODULE_AUTHOR=PMQS
-MODULE_VERSION=1.822
-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 ~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
-}
diff --git a/perl-core/DB_File/DB_File-1.824.0.ebuild b/perl-core/DB_File/DB_File-1.824.0.ebuild
deleted file mode 100644
index 8fc09903440f..000000000000
--- a/perl-core/DB_File/DB_File-1.824.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2011 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.824.0.ebuild,v 1.2 2011/12/20 12:50:38 naota Exp $
-
-EAPI=4
-
-MODULE_AUTHOR=PMQS
-MODULE_VERSION=1.824
-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
-}