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