Re: [gentoo-user] x11-bas/xorg-x11 removal

2022-10-29 Thread Neil Bothwick
On Sat, 29 Oct 2022 12:47:38 +0200, ralfconn wrote:

> On 10/29/22 12:09, David Haller wrote:
> > On Sat, 29 Oct 2022, ralfconn wrote:  
> >> Rather than adding the whole x11-base/xorg-apps and
> >> x11-base/xorg-fonts, I'd like to build a list of the x11 utilities
> >> currently installed on my systems to add them to world in
> >> preparation of the xorg-x11 package removal.
> >>
> >> Is anybody aware of some ready to use tool for the purpose, without
> >> re-inventing the wheel?  
> > for c in x11-base/ x11-apps/; do
> >  eix '-I*' --format '' "$c"
> > done  
> Wonderfully simple, thank you

qlist -IC | grep -e x11-base -e x11-apps -e x11-fonts >/etc/portage/sets/x11
emerge -n @x11

Saves filling @world with dozens of x11 entries.


-- 
Neil Bothwick

Having children will turn you into your parents.


pgpPtowlDvXxE.pgp
Description: OpenPGP digital signature


Re: [gentoo-user] x11-bas/xorg-x11 removal

2022-10-29 Thread ralfconn

On 10/29/22 12:09, David Haller wrote:

On Sat, 29 Oct 2022, ralfconn wrote:

Rather than adding the whole x11-base/xorg-apps and x11-base/xorg-fonts, I'd
like to build a list of the x11 utilities currently installed on my systems
to add them to world in preparation of the xorg-x11 package removal.

Is anybody aware of some ready to use tool for the purpose, without
re-inventing the wheel?

for c in x11-base/ x11-apps/; do
 eix '-I*' --format '' "$c"
done

Wonderfully simple, thank you



Re: [gentoo-user] x11-bas/xorg-x11 removal

2022-10-29 Thread David Haller
Hello,

On Sat, 29 Oct 2022, ralfconn wrote:
>Rather than adding the whole x11-base/xorg-apps and x11-base/xorg-fonts, I'd
>like to build a list of the x11 utilities currently installed on my systems
>to add them to world in preparation of the xorg-x11 package removal.
>
>Is anybody aware of some ready to use tool for the purpose, without
>re-inventing the wheel?

for c in x11-base/ x11-apps/; do
eix '-I*' --format '' "$c"
done

HTH,
-dnh

-- 
panic("Oh boy, that early out of memory?");
linux-2.2.16/arch/mips/mm/init.c



[gentoo-user] x11-bas/xorg-x11 removal

2022-10-29 Thread ralfconn
Rather than adding the whole x11-base/xorg-apps and x11-base/xorg-fonts, 
I'd like to build a list of the x11 utilities currently installed on my 
systems to add them to world in preparation of the xorg-x11 package removal.


Is anybody aware of some ready to use tool for the purpose, without 
re-inventing the wheel?


thanks,

raffaele