summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2007-02-06 15:26:06 +0000
committerMichael Cummings <mcummings@gentoo.org>2007-02-06 15:26:06 +0000
commit7c62fd2f8429231d8ef7cfa976ff0bc2a2184458 (patch)
tree36020d8605dcd21a5175028368cab1dad02b033d /perl-core
parentAdd patch to fix security bug #165606. (diff)
downloadgentoo-2-7c62fd2f8429231d8ef7cfa976ff0bc2a2184458.tar.gz
gentoo-2-7c62fd2f8429231d8ef7cfa976ff0bc2a2184458.tar.bz2
gentoo-2-7c62fd2f8429231d8ef7cfa976ff0bc2a2184458.zip
Version bump
(Portage version: 2.1.2-r5)
Diffstat (limited to 'perl-core')
-rw-r--r--perl-core/DB_File/ChangeLog10
-rw-r--r--perl-core/DB_File/DB_File-1.815.ebuild31
-rw-r--r--perl-core/DB_File/files/digest-DB_File-1.8153
3 files changed, 42 insertions, 2 deletions
diff --git a/perl-core/DB_File/ChangeLog b/perl-core/DB_File/ChangeLog
index afa43c81d4b9..be78be75f73a 100644
--- a/perl-core/DB_File/ChangeLog
+++ b/perl-core/DB_File/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for perl-core/DB_File
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/DB_File/ChangeLog,v 1.16 2006/10/20 19:58:05 mcummings Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/perl-core/DB_File/ChangeLog,v 1.17 2007/02/06 15:26:06 mcummings Exp $
+
+*DB_File-1.815 (06 Feb 2007)
+
+ 06 Feb 2007; Michael Cummings <mcummings@gentoo.org>
+ +DB_File-1.815.ebuild:
+ Version bump
20 Oct 2006; Michael Cummings <mcummings@gentoo.org>
-DB_File-1.811.ebuild, -DB_File-1.811-r1.ebuild, DB_File-1.813.ebuild,
diff --git a/perl-core/DB_File/DB_File-1.815.ebuild b/perl-core/DB_File/DB_File-1.815.ebuild
new file mode 100644
index 000000000000..5683f333bc77
--- /dev/null
+++ b/perl-core/DB_File/DB_File-1.815.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2007 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.815.ebuild,v 1.1 2007/02/06 15:26:06 mcummings Exp $
+
+inherit perl-module multilib eutils
+
+DESCRIPTION="A Berkeley DB Support Perl Module"
+HOMEPAGE="http://www.cpan.org/modules/by-module/DB_File/${P}.readme"
+SRC_URI="mirror://cpan/authors/id/P/PM/PMQS/${P}.tar.gz"
+
+LICENSE="|| ( Artistic GPL-2 )"
+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"
+
+mydoc="Changes"
+
+src_unpack() {
+ unpack ${A}
+ if [ $(get_libdir) != "lib" ] ; then
+ sed -i -e "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/files/digest-DB_File-1.815 b/perl-core/DB_File/files/digest-DB_File-1.815
new file mode 100644
index 000000000000..1b5a8ef259d9
--- /dev/null
+++ b/perl-core/DB_File/files/digest-DB_File-1.815
@@ -0,0 +1,3 @@
+MD5 8658ff14f75a5481cd24b3eaed16bfa7 DB_File-1.815.tar.gz 87656
+RMD160 d08a874fcb9f24276d02662ca722d48f10b9e431 DB_File-1.815.tar.gz 87656
+SHA256 7779c98b12970561067a053567dc70dafae6b8a6005e31ef795c491b9e63ece9 DB_File-1.815.tar.gz 87656