Gentoo Archives: gentoo-user

From: Neil Bothwick <neil@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] x11-bas/xorg-x11 removal
Date: Sat, 29 Oct 2022 22:40:05
Message-Id: 20221029233947.43263bc7@digimed.co.uk
In Reply to: Re: [gentoo-user] x11-bas/xorg-x11 removal by ralfconn
1 On Sat, 29 Oct 2022 12:47:38 +0200, ralfconn wrote:
2
3 > On 10/29/22 12:09, David Haller wrote:
4 > > On Sat, 29 Oct 2022, ralfconn wrote:
5 > >> Rather than adding the whole x11-base/xorg-apps and
6 > >> x11-base/xorg-fonts, I'd like to build a list of the x11 utilities
7 > >> currently installed on my systems to add them to world in
8 > >> preparation of the xorg-x11 package removal.
9 > >>
10 > >> Is anybody aware of some ready to use tool for the purpose, without
11 > >> re-inventing the wheel?
12 > > for c in x11-base/ x11-apps/; do
13 > > eix '-I*' --format '<installedversions:NAMESLOT>' "$c"
14 > > done
15 > Wonderfully simple, thank you
16
17 qlist -IC | grep -e x11-base -e x11-apps -e x11-fonts >/etc/portage/sets/x11
18 emerge -n @x11
19
20 Saves filling @world with dozens of x11 entries.
21
22
23 --
24 Neil Bothwick
25
26 Having children will turn you into your parents.

Replies

Subject Author
Re: [gentoo-user] x11-bas/xorg-x11 removal Walter Dnes <waltdnes@××××××××.org>