summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2014-07-26 12:33:06 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2014-07-26 12:33:06 +0000
commit236b76ec75e2746b09ffee1dd63c9c57a6bedecc (patch)
tree2530d8e8620255ccccd81440ebd89f9449bcfd42 /perl-core/DB_File
parentMove tc-export from multilib_src_compile() to src_prepare() so it gets passed... (diff)
downloadgentoo-2-236b76ec75e2746b09ffee1dd63c9c57a6bedecc.tar.gz
gentoo-2-236b76ec75e2746b09ffee1dd63c9c57a6bedecc.tar.bz2
gentoo-2-236b76ec75e2746b09ffee1dd63c9c57a6bedecc.zip
EAPI bump
(Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key EBE6A336BE19039C!)
Diffstat (limited to 'perl-core/DB_File')
-rw-r--r--perl-core/DB_File/ChangeLog10
-rw-r--r--perl-core/DB_File/DB_File-1.827.0-r1.ebuild (renamed from perl-core/DB_File/DB_File-1.827.0.ebuild)4
-rw-r--r--perl-core/DB_File/DB_File-1.829.0-r1.ebuild (renamed from perl-core/DB_File/DB_File-1.829.0.ebuild)9
3 files changed, 15 insertions, 8 deletions
diff --git a/perl-core/DB_File/ChangeLog b/perl-core/DB_File/ChangeLog
index e805fe13b1ec..8f2dec45945b 100644
--- a/perl-core/DB_File/ChangeLog
+++ b/perl-core/DB_File/ChangeLog
@@ -1,6 +1,14 @@
# 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.63 2014/07/18 21:59:09 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/DB_File/ChangeLog,v 1.64 2014/07/26 12:33:06 dilfridge Exp $
+
+*DB_File-1.829.0-r1 (26 Jul 2014)
+*DB_File-1.827.0-r1 (26 Jul 2014)
+
+ 26 Jul 2014; Andreas K. Huettel <dilfridge@gentoo.org>
+ +DB_File-1.827.0-r1.ebuild, +DB_File-1.829.0-r1.ebuild,
+ -DB_File-1.827.0.ebuild, -DB_File-1.829.0.ebuild:
+ EAPI bump
18 Jul 2014; Andreas K. Huettel <dilfridge@gentoo.org>
-DB_File-1.826.0.ebuild:
diff --git a/perl-core/DB_File/DB_File-1.827.0.ebuild b/perl-core/DB_File/DB_File-1.827.0-r1.ebuild
index e996f46ab68c..39d6be237933 100644
--- a/perl-core/DB_File/DB_File-1.827.0.ebuild
+++ b/perl-core/DB_File/DB_File-1.827.0-r1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2014 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.827.0.ebuild,v 1.13 2014/01/17 06:08:10 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/DB_File/DB_File-1.827.0-r1.ebuild,v 1.1 2014/07/26 12:33:06 dilfridge Exp $
-EAPI=4
+EAPI=5
MODULE_AUTHOR=PMQS
MODULE_VERSION=1.827
diff --git a/perl-core/DB_File/DB_File-1.829.0.ebuild b/perl-core/DB_File/DB_File-1.829.0-r1.ebuild
index 3f2d0a685022..cf0a601222b3 100644
--- a/perl-core/DB_File/DB_File-1.829.0.ebuild
+++ b/perl-core/DB_File/DB_File-1.829.0-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 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.829.0.ebuild,v 1.1 2013/08/14 07:33:40 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/DB_File/DB_File-1.829.0-r1.ebuild,v 1.1 2014/07/26 12:33:06 dilfridge Exp $
-EAPI=4
+EAPI=5
MODULE_AUTHOR=PMQS
-MODULE_VERSION=1.827
+MODULE_VERSION=1.829
inherit perl-module multilib eutils
DESCRIPTION="A Berkeley DB Support Perl Module"
@@ -23,5 +23,4 @@ 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
}