Gentoo Archives: gentoo-user

From: David Haller <gentoo@×××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] x11-bas/xorg-x11 removal
Date: Sat, 29 Oct 2022 10:09:27
Message-Id: 20221029100904.fxedxfpv5fams5si@grusum.dhaller.de
In Reply to: [gentoo-user] x11-bas/xorg-x11 removal by ralfconn
1 Hello,
2
3 On Sat, 29 Oct 2022, ralfconn wrote:
4 >Rather than adding the whole x11-base/xorg-apps and x11-base/xorg-fonts, I'd
5 >like to build a list of the x11 utilities currently installed on my systems
6 >to add them to world in preparation of the xorg-x11 package removal.
7 >
8 >Is anybody aware of some ready to use tool for the purpose, without
9 >re-inventing the wheel?
10
11 for c in x11-base/ x11-apps/; do
12 eix '-I*' --format '<installedversions:NAMESLOT>' "$c"
13 done
14
15 HTH,
16 -dnh
17
18 --
19 panic("Oh boy, that early out of memory?");
20 linux-2.2.16/arch/mips/mm/init.c

Replies

Subject Author
Re: [gentoo-user] x11-bas/xorg-x11 removal ralfconn <mentadent47@×××××.com>