Re: [gentoo-dev] meaning of sqlite/sqlite3 use flag

2007-09-25 Thread Petteri Räty
Alin Năstac kirjoitti: > Mike Frysinger wrote: >> how about 'sqlite' means you want sqlite irregardless of version ... then >> sqlite-2 either gets punted from apr-util or it gets a local USE >> flag 'sqlite-old' for older cruft >> > Wouldn't be better to determine what version of sqlite shoul

Re: [gentoo-dev] meaning of sqlite/sqlite3 use flag

2007-09-24 Thread Alin Năstac
Mike Frysinger wrote: > how about 'sqlite' means you want sqlite irregardless of version ... then > sqlite-2 either gets punted from apr-util or it gets a local USE > flag 'sqlite-old' for older cruft > Wouldn't be better to determine what version of sqlite should be used based on the version

Re: [gentoo-dev] meaning of sqlite/sqlite3 use flag

2007-09-18 Thread Doug Goldstein
Mike Frysinger wrote: > On Friday 14 September 2007, Hanno Böck wrote: > >> I noticed that the sqlite/sqlite3-useflags have no consistent meaning in >> the tree. >> >> E.g. >> - apr-util uses sqlite for sqlite-2.x support and sqlite3 for sqlite-3.x >> support >> - eix uses sqlite for sqlite-3.x

Re: [gentoo-dev] meaning of sqlite/sqlite3 use flag

2007-09-18 Thread Doug Goldstein
Caleb Tennis wrote: >> Does anything need the sqlite2 support in QT? >> > > Not explicitly. Qt can also build against an internal version of sqlite2, so > it > shouldn't be too big of a problem to remove this particular dep (but that > doesn't > get rid of the flag issue, I suppose). > > Ca

Re: [gentoo-dev] meaning of sqlite/sqlite3 use flag

2007-09-15 Thread Samuli Suominen
On Fri, 14 Sep 2007 19:18:29 +0200 Hanno Böck <[EMAIL PROTECTED]> wrote: > Hi, > > I noticed that the sqlite/sqlite3-useflags have no consistent meaning > in the tree. Python uses USE="sqlite" to install basically pysqlite3.. -- [EMAIL PROTECTED] mailing list

Re: [gentoo-dev] meaning of sqlite/sqlite3 use flag

2007-09-14 Thread Mike Frysinger
On Friday 14 September 2007, Hanno Böck wrote: > I noticed that the sqlite/sqlite3-useflags have no consistent meaning in > the tree. > > E.g. > - apr-util uses sqlite for sqlite-2.x support and sqlite3 for sqlite-3.x > support > - eix uses sqlite for sqlite-3.x support > Just the first examples I

Re: [gentoo-dev] meaning of sqlite/sqlite3 use flag

2007-09-14 Thread Jan Kundrát
Petteri Räty wrote: > We should remove 2.x from tree and use just sqlite. Oh, and another reason is compatibility -- sqlite2 and sqlite3 use different on-disk format. sqlite3 can't read sqlite2 data and vice versa. Cheers, -jkt -- cd /local/pub && more beer > /dev/mouth signature.asc Descrip

Re: [gentoo-dev] meaning of sqlite/sqlite3 use flag

2007-09-14 Thread Jan Kundrát
Petteri Räty wrote: > Does anything need the sqlite2 support in QT? Anything that uses Qt for database access (and chooses sqlite as the backend). media-gfx/kphotoalbum is an example. Cheers, -jkt -- cd /local/pub && more beer > /dev/mouth signature.asc Description: OpenPGP digital signature

Re: [gentoo-dev] meaning of sqlite/sqlite3 use flag

2007-09-14 Thread Caleb Tennis
> Does anything need the sqlite2 support in QT? Not explicitly. Qt can also build against an internal version of sqlite2, so it shouldn't be too big of a problem to remove this particular dep (but that doesn't get rid of the flag issue, I suppose). Caleb -- [EMAIL PROTECTED] mailing list

Re: [gentoo-dev] meaning of sqlite/sqlite3 use flag

2007-09-14 Thread Petteri Räty
Jan Kundrát kirjoitti: > Petteri Räty wrote: >> We should remove 2.x from tree and use just sqlite. > > Qt3 supports only sqlite2. > > Cheers, > -jkt > Does anything need the sqlite2 support in QT? Regards, Petteri signature.asc Description: OpenPGP digital signature

Re: [gentoo-dev] meaning of sqlite/sqlite3 use flag

2007-09-14 Thread Jan Kundrát
Petteri Räty wrote: > We should remove 2.x from tree and use just sqlite. Qt3 supports only sqlite2. Cheers, -jkt -- cd /local/pub && more beer > /dev/mouth signature.asc Description: OpenPGP digital signature

Re: [gentoo-dev] meaning of sqlite/sqlite3 use flag

2007-09-14 Thread Petteri Räty
Hanno Böck kirjoitti: > Hi, > > I noticed that the sqlite/sqlite3-useflags have no consistent meaning in the > tree. > > E.g. > - apr-util uses sqlite for sqlite-2.x support and sqlite3 for sqlite-3.x > support > - eix uses sqlite for sqlite-3.x support > Just the first examples I found, you ca

[gentoo-dev] meaning of sqlite/sqlite3 use flag

2007-09-14 Thread Hanno Böck
Hi, I noticed that the sqlite/sqlite3-useflags have no consistent meaning in the tree. E.g. - apr-util uses sqlite for sqlite-2.x support and sqlite3 for sqlite-3.x support - eix uses sqlite for sqlite-3.x support Just the first examples I found, you can find countless for both of them in the