summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2008-12-08 03:32:38 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2008-12-08 03:32:38 +0000
commit597640ce40c0484cc9c696c3debe98a8f66b26b9 (patch)
treec629fd4103cf7bf21a4ad525c7d39638e6c908f4 /virtual
parentVersion bump. (diff)
downloadgentoo-2-597640ce40c0484cc9c696c3debe98a8f66b26b9.tar.gz
gentoo-2-597640ce40c0484cc9c696c3debe98a8f66b26b9.tar.bz2
gentoo-2-597640ce40c0484cc9c696c3debe98a8f66b26b9.zip
Version bump.
(Portage version: 2.2_rc16/cvs/Linux 2.6.28-rc5-00117-g7f0f598 x86_64)
Diffstat (limited to 'virtual')
-rw-r--r--virtual/perl-DB_File/ChangeLog8
-rw-r--r--virtual/perl-DB_File/perl-DB_File-1.817.ebuild23
2 files changed, 30 insertions, 1 deletions
diff --git a/virtual/perl-DB_File/ChangeLog b/virtual/perl-DB_File/ChangeLog
index a91be4213c36..6d867e329e09 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-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-DB_File/ChangeLog,v 1.19 2008/03/31 17:04:04 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-DB_File/ChangeLog,v 1.20 2008/12/08 03:32:38 robbat2 Exp $
+
+*perl-DB_File-1.817 (08 Dec 2008)
+
+ 08 Dec 2008; Robin H. Johnson <robbat2@gentoo.org>
+ +perl-DB_File-1.817.ebuild:
+ Version bump.
31 Mar 2008; Jeroen Roovers <jer@gentoo.org> perl-DB_File-1.815.ebuild:
Stable for HPPA too.
diff --git a/virtual/perl-DB_File/perl-DB_File-1.817.ebuild b/virtual/perl-DB_File/perl-DB_File-1.817.ebuild
new file mode 100644
index 000000000000..1ba6b75b969e
--- /dev/null
+++ b/virtual/perl-DB_File/perl-DB_File-1.817.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2008 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.817.ebuild,v 1.1 2008/12/08 03:32:38 robbat2 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
+}