summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-02-01 14:44:32 +0000
committerTorsten Veller <tove@gentoo.org>2009-02-01 14:44:32 +0000
commitbd1d1866caba5e7f50db8c3cfe7b7f6a687e8e9c (patch)
tree486527554395d80f403873ee2b3378f598ab3172 /virtual/perl-DB_File
parentVersion bump (diff)
downloadgentoo-2-bd1d1866caba5e7f50db8c3cfe7b7f6a687e8e9c.tar.gz
gentoo-2-bd1d1866caba5e7f50db8c3cfe7b7f6a687e8e9c.tar.bz2
gentoo-2-bd1d1866caba5e7f50db8c3cfe7b7f6a687e8e9c.zip
Version bump
(Portage version: 2.2_rc23/cvs/Linux i686)
Diffstat (limited to 'virtual/perl-DB_File')
-rw-r--r--virtual/perl-DB_File/ChangeLog9
-rw-r--r--virtual/perl-DB_File/perl-DB_File-1.818.ebuild23
2 files changed, 30 insertions, 2 deletions
diff --git a/virtual/perl-DB_File/ChangeLog b/virtual/perl-DB_File/ChangeLog
index 6d867e329e09..ce321e6a5b6c 100644
--- a/virtual/perl-DB_File/ChangeLog
+++ b/virtual/perl-DB_File/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for virtual/perl-DB_File
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-DB_File/ChangeLog,v 1.20 2008/12/08 03:32:38 robbat2 Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-DB_File/ChangeLog,v 1.21 2009/02/01 14:44:32 tove Exp $
+
+*perl-DB_File-1.818 (01 Feb 2009)
+
+ 01 Feb 2009; Torsten Veller <tove@gentoo.org> +perl-DB_File-1.818.ebuild:
+ Version bump
*perl-DB_File-1.817 (08 Dec 2008)
diff --git a/virtual/perl-DB_File/perl-DB_File-1.818.ebuild b/virtual/perl-DB_File/perl-DB_File-1.818.ebuild
new file mode 100644
index 000000000000..34412ac3de2b
--- /dev/null
+++ b/virtual/perl-DB_File/perl-DB_File-1.818.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2009 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.818.ebuild,v 1.1 2009/02/01 14:44:32 tove 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
+}