Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/sqliteodbc: sqliteodbc-0.79.ebuild ChangeLog
Date: Mon, 07 Sep 2009 22:23:29
Message-Id: E1MkmcR-0003DG-6Z@stork.gentoo.org
1 arfrever 09/09/07 22:23:27
2
3 Modified: sqliteodbc-0.79.ebuild ChangeLog
4 Log:
5 Rename "sqlite3" USE flag to "sqlite" (bug #251401).
6 (Portage version: 14212-svn/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.5 dev-db/sqliteodbc/sqliteodbc-0.79.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/sqliteodbc/sqliteodbc-0.79.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/sqliteodbc/sqliteodbc-0.79.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/sqliteodbc/sqliteodbc-0.79.ebuild?r1=1.4&r2=1.5
14
15 Index: sqliteodbc-0.79.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-db/sqliteodbc/sqliteodbc-0.79.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- sqliteodbc-0.79.ebuild 13 Jul 2009 23:04:29 -0000 1.4
22 +++ sqliteodbc-0.79.ebuild 7 Sep 2009 22:23:26 -0000 1.5
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqliteodbc/sqliteodbc-0.79.ebuild,v 1.4 2009/07/13 23:04:29 vostorga Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqliteodbc/sqliteodbc-0.79.ebuild,v 1.5 2009/09/07 22:23:26 arfrever Exp $
28
29 inherit eutils autotools
30
31 @@ -11,7 +11,7 @@
32 LICENSE="BSD"
33 SLOT="0"
34 KEYWORDS="amd64 ppc x86"
35 -IUSE="sqlite3 static"
36 +IUSE="sqlite static"
37
38 DEPEND="
39 >=dev-db/sqlite-2.8.16
40 @@ -19,7 +19,7 @@
41 >=dev-db/unixODBC-2.2
42 >=dev-db/libiodbc-3.5
43 )
44 - sqlite3? ( >=dev-db/sqlite-3.5 )"
45 + sqlite? ( >=dev-db/sqlite-3.5 )"
46 RDEPEND=""
47
48 src_unpack() {
49
50
51
52 1.12 dev-db/sqliteodbc/ChangeLog
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/sqliteodbc/ChangeLog?rev=1.12&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/sqliteodbc/ChangeLog?rev=1.12&content-type=text/plain
56 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/sqliteodbc/ChangeLog?r1=1.11&r2=1.12
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/dev-db/sqliteodbc/ChangeLog,v
61 retrieving revision 1.11
62 retrieving revision 1.12
63 diff -u -r1.11 -r1.12
64 --- ChangeLog 13 Jul 2009 23:04:29 -0000 1.11
65 +++ ChangeLog 7 Sep 2009 22:23:26 -0000 1.12
66 @@ -1,6 +1,10 @@
67 # ChangeLog for dev-db/sqliteodbc
68 -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqliteodbc/ChangeLog,v 1.11 2009/07/13 23:04:29 vostorga Exp $
70 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
71 +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqliteodbc/ChangeLog,v 1.12 2009/09/07 22:23:26 arfrever Exp $
72 +
73 + 08 Sep 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
74 + sqliteodbc-0.79.ebuild:
75 + Rename "sqlite3" USE flag to "sqlite" (bug #251401).
76
77 13 Jul 2009; <vostorga@g.o> sqliteodbc-0.79.ebuild:
78 Fixing libraries location. Closes bug #276581