Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/libzdb: libzdb-2.10.3.ebuild libzdb-2.11.1.ebuild libzdb-2.10.5.ebuild ChangeLog
Date: Wed, 27 Mar 2013 22:55:14
Message-Id: 20130327225510.25B332171D@flycatcher.gentoo.org
1 floppym 13/03/27 22:55:10
2
3 Modified: libzdb-2.10.3.ebuild libzdb-2.11.1.ebuild
4 libzdb-2.10.5.ebuild ChangeLog
5 Log:
6 Update sqlite deps per bug 462390.
7
8 (Portage version: 2.2.0_alpha169/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
9
10 Revision Changes Path
11 1.3 dev-db/libzdb/libzdb-2.10.3.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libzdb/libzdb-2.10.3.ebuild?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libzdb/libzdb-2.10.3.ebuild?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libzdb/libzdb-2.10.3.ebuild?r1=1.2&r2=1.3
16
17 Index: libzdb-2.10.3.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-db/libzdb/libzdb-2.10.3.ebuild,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- libzdb-2.10.3.ebuild 5 Sep 2012 19:27:25 -0000 1.2
24 +++ libzdb-2.10.3.ebuild 27 Mar 2013 22:55:09 -0000 1.3
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2012 Gentoo Foundation
27 +# Copyright 1999-2013 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-db/libzdb/libzdb-2.10.3.ebuild,v 1.2 2012/09/05 19:27:25 lordvan Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-db/libzdb/libzdb-2.10.3.ebuild,v 1.3 2013/03/27 22:55:09 floppym Exp $
31
32 EAPI="4"
33
34 @@ -13,13 +13,12 @@
35 LICENSE="GPL-3"
36 SLOT="0"
37 KEYWORDS="~x86 ~amd64"
38 -IUSE="debug doc mysql postgres +sqlite +sqliteunlock ssl static-libs"
39 +IUSE="debug doc mysql postgres +sqlite ssl static-libs"
40 REQUIRED_USE=" || ( postgres mysql sqlite )"
41
42 RDEPEND="mysql? ( virtual/mysql )
43 postgres? ( dev-db/postgresql-base )
44 - sqlite? ( >=dev-db/sqlite-3 )
45 - sqliteunlock? ( >=dev-db/sqlite-3.6.12[unlock-notify] )
46 + sqlite? ( >=dev-db/sqlite-3.7:3[unlock-notify(+)] )
47 ssl? ( dev-libs/openssl )"
48 DEPEND="${RDEPEND}
49 virtual/pkgconfig
50 @@ -43,11 +42,8 @@
51 myconf="${myconf} --enable-protected"
52 fi
53
54 - if ( use sqlite ); then
55 - myconf="${myconf} --with-sqlite=${EPREFIX}/usr/"
56 - if has_version 'dev-db/sqlite[unlock-notify]'; then
57 - myconf="${myconf} --enable-sqliteunlock"
58 - fi
59 + if use sqlite; then
60 + myconf=+=" --with-sqlite=${EPREFIX}/usr/ --enable-sqliteunlock"
61 else
62 myconf="${myconf} --without-sqlite"
63 fi
64
65
66
67 1.2 dev-db/libzdb/libzdb-2.11.1.ebuild
68
69 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libzdb/libzdb-2.11.1.ebuild?rev=1.2&view=markup
70 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libzdb/libzdb-2.11.1.ebuild?rev=1.2&content-type=text/plain
71 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libzdb/libzdb-2.11.1.ebuild?r1=1.1&r2=1.2
72
73 Index: libzdb-2.11.1.ebuild
74 ===================================================================
75 RCS file: /var/cvsroot/gentoo-x86/dev-db/libzdb/libzdb-2.11.1.ebuild,v
76 retrieving revision 1.1
77 retrieving revision 1.2
78 diff -u -r1.1 -r1.2
79 --- libzdb-2.11.1.ebuild 9 Jan 2013 13:37:40 -0000 1.1
80 +++ libzdb-2.11.1.ebuild 27 Mar 2013 22:55:09 -0000 1.2
81 @@ -1,6 +1,6 @@
82 # Copyright 1999-2013 Gentoo Foundation
83 # Distributed under the terms of the GNU General Public License v2
84 -# $Header: /var/cvsroot/gentoo-x86/dev-db/libzdb/libzdb-2.11.1.ebuild,v 1.1 2013/01/09 13:37:40 lordvan Exp $
85 +# $Header: /var/cvsroot/gentoo-x86/dev-db/libzdb/libzdb-2.11.1.ebuild,v 1.2 2013/03/27 22:55:09 floppym Exp $
86
87 EAPI="4"
88
89 @@ -13,15 +13,14 @@
90 LICENSE="GPL-3"
91 SLOT="0"
92 KEYWORDS="~x86 ~amd64"
93 -IUSE="debug doc mysql postgres +sqlite +sqliteunlock ssl static-libs"
94 +IUSE="debug doc mysql postgres +sqlite ssl static-libs"
95 REQUIRED_USE=" || ( postgres mysql sqlite )"
96
97 RESTRICT=test
98
99 RDEPEND="mysql? ( virtual/mysql )
100 postgres? ( dev-db/postgresql-base )
101 - sqlite? ( >=dev-db/sqlite-3 )
102 - sqliteunlock? ( >=dev-db/sqlite-3.6.12[unlock-notify] )
103 + sqlite? ( >=dev-db/sqlite-3.7:3[unlock-notify(+)] )
104 ssl? ( dev-libs/openssl )"
105 DEPEND="${RDEPEND}
106 virtual/pkgconfig
107 @@ -41,11 +40,8 @@
108 myconf="${myconf} --enable-protected"
109 fi
110
111 - if ( use sqlite ); then
112 - myconf="${myconf} --with-sqlite=${EPREFIX}/usr/"
113 - if has_version 'dev-db/sqlite[unlock-notify]'; then
114 - myconf="${myconf} --enable-sqliteunlock"
115 - fi
116 + if use sqlite; then
117 + myconf=+=" --with-sqlite=${EPREFIX}/usr/ --enable-sqliteunlock"
118 else
119 myconf="${myconf} --without-sqlite"
120 fi
121
122
123
124 1.5 dev-db/libzdb/libzdb-2.10.5.ebuild
125
126 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libzdb/libzdb-2.10.5.ebuild?rev=1.5&view=markup
127 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libzdb/libzdb-2.10.5.ebuild?rev=1.5&content-type=text/plain
128 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libzdb/libzdb-2.10.5.ebuild?r1=1.4&r2=1.5
129
130 Index: libzdb-2.10.5.ebuild
131 ===================================================================
132 RCS file: /var/cvsroot/gentoo-x86/dev-db/libzdb/libzdb-2.10.5.ebuild,v
133 retrieving revision 1.4
134 retrieving revision 1.5
135 diff -u -r1.4 -r1.5
136 --- libzdb-2.10.5.ebuild 9 Jan 2013 13:37:40 -0000 1.4
137 +++ libzdb-2.10.5.ebuild 27 Mar 2013 22:55:09 -0000 1.5
138 @@ -1,6 +1,6 @@
139 # Copyright 1999-2013 Gentoo Foundation
140 # Distributed under the terms of the GNU General Public License v2
141 -# $Header: /var/cvsroot/gentoo-x86/dev-db/libzdb/libzdb-2.10.5.ebuild,v 1.4 2013/01/09 13:37:40 lordvan Exp $
142 +# $Header: /var/cvsroot/gentoo-x86/dev-db/libzdb/libzdb-2.10.5.ebuild,v 1.5 2013/03/27 22:55:09 floppym Exp $
143
144 EAPI="4"
145
146 @@ -13,15 +13,14 @@
147 LICENSE="GPL-3"
148 SLOT="0"
149 KEYWORDS="amd64 x86"
150 -IUSE="debug doc mysql postgres +sqlite +sqliteunlock ssl static-libs"
151 +IUSE="debug doc mysql postgres +sqlite ssl static-libs"
152 REQUIRED_USE=" || ( postgres mysql sqlite )"
153
154 RESTRICT=test
155
156 RDEPEND="mysql? ( virtual/mysql )
157 postgres? ( dev-db/postgresql-base )
158 - sqlite? ( >=dev-db/sqlite-3 )
159 - sqliteunlock? ( >=dev-db/sqlite-3.6.12[unlock-notify] )
160 + sqlite? ( >=dev-db/sqlite-3.7:3[unlock-notify(+)] )
161 ssl? ( dev-libs/openssl )"
162 DEPEND="${RDEPEND}
163 virtual/pkgconfig
164 @@ -41,11 +40,8 @@
165 myconf="${myconf} --enable-protected"
166 fi
167
168 - if ( use sqlite ); then
169 - myconf="${myconf} --with-sqlite=${EPREFIX}/usr/"
170 - if has_version 'dev-db/sqlite[unlock-notify]'; then
171 - myconf="${myconf} --enable-sqliteunlock"
172 - fi
173 + if use sqlite; then
174 + myconf=+=" --with-sqlite=${EPREFIX}/usr/ --enable-sqliteunlock"
175 else
176 myconf="${myconf} --without-sqlite"
177 fi
178
179
180
181 1.9 dev-db/libzdb/ChangeLog
182
183 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libzdb/ChangeLog?rev=1.9&view=markup
184 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libzdb/ChangeLog?rev=1.9&content-type=text/plain
185 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libzdb/ChangeLog?r1=1.8&r2=1.9
186
187 Index: ChangeLog
188 ===================================================================
189 RCS file: /var/cvsroot/gentoo-x86/dev-db/libzdb/ChangeLog,v
190 retrieving revision 1.8
191 retrieving revision 1.9
192 diff -u -r1.8 -r1.9
193 --- ChangeLog 17 Mar 2013 15:20:26 -0000 1.8
194 +++ ChangeLog 27 Mar 2013 22:55:09 -0000 1.9
195 @@ -1,6 +1,10 @@
196 # ChangeLog for dev-db/libzdb
197 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
198 -# $Header: /var/cvsroot/gentoo-x86/dev-db/libzdb/ChangeLog,v 1.8 2013/03/17 15:20:26 hwoarang Exp $
199 +# $Header: /var/cvsroot/gentoo-x86/dev-db/libzdb/ChangeLog,v 1.9 2013/03/27 22:55:09 floppym Exp $
200 +
201 + 27 Mar 2013; Mike Gilbert <floppym@g.o> libzdb-2.10.3.ebuild,
202 + libzdb-2.10.5.ebuild, libzdb-2.11.1.ebuild:
203 + Update sqlite deps per bug 462390.
204
205 17 Mar 2013; Markos Chandras <hwoarang@g.o> metadata.xml:
206 Add proxy-maintainers to metadata.xml