Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in virtual/perl-DB_File: ChangeLog perl-DB_File-1.819.ebuild
Date: Fri, 20 Feb 2009 06:44:47
Message-Id: E1LaP7t-00020s-QK@stork.gentoo.org
1 tove 09/02/20 06:44:45
2
3 Modified: ChangeLog
4 Added: perl-DB_File-1.819.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc23/cvs/Linux i686)
8
9 Revision Changes Path
10 1.22 virtual/perl-DB_File/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/perl-DB_File/ChangeLog?rev=1.22&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/perl-DB_File/ChangeLog?rev=1.22&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/perl-DB_File/ChangeLog?r1=1.21&r2=1.22
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/virtual/perl-DB_File/ChangeLog,v
19 retrieving revision 1.21
20 retrieving revision 1.22
21 diff -u -r1.21 -r1.22
22 --- ChangeLog 1 Feb 2009 14:44:32 -0000 1.21
23 +++ ChangeLog 20 Feb 2009 06:44:45 -0000 1.22
24 @@ -1,6 +1,11 @@
25 # ChangeLog for virtual/perl-DB_File
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-DB_File/ChangeLog,v 1.21 2009/02/01 14:44:32 tove Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-DB_File/ChangeLog,v 1.22 2009/02/20 06:44:45 tove Exp $
29 +
30 +*perl-DB_File-1.819 (20 Feb 2009)
31 +
32 + 20 Feb 2009; Torsten Veller <tove@g.o> +perl-DB_File-1.819.ebuild:
33 + Version bump
34
35 *perl-DB_File-1.818 (01 Feb 2009)
36
37
38
39
40 1.1 virtual/perl-DB_File/perl-DB_File-1.819.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/perl-DB_File/perl-DB_File-1.819.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/perl-DB_File/perl-DB_File-1.819.ebuild?rev=1.1&content-type=text/plain
44
45 Index: perl-DB_File-1.819.ebuild
46 ===================================================================
47 # Copyright 1999-2009 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/virtual/perl-DB_File/perl-DB_File-1.819.ebuild,v 1.1 2009/02/20 06:44:45 tove Exp $
50
51 inherit eutils
52
53 DESCRIPTION="Virtual for DB_File"
54 HOMEPAGE="http://www.gentoo.org/proj/en/perl/"
55 SRC_URI=""
56
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
60 IUSE=""
61
62 DEPEND=""
63 RDEPEND="~perl-core/DB_File-${PV}"
64
65 pkg_setup() {
66 if ! has_version "~perl-core/DB_File-${PV}" && ! built_with_use dev-lang/perl berkdb ; then
67 die "You must build perl with USE=\"berkdb\" or install perl-core/DB_File-${PV}"
68 fi
69 }