summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-04-03 20:25:33 +0000
committerTorsten Veller <tove@gentoo.org>2009-04-03 20:25:33 +0000
commit4cc5062539a9d33bd9ff16c81d54c923bed49b32 (patch)
tree86957b35ba0b6355dcb0227ced486d38f158b67f /perl-core/DB_File
parentVersion bump (diff)
downloadgentoo-2-4cc5062539a9d33bd9ff16c81d54c923bed49b32.tar.gz
gentoo-2-4cc5062539a9d33bd9ff16c81d54c923bed49b32.tar.bz2
gentoo-2-4cc5062539a9d33bd9ff16c81d54c923bed49b32.zip
Version bump
(Portage version: 2.2_rc28/cvs/Linux i686)
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.820.ebuild26
2 files changed, 32 insertions, 1 deletions
diff --git a/perl-core/DB_File/ChangeLog b/perl-core/DB_File/ChangeLog
index 76310882e771..b5e73b0a9867 100644
--- a/perl-core/DB_File/ChangeLog
+++ b/perl-core/DB_File/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for perl-core/DB_File
# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/DB_File/ChangeLog,v 1.29 2009/03/13 20:13:50 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/DB_File/ChangeLog,v 1.30 2009/04/03 20:25:33 tove Exp $
+
+*DB_File-1.820 (03 Apr 2009)
+
+ 03 Apr 2009; Torsten Veller <tove@gentoo.org> +DB_File-1.820.ebuild:
+ Version bump
13 Mar 2009; Torsten Veller <tove@gentoo.org> -DB_File-1.813.ebuild,
-DB_File-1.814.ebuild, -DB_File-1.817.ebuild, -DB_File-1.818.ebuild:
diff --git a/perl-core/DB_File/DB_File-1.820.ebuild b/perl-core/DB_File/DB_File-1.820.ebuild
new file mode 100644
index 000000000000..a0787ef509d3
--- /dev/null
+++ b/perl-core/DB_File/DB_File-1.820.ebuild
@@ -0,0 +1,26 @@
+# 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.820.ebuild,v 1.1 2009/04/03 20:25:33 tove Exp $
+
+MODULE_AUTHOR=PMQS
+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"
+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
+}