Gentoo Archives: gentoo-user

From: Neil Bothwick <neil@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Portage and sets
Date: Mon, 23 Feb 2009 09:20:06
Message-Id: 20090223091900.2b54d1b7@krikkit.digimed.co.uk
In Reply to: [gentoo-user] Portage and sets by Dale
1 On Mon, 23 Feb 2009 03:10:47 -0600, Dale wrote:
2
3 > could someone send me a copy of a sets file
4 > for something like KDE or something. Just something I can use for a
5 > template if you would.
6
7 A sets file is just a list of packages, in the same format
8 as /var/lib/portage/world. A quick and dirty way to move your KDE
9 packages into a set
10
11 mkdir -p /etc/portage/sets
12 grep '^kde-base' /var/lib/portage/world >/etc/portage/sets/kde
13 sed -i '/^kde-base/d' /var/lib/portage/world
14 echo '@kde' >>/var/lib/portage/world_sets
15
16
17 --
18 Neil Bothwick
19
20 A man wrapped up in himself makes a very small package.

Attachments

File name MIME type
signature.asc application/pgp-signature