From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1LbWys-0002CK-8s for garchives@archives.gentoo.org; Mon, 23 Feb 2009 09:20:06 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7BA7E0407; Mon, 23 Feb 2009 09:19:09 +0000 (UTC) Received: from mail.digimed.co.uk (82-69-83-178.dsl.in-addr.zen.co.uk [82.69.83.178]) by pigeon.gentoo.org (Postfix) with ESMTP id 90D40E0407 for ; Mon, 23 Feb 2009 09:19:09 +0000 (UTC) Received: from krikkit.digimed.co.uk (krikkit.digimed.co.uk [192.168.1.3]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.digimed.co.uk (Postfix) with ESMTPSA id E3FBB3CEC3C for ; Mon, 23 Feb 2009 09:19:08 +0000 (GMT) Date: Mon, 23 Feb 2009 09:19:00 +0000 From: Neil Bothwick To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Portage and sets Message-ID: <20090223091900.2b54d1b7@krikkit.digimed.co.uk> In-Reply-To: <49A26817.2030609@gmail.com> References: <49A26817.2030609@gmail.com> Organization: Digital Media Production X-Mailer: Claws Mail 3.7.0cvs67 (GTK+ 2.14.7; i686-pc-linux-gnu) X-GPG-Fingerprint: 7260 0F33 97EC 2F1E 7667 FE37 BA6E 1A97 4375 1903 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/CVwGO.E3qB4bajyCnAGkUqV"; protocol="application/pgp-signature"; micalg=PGP-SHA1 X-Archives-Salt: 86a906d3-8eb0-42ca-9a46-73d051511b8a X-Archives-Hash: 4bdcec881386c2a032b91d5482895fa6 --Sig_/CVwGO.E3qB4bajyCnAGkUqV Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Mon, 23 Feb 2009 03:10:47 -0600, Dale wrote: > could someone send me a copy of a sets file > for something like KDE or something. Just something I can use for a > template if you would. A sets file is just a list of packages, in the same format as /var/lib/portage/world. A quick and dirty way to move your KDE packages into a set mkdir -p /etc/portage/sets grep '^kde-base' /var/lib/portage/world >/etc/portage/sets/kde=20 sed -i '/^kde-base/d' /var/lib/portage/world echo '@kde' >>/var/lib/portage/world_sets --=20 Neil Bothwick A man wrapped up in himself makes a very small package. --Sig_/CVwGO.E3qB4bajyCnAGkUqV Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.10 (GNU/Linux) iEYEARECAAYFAkmiagoACgkQum4al0N1GQMVagCgjVBBZ29aQXKz9OOK6J3Uv4Bs shoAn3TjijuTbYTR++A9xTUoKKzd57dn =n8mG -----END PGP SIGNATURE----- --Sig_/CVwGO.E3qB4bajyCnAGkUqV--