summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-08-07 13:54:51 +0000
committerTorsten Veller <tove@gentoo.org>2011-08-07 13:54:51 +0000
commit1bb20b0e53e49d4bae2338de2f10b48a5febc698 (patch)
tree1ad8b9172e07d6329b3b37af034f57ed343b59ce /perl-core/DB_File
parentUse.mask webp (diff)
downloadgentoo-2-1bb20b0e53e49d4bae2338de2f10b48a5febc698.tar.gz
gentoo-2-1bb20b0e53e49d4bae2338de2f10b48a5febc698.tar.bz2
gentoo-2-1bb20b0e53e49d4bae2338de2f10b48a5febc698.zip
[bump] perl-core/DB_File-1.824.0
(Portage version: 2.2.0_alpha50/cvs/Linux x86_64)
Diffstat (limited to 'perl-core/DB_File')
-rw-r--r--perl-core/DB_File/ChangeLog7
-rw-r--r--perl-core/DB_File/DB_File-1.824.0.ebuild27
2 files changed, 33 insertions, 1 deletions
diff --git a/perl-core/DB_File/ChangeLog b/perl-core/DB_File/ChangeLog
index b0c8e6004569..536d83ffc539 100644
--- a/perl-core/DB_File/ChangeLog
+++ b/perl-core/DB_File/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for perl-core/DB_File
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/DB_File/ChangeLog,v 1.41 2011/03/14 07:07:13 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/DB_File/ChangeLog,v 1.42 2011/08/07 13:54:51 tove Exp $
+
+*DB_File-1.824.0 (07 Aug 2011)
+
+ 07 Aug 2011; Torsten Veller <tove@gentoo.org> +DB_File-1.824.0.ebuild:
+ Version bump
*DB_File-1.822.0 (14 Mar 2011)
diff --git a/perl-core/DB_File/DB_File-1.824.0.ebuild b/perl-core/DB_File/DB_File-1.824.0.ebuild
new file mode 100644
index 000000000000..1025d1011955
--- /dev/null
+++ b/perl-core/DB_File/DB_File-1.824.0.ebuild
@@ -0,0 +1,27 @@
+# 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.1 2011/08/07 13:54:51 tove 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 ~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
+}