summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2007-02-06 15:27:16 +0000
committerMichael Cummings <mcummings@gentoo.org>2007-02-06 15:27:16 +0000
commitdeee543d6024c965adfe86c47d6c8a246bfedb23 (patch)
tree1b629e11f213906601cb16f987d89fac5855360d /virtual/perl-DB_File
parentVersion bump (diff)
downloadgentoo-2-deee543d6024c965adfe86c47d6c8a246bfedb23.tar.gz
gentoo-2-deee543d6024c965adfe86c47d6c8a246bfedb23.tar.bz2
gentoo-2-deee543d6024c965adfe86c47d6c8a246bfedb23.zip
Version bump
(Portage version: 2.1.2-r5)
Diffstat (limited to 'virtual/perl-DB_File')
-rw-r--r--virtual/perl-DB_File/ChangeLog10
-rw-r--r--virtual/perl-DB_File/files/digest-perl-DB_File-1.8150
-rw-r--r--virtual/perl-DB_File/perl-DB_File-1.815.ebuild23
3 files changed, 31 insertions, 2 deletions
diff --git a/virtual/perl-DB_File/ChangeLog b/virtual/perl-DB_File/ChangeLog
index 694135658a66..520d7c863d93 100644
--- a/virtual/perl-DB_File/ChangeLog
+++ b/virtual/perl-DB_File/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for virtual/perl-DB_File
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-DB_File/ChangeLog,v 1.10 2006/12/01 16:03:11 chainsaw Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-DB_File/ChangeLog,v 1.11 2007/02/06 15:27:16 mcummings Exp $
+
+*perl-DB_File-1.815 (06 Feb 2007)
+
+ 06 Feb 2007; Michael Cummings <mcummings@gentoo.org>
+ +perl-DB_File-1.815.ebuild:
+ Version bump
01 Dec 2006; Tony Vroon <chainsaw@gentoo.org> perl-DB_File-1.814.ebuild:
Use double quotes in the test, it fails otherwise. As suggested by Jakub Muc
diff --git a/virtual/perl-DB_File/files/digest-perl-DB_File-1.815 b/virtual/perl-DB_File/files/digest-perl-DB_File-1.815
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/virtual/perl-DB_File/files/digest-perl-DB_File-1.815
diff --git a/virtual/perl-DB_File/perl-DB_File-1.815.ebuild b/virtual/perl-DB_File/perl-DB_File-1.815.ebuild
new file mode 100644
index 000000000000..0fe4a9677159
--- /dev/null
+++ b/virtual/perl-DB_File/perl-DB_File-1.815.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-DB_File/perl-DB_File-1.815.ebuild,v 1.1 2007/02/06 15:27:16 mcummings Exp $
+
+inherit eutils
+
+DESCRIPTION="Virtual for DB_File"
+HOMEPAGE="http://www.gentoo.org/proj/en/perl/"
+SRC_URI=""
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+
+IUSE=""
+DEPEND=""
+RDEPEND="~perl-core/DB_File-${PV}"
+
+pkg_setup() {
+ if ! has_version "~perl-core/DB_File-${PV}" && ! built_with_use dev-lang/perl berkdb ; then
+ die "You must build perl with USE=\"berkdb\" or install perl-core/DB_File-${PV}"
+ fi
+}