Re: [gentoo-user] Find all installed packages with "-alsa"?

2003-12-18 Thread Andrew Gaffney
Joel Konkle-Parker wrote: Andrew Gaffney wrote: Jason Stubbs wrote: On Monday 15 December 2003 12:10, Joel Konkle-Parker wrote: I'm switching over from OSS to ALSA, so I need to find all the installed packages that were merged with "-alsa". Is this possible? Thanks in advance. # grep -l '-

Re: [gentoo-user] Find all installed packages with "-alsa"?

2003-12-15 Thread Oliver Lange
Van Eps, Nathan D. (James Tower) wrote: Sure I've used a SQL DB. A file stored in a DB is slower to load than a file on disk. This doesn't speak to indexing and cacheing that a DB might have (not to mention that DBs are usually way better machines than your desktop). Of course, you can apply these

RE: [gentoo-user] Find all installed packages with "-alsa"?

2003-12-15 Thread Van Eps, Nathan D. (James Tower)
Sure I've used a SQL DB. A file stored in a DB is slower to load than a file on disk. This doesn't speak to indexing and cacheing that a DB might have (not to mention that DBs are usually way better machines than your desktop). Of course, you can apply these techniques to files on disk as well. --

Re: [gentoo-user] Find all installed packages with "-alsa"?

2003-12-15 Thread Simon
just: emerge --emptytree -vp world | grep "-alsa" On Monday 15 December 2003 18:09, Przemysław Maciąg wrote: > W liście z pon, 15-12-2003, godz. 14:52, Przemysław Maciąg pisze: > > W liście z pon, 15-12-2003, godz. 14:18, Joel Konkle-Parker pisze: > > > Quoting Norbert Kamenicky <[EMAIL PROTECTED]

Re: [gentoo-user] Find all installed packages with "-alsa"?

2003-12-15 Thread Przemysław Maciąg
W liście z pon, 15-12-2003, godz. 14:52, Przemysław Maciąg pisze: > W liście z pon, 15-12-2003, godz. 14:18, Joel Konkle-Parker pisze: > > Quoting Norbert Kamenicky <[EMAIL PROTECTED]>: > > > > > mathieu perrenoud wrote: > > > > > > >On Monday 15 December 2003 04:10, Joel Konkle-Parker wrote: >

Re: [gentoo-user] Find all installed packages with "-alsa"?

2003-12-15 Thread Oliver Lange
Van Eps, Nathan D. (James Tower) wrote: Using a SQL DB would increase the data stored on the harddisk. It is also slower than raw file access. The deal breaker is that you don't want to depend on a SQL DB for minimal installs. ?? Did you ever use a SQL db ? Responses for queries within such 'tiny'

Re: [gentoo-user] Find all installed packages with "-alsa"?

2003-12-15 Thread Andrew Gaffney
Andrew Gaffney wrote: Jason Stubbs wrote: On Monday 15 December 2003 12:10, Joel Konkle-Parker wrote: I'm switching over from OSS to ALSA, so I need to find all the installed packages that were merged with "-alsa". Is this possible? Thanks in advance. # grep -l '-alsa' `find /var/db/pkg/*/*/USE

Re: [gentoo-user] Find all installed packages with "-alsa"?

2003-12-15 Thread Oliver Lange
Norbert Kamenicky wrote: Oliver Lange wrote: If somebody is singing oda's about GUI and clicking, I like to ask him to solve this problem: Give me the first 2000 most frequently used words in english newspapers! Okay okay, you're right, no-one will ever add a menu entry in a GUI-driven tool named

RE: [gentoo-user] Find all installed packages with "-alsa"?

2003-12-15 Thread Van Eps, Nathan D. (James Tower)
>-Original Message- >From: Oliver Lange > >mathieu perrenoud wrote: >> >> >> I fully agree. But emerge -ep world | grep '-alsa' can hardly be called shell hacking. >> > >Instead of that cryptic shell stuff (i mean in general), I'd like to have the >portage tree and all it's stuff put int

Re: [gentoo-user] Find all installed packages with "-alsa"?

2003-12-15 Thread Norbert Kamenicky
Oliver Lange wrote: Norbert Kamenicky wrote: h ... shell scripting is one of the thing which give us freedom/power and easy way to solve different daily problems in simple/easy way (indeed after some experience). Let see microshit ... even for simple tasks havy guns like C/C++ ... BASIC ;

Re: [gentoo-user] Find all installed packages with "-alsa"?

2003-12-15 Thread Oliver Lange
Joel Konkle-Parker wrote: Ok, so maybe not shell hacking. But there needs to be some sort of easy way to do the following: - Build system using OSS (+oss -alsa) - Decide later to switch to ALSA (+/-oss +alsa) - Tell portage to remerge everything previously merged with "-alsa" to reflect the change

Re: [gentoo-user] Find all installed packages with "-alsa"?

2003-12-15 Thread Oliver Lange
mathieu perrenoud wrote: I fully agree. But emerge -ep world | grep '-alsa' can hardly be called shell hacking. Instead of that cryptic shell stuff (i mean in general), I'd like to have the portage tree and all it's stuff put into a simple SQL database. Then you could talk to your computer in cle

Re: [gentoo-user] Find all installed packages with "-alsa"?

2003-12-15 Thread Oliver Lange
Norbert Kamenicky wrote: h ... shell scripting is one of the thing which give us freedom/power and easy way to solve different daily problems in simple/easy way (indeed after some experience). Let see microshit ... even for simple tasks havy guns like C/C++ ... BASIC ;-) (S cames from stup

Re: [gentoo-user] Find all installed packages with "-alsa"?

2003-12-15 Thread Joel Konkle-Parker
Quoting mathieu perrenoud <[EMAIL PROTECTED]>: > Le Lundi, 15 Décembre 2003 14.45, Norbert Kamenicky a écrit : > > >Well, my take from this whole thread is that it's not possible > without > > > some shell hacking. > > > > > > > h ... shell scripting is one of the thing which give us > >

Re: [gentoo-user] Find all installed packages with "-alsa"?

2003-12-15 Thread mathieu perrenoud
Le Lundi, 15 Décembre 2003 14.45, Norbert Kamenicky a écrit : > >Well, my take from this whole thread is that it's not possible without > > some shell hacking. > > > > h ... shell scripting is one of the thing which give us > freedom/power and easy way to solve different daily problems >

Re: [gentoo-user] Find all installed packages with "-alsa"?

2003-12-15 Thread Przemysław Maciąg
W liście z pon, 15-12-2003, godz. 14:18, Joel Konkle-Parker pisze: > Quoting Norbert Kamenicky <[EMAIL PROTECTED]>: > > > mathieu perrenoud wrote: > > > > >On Monday 15 December 2003 04:10, Joel Konkle-Parker wrote: > > > > > > > > >>I'm switching over from OSS to ALSA, so I need to find all t

Re: [gentoo-user] Find all installed packages with "-alsa"?

2003-12-15 Thread Norbert Kamenicky
Joel Konkle-Parker wrote: Well, my take from this whole thread is that it's not possible without some shell hacking. h ... shell scripting is one of the thing which give us freedom/power and easy way to solve different daily problems in simple/easy way (indeed after some experience). Le

Re: [gentoo-user] Find all installed packages with "-alsa"?

2003-12-15 Thread Joel Konkle-Parker
Quoting Norbert Kamenicky <[EMAIL PROTECTED]>: > mathieu perrenoud wrote: > > >On Monday 15 December 2003 04:10, Joel Konkle-Parker wrote: > > > > > >>I'm switching over from OSS to ALSA, so I need to find all the > installed > >>packages that were merged with "-alsa". Is this possible? > >> >

Re: [gentoo-user] Find all installed packages with "-alsa"?

2003-12-15 Thread Norbert Kamenicky
mathieu perrenoud wrote: On Monday 15 December 2003 04:10, Joel Konkle-Parker wrote: I'm switching over from OSS to ALSA, so I need to find all the installed packages that were merged with "-alsa". Is this possible? Thanks in advance. what about this one? emerge -evp world | grep '-alsa' |

Re: [gentoo-user] Find all installed packages with "-alsa"?

2003-12-15 Thread Jason Stubbs
On Monday 15 December 2003 16:40, mathieu perrenoud wrote: > On Monday 15 December 2003 04:10, Joel Konkle-Parker wrote: > > I'm switching over from OSS to ALSA, so I need to find all the installed > > packages that were merged with "-alsa". Is this possible? > > > > Thanks in advance. > > what abo

Re: [gentoo-user] Find all installed packages with "-alsa"?

2003-12-15 Thread mathieu perrenoud
On Monday 15 December 2003 04:10, Joel Konkle-Parker wrote: > I'm switching over from OSS to ALSA, so I need to find all the installed > packages that were merged with "-alsa". Is this possible? > > Thanks in advance. what about this one? emerge -evp world | grep '-alsa' | awk '{print $4}' it doe

Re: [gentoo-user] Find all installed packages with "-alsa"?

2003-12-14 Thread Ciaran McCreesh
On Sun, 14 Dec 2003 22:10:58 -0500 Joel Konkle-Parker <[EMAIL PROTECTED]> wrote: | I'm switching over from OSS to ALSA, so I need to find all the | installed packages that were merged with "-alsa". Is this possible? for p in `qpkg -v -I -nc` ; do etcat -u $p | grep '^ . - alsa ' > /dev/null && ech

Re: [gentoo-user] Find all installed packages with "-alsa"?

2003-12-14 Thread David Mallwitz
> Hmm, this is interesting, but ultimately not very useful. Here's the > output: > > -- > # cd /var/db/pkg > # for i in $(grep -l 'alsa' */*/IUSE | cut -d '/' -f 1-2); do grep > "\-alsa" ${i}/USE; done > x86 avi crypt cups encode foomaticdb gif jpeg libg++ libwww mad > mikmod motif mpeg ncurses nl

Re: [gentoo-user] Find all installed packages with "-alsa"?

2003-12-14 Thread Jason Stubbs
On Monday 15 December 2003 12:39, Renat Golubchyk wrote: > Hi! > > On Monday 15 December 2003 04:10, Joel Konkle-Parker wrote: > > I'm switching over from OSS to ALSA, so I need to find all the installed > > packages that were merged with "-alsa". Is this possible? > > Try this one (everything in o

Re: [gentoo-user] Find all installed packages with "-alsa"?

2003-12-14 Thread Jason Stubbs
On Monday 15 December 2003 12:36, Joel Konkle-Parker wrote: > Jason Stubbs wrote: > > On Monday 15 December 2003 12:10, Joel Konkle-Parker wrote: > >>I'm switching over from OSS to ALSA, so I need to find all the installed > >>packages that were merged with "-alsa". Is this possible? > >> > >>Thank

Re: [gentoo-user] Find all installed packages with "-alsa"?

2003-12-14 Thread Oliver Lange
Joel Konkle-Parker wrote: Try this one (everything in one line): for pack in $(find /var/db/pkg/ -type f -name IUSE -exec grep -l 'alsa' '{}' ';' |sed 's#IUSE$#USE#'); do grep -l '\-alsa' $pack; done |sed 's#.*pkg/\(.*\)-[0-9].*/USE#\1#' Ding ding ding! Congrats, you got it! Dong dong dong..

Re: [gentoo-user] Find all installed packages with "-alsa"?

2003-12-14 Thread Joel Konkle-Parker
Renat Golubchyk wrote: Hi! On Monday 15 December 2003 04:10, Joel Konkle-Parker wrote: I'm switching over from OSS to ALSA, so I need to find all the installed packages that were merged with "-alsa". Is this possible? Try this one (everything in one line): for pack in $(find /var/db/pkg/ -type

Re: [gentoo-user] Find all installed packages with "-alsa"?

2003-12-14 Thread Joel Konkle-Parker
Andrew Gaffney wrote: Jason Stubbs wrote: On Monday 15 December 2003 12:10, Joel Konkle-Parker wrote: I'm switching over from OSS to ALSA, so I need to find all the installed packages that were merged with "-alsa". Is this possible? Thanks in advance. # grep -l '-alsa' `find /var/db/pkg/*/*/USE

Re: [gentoo-user] Find all installed packages with "-alsa"?

2003-12-14 Thread Renat Golubchyk
Hi! On Monday 15 December 2003 04:10, Joel Konkle-Parker wrote: > I'm switching over from OSS to ALSA, so I need to find all the installed > packages that were merged with "-alsa". Is this possible? > Try this one (everything in one line): for pack in $(find /var/db/pkg/ -type f -name IUSE -exec

Re: [gentoo-user] Find all installed packages with "-alsa"?

2003-12-14 Thread Joel Konkle-Parker
Jason Stubbs wrote: On Monday 15 December 2003 12:10, Joel Konkle-Parker wrote: I'm switching over from OSS to ALSA, so I need to find all the installed packages that were merged with "-alsa". Is this possible? Thanks in advance. # grep -l '-alsa' `find /var/db/pkg/*/*/USE` Interestingly, this d

Re: [gentoo-user] Find all installed packages with "-alsa"?

2003-12-14 Thread Andrew Gaffney
Jason Stubbs wrote: On Monday 15 December 2003 12:10, Joel Konkle-Parker wrote: I'm switching over from OSS to ALSA, so I need to find all the installed packages that were merged with "-alsa". Is this possible? Thanks in advance. # grep -l '-alsa' `find /var/db/pkg/*/*/USE` That will likely give

Re: [gentoo-user] Find all installed packages with "-alsa"?

2003-12-14 Thread Oliver Lange
Jason Stubbs wrote: On Monday 15 December 2003 12:10, Joel Konkle-Parker wrote: I'm switching over from OSS to ALSA, so I need to find all the installed packages that were merged with "-alsa". Is this possible? Thanks in advance. # grep -l '-alsa' `find /var/db/pkg/*/*/USE` Aha, very interestin

Re: [gentoo-user] Find all installed packages with "-alsa"?

2003-12-14 Thread Jason Stubbs
On Monday 15 December 2003 12:10, Joel Konkle-Parker wrote: > I'm switching over from OSS to ALSA, so I need to find all the installed > packages that were merged with "-alsa". Is this possible? > > Thanks in advance. # grep -l '-alsa' `find /var/db/pkg/*/*/USE` -- Regards, Jason Stubbs -- [EMA

[gentoo-user] Find all installed packages with "-alsa"?

2003-12-14 Thread Joel Konkle-Parker
I'm switching over from OSS to ALSA, so I need to find all the installed packages that were merged with "-alsa". Is this possible? Thanks in advance. -- Joel Konkle-Parker Webmaster [Ballsome.com] Phone [+1 662-518-1636] E-mail[EMAIL PROTECTED] pgp0.pgp Description: PGP signature