diff options
author | Torsten Veller <tove@gentoo.org> | 2009-04-03 20:26:09 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-04-03 20:26:09 +0000 |
commit | c8eca87ca021aa23dd70f68f6cc152708a66103d (patch) | |
tree | 596af1e11247b484d125fd0e7c1f2db258e59c07 /virtual/perl-DB_File | |
parent | Version bump (diff) | |
download | gentoo-2-c8eca87ca021aa23dd70f68f6cc152708a66103d.tar.gz gentoo-2-c8eca87ca021aa23dd70f68f6cc152708a66103d.tar.bz2 gentoo-2-c8eca87ca021aa23dd70f68f6cc152708a66103d.zip |
Version bump
(Portage version: 2.2_rc28/cvs/Linux i686)
Diffstat (limited to 'virtual/perl-DB_File')
-rw-r--r-- | virtual/perl-DB_File/ChangeLog | 7 | ||||
-rw-r--r-- | virtual/perl-DB_File/perl-DB_File-1.820.ebuild | 23 |
2 files changed, 29 insertions, 1 deletions
diff --git a/virtual/perl-DB_File/ChangeLog b/virtual/perl-DB_File/ChangeLog index 48df67c6593a..c23262709db3 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-DB_File/ChangeLog,v 1.23 2009/03/13 20:13:38 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-DB_File/ChangeLog,v 1.24 2009/04/03 20:26:09 tove Exp $ + +*perl-DB_File-1.820 (03 Apr 2009) + + 03 Apr 2009; Torsten Veller <tove@gentoo.org> +perl-DB_File-1.820.ebuild: + Version bump 13 Mar 2009; Torsten Veller <tove@gentoo.org> -perl-DB_File-1.813.ebuild, -perl-DB_File-1.814.ebuild, -perl-DB_File-1.817.ebuild, diff --git a/virtual/perl-DB_File/perl-DB_File-1.820.ebuild b/virtual/perl-DB_File/perl-DB_File-1.820.ebuild new file mode 100644 index 000000000000..d8af1f44f87a --- /dev/null +++ b/virtual/perl-DB_File/perl-DB_File-1.820.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.820.ebuild,v 1.1 2009/04/03 20:26:09 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 +} |