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?
On Sat, 29 Oct 2022, ralfconn wrote:Wonderfully simple, thank you
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.for c in x11-base/ x11-apps/; do
Is anybody aware of some ready to use tool for the purpose, without
re-inventing the wheel?
eix '-I*' --format '<installedversions:NAMESLOT>' "$c"
done
On 10/29/22 12:09, David Haller wrote:
On Sat, 29 Oct 2022, ralfconn wrote:Wonderfully simple, thank you
Rather than adding the whole x11-base/xorg-apps andfor c in x11-base/ x11-apps/; do
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?
eix '-I*' --format '<installedversions:NAMESLOT>' "$c"
done
On Sat, Oct 29, 2022 at 11:39:47PM +0100, Neil Bothwick wrote
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.
1) Has /var/lib/portage/set_name been deprecated?
2) Will items in /etc/portage/sets/<whatever> be automatically updated
each time you update world?
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.
On Mon, 31 Oct 2022 at 22:12, Walter Dnes <waltdnes@waltdnes.org> wrote:
On Sat, Oct 29, 2022 at 11:39:47PM +0100, Neil Bothwick wrote
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.
1) Has /var/lib/portage/set_name been deprecated?
No. The new default is now /var/lib/portage. Check your /etc/portage/repos.conf/gentoo.conf if you're in doubt about where
your main repo is.
2) Will items in /etc/portage/sets/<whatever> be automatically
updated each time you update world?
On Mon, 31 Oct 2022 22:32:34 +0100, Arve Barsnes wrote:wrote:
On Mon, 31 Oct 2022 at 22:12, Walter Dnes <waltdnes@waltdnes.org>
On Sat, Oct 29, 2022 at 11:39:47PM +0100, Neil Bothwick wrote
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.
1) Has /var/lib/portage/set_name been deprecated?
No. The new default is now /var/lib/portage. Check your /etc/portage/repos.conf/gentoo.conf if you're in doubt about where
your main repo is.
When did that happen? The portage man page still shows /etc/portage/sets/
as the location for user-defined sets.
2) Will items in /etc/portage/sets/<whatever> be automatically
updated each time you update world?
Provided the set is in world_sets, all packages in it will be treated as
if they were in @world for updates.
1) Has /var/lib/portage/set_name been deprecated?
No. The new default is now /var/lib/portage. Check your /etc/portage/repos.conf/gentoo.conf if you're in doubt about where
your main repo is.
When did that happen? The portage man page still shows /etc/portage/sets/ as the location for user-defined sets.
There seems to be some confusion here. /var/lib/portage is where portage stores things; /etc/portage is where you store portage things.
... Has /var/lib/portage/ ever been possible for sets? Since the world file is there, I could see an initial implementation choosing that as the logical destination, but I have no memory of it.
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 496 |
Nodes: | 16 (2 / 14) |
Uptime: | 63:06:14 |
Calls: | 9,762 |
Calls today: | 3 |
Files: | 13,744 |
Messages: | 6,185,694 |