Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] Installierte Pakete aus Overlays rausfinden
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
Finswimmer
Bodhisattva
Bodhisattva


Joined: 02 Sep 2004
Posts: 5467
Location: Langen (Hessen), Germany

PostPosted: Wed Mar 07, 2007 10:18 pm    Post subject: [SOLVED] Installierte Pakete aus Overlays rausfinden Reply with quote

Hey!

Gibt es schon ein fertiges Progrämmchen, mit dem ich mir alle installierten Pakete, die aus einem Overlay stammen, anzeigen lassen kann?

Denn ab und zu wird das Ebuild verändert, ohne dass sich die Version/Use-Flag ändert, daher würde ich gerne von Zeit zu Zeit diese Pakete neu mergen.

Tobi
_________________
Bitte auf Rechtschreibung, korrekte Formatierung und Höflichkeit achten!
Danke


Last edited by Finswimmer on Wed Mar 07, 2007 10:23 pm; edited 1 time in total
Back to top
View user's profile Send private message
Finswimmer
Bodhisattva
Bodhisattva


Joined: 02 Sep 2004
Posts: 5467
Location: Langen (Hessen), Germany

PostPosted: Wed Mar 07, 2007 10:22 pm    Post subject: Reply with quote

Selbst ist der Mann ;)

Code:
for i in `/bin/ls -1 /usr/portage/local/layman/*/*/|grep -v ":"`;do qlist -ICe $i;done


Tobi
_________________
Bitte auf Rechtschreibung, korrekte Formatierung und Höflichkeit achten!
Danke
Back to top
View user's profile Send private message
schmidicom
Veteran
Veteran


Joined: 09 Mar 2006
Posts: 1924
Location: Schweiz

PostPosted: Wed Sep 18, 2013 8:32 am    Post subject: Reply with quote

Ist dein Einzeiler noch immer die einzige Möglichkeit das anzuzeigen? Das wäre doch eine nette Erweiterung für "qlist"?

PS: Musste die Pfadangabe ändern:
Code:
for i in `/bin/ls -1 /var/lib/layman/*/*/ | grep -v ":"`;do qlist -ICe $i;done

_________________
Lenovo - ThinkPad P16s Gen 2 - 21K9CTO1WW
Back to top
View user's profile Send private message
franzf
Advocate
Advocate


Joined: 29 Mar 2005
Posts: 4565

PostPosted: Wed Sep 18, 2013 9:08 am    Post subject: Reply with quote

eix --installed-in-some-overlay
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum