public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] sqlite/sqlite3 useflag inconsistency
@ 2008-01-09 21:32 Benedikt Morbach
  2008-01-14 23:29 ` Petteri Räty
  0 siblings, 1 reply; 7+ messages in thread
From: Benedikt Morbach @ 2008-01-09 21:32 UTC (permalink / raw
  To: gentoo-dev

Hi out there,

as I was told on bugzilla, I am taking this here.

I do not know if this was proposed earlier, but I noticed, that
USE="sqlite" seems to just pull in any dev-db/sqlite, which in many
cases does not really mean any, like
DEPEND="sqlite? dev-db/sqlite"
would do, but something like
DEPEND="sqlite? ( >=dev-db/sqlite-3 )" ## from app-portage/eix/eix-0.10.3.ebuild

While sqlite3 pulls in dev-db/sqlite-3* (At least it should, I have
not really checked that one)

In my humble opinion it would be nice to have a greater degree of
control by separating this into two useflags, sqlite2 and sqlite3,
just like e.g. qt3 and qt4

Regards,
Benedikt
-- 
gentoo-dev@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-dev] sqlite/sqlite3 useflag inconsistency
  2008-01-09 21:32 [gentoo-dev] sqlite/sqlite3 useflag inconsistency Benedikt Morbach
@ 2008-01-14 23:29 ` Petteri Räty
  2008-01-15  5:26   ` Alin Năstac
  0 siblings, 1 reply; 7+ messages in thread
From: Petteri Räty @ 2008-01-14 23:29 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 335 bytes --]

Benedikt Morbach kirjoitti:
> 
> In my humble opinion it would be nice to have a greater degree of
> control by separating this into two useflags, sqlite2 and sqlite3,
> just like e.g. qt3 and qt4
> 

Probably. Even better would be to get rid of sqlite2 but that probably 
doesn't happen any time soon.

Regards,
Petteri


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 260 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-dev] sqlite/sqlite3 useflag inconsistency
  2008-01-14 23:29 ` Petteri Räty
@ 2008-01-15  5:26   ` Alin Năstac
  2008-01-17  1:46     ` Petteri Räty
  0 siblings, 1 reply; 7+ messages in thread
From: Alin Năstac @ 2008-01-15  5:26 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 483 bytes --]

Petteri Räty wrote:
> Benedikt Morbach kirjoitti:
>>
>> In my humble opinion it would be nice to have a greater degree of
>> control by separating this into two useflags, sqlite2 and sqlite3,
>> just like e.g. qt3 and qt4
>>
>
> Probably. Even better would be to get rid of sqlite2 but that probably 
> doesn't happen any time soon.

I understood this will be the case, so I removed sqlite2 support from 
mail-filter/dspam even though it could support both versions.


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 249 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-dev] sqlite/sqlite3 useflag inconsistency
  2008-01-15  5:26   ` Alin Năstac
@ 2008-01-17  1:46     ` Petteri Räty
  2008-01-17  6:38       ` Alin Năstac
  2008-01-17 11:34       ` Caleb Tennis
  0 siblings, 2 replies; 7+ messages in thread
From: Petteri Räty @ 2008-01-17  1:46 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 698 bytes --]

Alin Năstac kirjoitti:
> Petteri Räty wrote:
>> Benedikt Morbach kirjoitti:
>>>
>>> In my humble opinion it would be nice to have a greater degree of
>>> control by separating this into two useflags, sqlite2 and sqlite3,
>>> just like e.g. qt3 and qt4
>>>
>>
>> Probably. Even better would be to get rid of sqlite2 but that probably 
>> doesn't happen any time soon.
> 
> I understood this will be the case, so I removed sqlite2 support from 
> mail-filter/dspam even though it could support both versions.
> 

If a program supports both then go with sqlite3. The things is that 
there are sqlite2 only things left. I don't have much interest in sqlite2.

Regards,
Petteri


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 260 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-dev] sqlite/sqlite3 useflag inconsistency
  2008-01-17  1:46     ` Petteri Räty
@ 2008-01-17  6:38       ` Alin Năstac
  2008-01-17 10:52         ` Petteri Räty
  2008-01-17 11:34       ` Caleb Tennis
  1 sibling, 1 reply; 7+ messages in thread
From: Alin Năstac @ 2008-01-17  6:38 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 834 bytes --]

Petteri Räty wrote:
> Alin Năstac kirjoitti:
>> Petteri Räty wrote:
>>> Benedikt Morbach kirjoitti:
>>>>
>>>> In my humble opinion it would be nice to have a greater degree of
>>>> control by separating this into two useflags, sqlite2 and sqlite3,
>>>> just like e.g. qt3 and qt4
>>>>
>>>
>>> Probably. Even better would be to get rid of sqlite2 but that
>>> probably doesn't happen any time soon.
>>
>> I understood this will be the case, so I removed sqlite2 support from
>> mail-filter/dspam even though it could support both versions.
>>
>
> If a program supports both then go with sqlite3. The things is that
> there are sqlite2 only things left. I don't have much interest in
> sqlite2.
>
>
If a program supports only sqlite2, shouldn't "sqlite? (
=dev-db/sqlite-2* )" be used as dependency atom?



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 260 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-dev] sqlite/sqlite3 useflag inconsistency
  2008-01-17  6:38       ` Alin Năstac
@ 2008-01-17 10:52         ` Petteri Räty
  0 siblings, 0 replies; 7+ messages in thread
From: Petteri Räty @ 2008-01-17 10:52 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 1000 bytes --]

Alin Năstac kirjoitti:
> Petteri Räty wrote:
>> Alin Năstac kirjoitti:
>>> Petteri Räty wrote:
>>>> Benedikt Morbach kirjoitti:
>>>>> In my humble opinion it would be nice to have a greater degree of
>>>>> control by separating this into two useflags, sqlite2 and sqlite3,
>>>>> just like e.g. qt3 and qt4
>>>>>
>>>> Probably. Even better would be to get rid of sqlite2 but that
>>>> probably doesn't happen any time soon.
>>> I understood this will be the case, so I removed sqlite2 support from
>>> mail-filter/dspam even though it could support both versions.
>>>
>> If a program supports both then go with sqlite3. The things is that
>> there are sqlite2 only things left. I don't have much interest in
>> sqlite2.
>>
>>
> If a program supports only sqlite2, shouldn't "sqlite? (
> =dev-db/sqlite-2* )" be used as dependency atom?
> 

Yeah. Depending on both slots doesn't work for binary packages for 
example because the SONAME is different.

Regards,
Petteri


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 260 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-dev] sqlite/sqlite3 useflag inconsistency
  2008-01-17  1:46     ` Petteri Räty
  2008-01-17  6:38       ` Alin Năstac
@ 2008-01-17 11:34       ` Caleb Tennis
  1 sibling, 0 replies; 7+ messages in thread
From: Caleb Tennis @ 2008-01-17 11:34 UTC (permalink / raw
  To: gentoo-dev


> If a program supports both then go with sqlite3. The things is that
> there are sqlite2 only things left. I don't have much interest in sqlite2.

For anyone interested: I dropped sqlite2 from the new qt-4.4 currently masked in
portage.  I also made it so that the sqlite flag just turns on sqlite3, per the
conversation we've previously had about this.

Caleb

-- 
gentoo-dev@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2008-01-17 11:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-09 21:32 [gentoo-dev] sqlite/sqlite3 useflag inconsistency Benedikt Morbach
2008-01-14 23:29 ` Petteri Räty
2008-01-15  5:26   ` Alin Năstac
2008-01-17  1:46     ` Petteri Räty
2008-01-17  6:38       ` Alin Năstac
2008-01-17 10:52         ` Petteri Räty
2008-01-17 11:34       ` Caleb Tennis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox