Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/DBD-SQLite: ChangeLog DBD-SQLite-1.27.ebuild
Date: Fri, 01 Jan 2010 18:21:38
Message-Id: E1NQm80-0002wu-L4@stork.gentoo.org
1 tove 10/01/01 18:21:36
2
3 Modified: ChangeLog DBD-SQLite-1.27.ebuild
4 Log:
5 Revert my last commit (#299237)
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.72 dev-perl/DBD-SQLite/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/DBD-SQLite/ChangeLog?rev=1.72&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/DBD-SQLite/ChangeLog?rev=1.72&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/DBD-SQLite/ChangeLog?r1=1.71&r2=1.72
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-SQLite/ChangeLog,v
18 retrieving revision 1.71
19 retrieving revision 1.72
20 diff -u -r1.71 -r1.72
21 --- ChangeLog 24 Dec 2009 20:25:31 -0000 1.71
22 +++ ChangeLog 1 Jan 2010 18:21:36 -0000 1.72
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-perl/DBD-SQLite
25 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-SQLite/ChangeLog,v 1.71 2009/12/24 20:25:31 tove Exp $
27 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-SQLite/ChangeLog,v 1.72 2010/01/01 18:21:36 tove Exp $
29 +
30 + 01 Jan 2010; Torsten Veller <tove@g.o> DBD-SQLite-1.27.ebuild:
31 + Revert my last commit (#299237)
32
33 24 Dec 2009; Torsten Veller <tove@g.o> -DBD-SQLite-1.25.ebuild,
34 DBD-SQLite-1.27.ebuild:
35
36
37
38 1.3 dev-perl/DBD-SQLite/DBD-SQLite-1.27.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/DBD-SQLite/DBD-SQLite-1.27.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/DBD-SQLite/DBD-SQLite-1.27.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/DBD-SQLite/DBD-SQLite-1.27.ebuild?r1=1.2&r2=1.3
43
44 Index: DBD-SQLite-1.27.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-SQLite/DBD-SQLite-1.27.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- DBD-SQLite-1.27.ebuild 24 Dec 2009 20:25:31 -0000 1.2
51 +++ DBD-SQLite-1.27.ebuild 1 Jan 2010 18:21:36 -0000 1.3
52 @@ -1,6 +1,6 @@
53 -# Copyright 1999-2009 Gentoo Foundation
54 +# Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-SQLite/DBD-SQLite-1.27.ebuild,v 1.2 2009/12/24 20:25:31 tove Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-SQLite/DBD-SQLite-1.27.ebuild,v 1.3 2010/01/01 18:21:36 tove Exp $
58
59 EAPI=2
60
61 @@ -13,15 +13,7 @@
62 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
63 IUSE=""
64
65 -RDEPEND=">=dev-perl/DBI-1.57
66 - >=dev-db/sqlite-3.6.0
67 +DEPEND=">=dev-perl/DBI-1.57
68 !<dev-perl/DBD-SQLite-1"
69 -DEPEND="${RDEPEND}"
70
71 SRC_TEST="do"
72 -
73 -src_prepare() {
74 - perl-module_src_prepare
75 - sed -i 's/^if ( 0 )/if ( 1 )/' "${S}"/Makefile.PL || die
76 - sed -i "/DBD::SQLite::db->install_method('sqlite_enable_load_extension');/d" "${S}"/lib/DBD/SQLite.pm || die
77 -}