Re: [gentoo-portage-dev] Masked by corruption

2007-01-11 Thread Philipp Riegger


On 02.01.2007, at 06:56, Zac Medico wrote:


In =portage-2.1.2_rc4-r2 t does that now for installed package (see
bug #158931).  For /var/cache/edb/dep the sqlite module is available
(requires pysqlite or python-2.5 with sqlite support enabled).


Where can i find documentation about this? I use metadata-transfer at  
the moment, but all info i got was from the examples-section in man  
emerge and from the forum. Is there some official complete list of  
theese modules with some description?


Thanks,
Philipp
--
gentoo-portage-dev@gentoo.org mailing list



Re: [gentoo-portage-dev] Masked by corruption

2007-01-11 Thread Robin H. Johnson
On Fri, Jan 12, 2007 at 12:18:34AM +0200, Philipp Riegger wrote:
 On 02.01.2007, at 06:56, Zac Medico wrote:
 In =portage-2.1.2_rc4-r2 t does that now for installed package (see
 bug #158931).  For /var/cache/edb/dep the sqlite module is available
 (requires pysqlite or python-2.5 with sqlite support enabled).
 Where can i find documentation about this? I use metadata-transfer at  
 the moment, but all info i got was from the examples-section in man  
 emerge and from the forum. Is there some official complete list of  
 theese modules with some description?
The portage can probably answer better than I can, but here's a quick
hack.
grep 'class database' -rl /usr/lib/portage/pym/cache/

-- 
Robin Hugh Johnson
Gentoo Linux Developer
E-Mail : [EMAIL PROTECTED]
GnuPG FP   : 11AC BA4F 4778 E3F6 E4ED  F38E B27B 944E 3488 4E85


pgplwrZfNf3z7.pgp
Description: PGP signature


Re: [gentoo-portage-dev] Masked by corruption

2007-01-11 Thread Kent Fredric

On 1/12/07, Philipp Riegger [EMAIL PROTECTED] wrote:


Where can i find documentation about this? I use metadata-transfer at
the moment, but all info i got was from the examples-section in man
emerge and from the forum. Is there some official complete list of
theese modules with some description?


http://gentoo-wiki.com/TIP_speed_up_portage_with_sqlite


With a ruby script written by myself which does quick reverse
dependancy lookups using that SQLite. ( portage still doesnt seem to
utilize the SQLite database for that capacity :/ )
--
gentoo-portage-dev@gentoo.org mailing list