Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in perl-core/DB_File: ChangeLog DB_File-1.818.ebuild
Date: Sun, 01 Feb 2009 14:44:10
Message-Id: E1LTdYO-0005qq-C1@stork.gentoo.org
1 tove 09/02/01 14:44:08
2
3 Modified: ChangeLog
4 Added: 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.27 perl-core/DB_File/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/DB_File/ChangeLog?rev=1.27&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/DB_File/ChangeLog?rev=1.27&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/DB_File/ChangeLog?r1=1.26&r2=1.27
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/perl-core/DB_File/ChangeLog,v
19 retrieving revision 1.26
20 retrieving revision 1.27
21 diff -u -r1.26 -r1.27
22 --- ChangeLog 8 Dec 2008 03:31:46 -0000 1.26
23 +++ ChangeLog 1 Feb 2009 14:44:08 -0000 1.27
24 @@ -1,6 +1,11 @@
25 # ChangeLog for perl-core/DB_File
26 -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/perl-core/DB_File/ChangeLog,v 1.26 2008/12/08 03:31:46 robbat2 Exp $
28 +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/perl-core/DB_File/ChangeLog,v 1.27 2009/02/01 14:44:08 tove Exp $
30 +
31 +*DB_File-1.818 (01 Feb 2009)
32 +
33 + 01 Feb 2009; Torsten Veller <tove@g.o> +DB_File-1.818.ebuild:
34 + Version bump
35
36 *DB_File-1.817 (08 Dec 2008)
37
38
39
40
41 1.1 perl-core/DB_File/DB_File-1.818.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/DB_File/DB_File-1.818.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/DB_File/DB_File-1.818.ebuild?rev=1.1&content-type=text/plain
45
46 Index: 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/perl-core/DB_File/DB_File-1.818.ebuild,v 1.1 2009/02/01 14:44:08 tove Exp $
51
52 MODULE_AUTHOR=PMQS
53 inherit perl-module multilib eutils
54
55 DESCRIPTION="A Berkeley DB Support Perl Module"
56
57 LICENSE="|| ( Artistic 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="dev-lang/perl
63 sys-libs/db"
64
65 SRC_TEST="do"
66
67 src_unpack() {
68 unpack ${A}
69 if [ $(get_libdir) != "lib" ] ; then
70 sed -i "s:^LIB.*:LIB = /usr/$(get_libdir):" "${S}"/config.in || die
71 fi
72 cd "${S}"
73 epatch "${FILESDIR}"/DB_File-MakeMaker.patch
74 }