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 1LbX3A-0002ut-FQ for garchives@archives.gentoo.org; Mon, 23 Feb 2009 09:24:32 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B16ADE042B; Mon, 23 Feb 2009 09:23:41 +0000 (UTC) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.173]) by pigeon.gentoo.org (Postfix) with ESMTP id 75B19E042B for ; Mon, 23 Feb 2009 09:23:41 +0000 (UTC) Received: by ug-out-1314.google.com with SMTP id j40so175636ugd.39 for ; Mon, 23 Feb 2009 01:23:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:references:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:message-id; bh=x5tUtF3/EXe4PD8/PIoNBVQWvNO/tA6LKBSw0fvbbRg=; b=jopUWR9Ef+X4nByY4/AJL7mWJ73rCyuukozAAdAdDJ/HUstv0+Oc3jPjk4flNef8NH M1aZyluuGUAPU1xATlH1rgRuGP8ObT2dGxUQp2EZ6dbKQQi0Pf8XZuOZrQUgZldWZutO jhszu2FHRmQWi+nORlcDMojRTwlY1Get0xFGM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=from:to:subject:date:user-agent:references:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :message-id; b=Ik7MVfEDiuslCHdOUNA5z5u+lBK23FvkF8OwGZM0F1J6aQrnOWBD1mQafHpJVEMkdl qSlbKlSAA4nayoL+NBZbFY1ooNR7PAGKlbZdJ9xF4XFZaxg0Si1I3ZwdJNZylpyK08Dt RDXgdvziaxNtQhQgb8W/LrKprTfRuWyaYKy8w= Received: by 10.210.59.3 with SMTP id h3mr3296995eba.106.1235381020891; Mon, 23 Feb 2009 01:23:40 -0800 (PST) Received: from energy.localnet (energy.heim10.tu-clausthal.de [139.174.197.94]) by mx.google.com with ESMTPS id 20sm4790208ewy.89.2009.02.23.01.23.40 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 23 Feb 2009 01:23:40 -0800 (PST) From: Volker Armin Hemmann To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Portage and sets Date: Mon, 23 Feb 2009 10:23:35 +0100 User-Agent: KMail/1.11.0 (Linux/2.6.28.5r4; KDE/4.2.0; x86_64; ; ) References: <49A26817.2030609@gmail.com> In-Reply-To: <49A26817.2030609@gmail.com> 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: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200902231023.36118.volkerarmin@googlemail.com> X-Archives-Salt: 89169ff0-30d3-44a2-909c-db8be4b374f2 X-Archives-Hash: aeab44fa74e5baaf2b2247ace160872d On Montag 23 Februar 2009, Dale wrote: > Hi > > I'm wanting to experiment a little with the new sets feature of > portage. I have searched around the forums, even looked at gentoo wiki > and read a few man pages. I can not find a good link to a how to for > sets. I would like to have a couple things if someone has them. 1) a > link to a good how to. 2) 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. > > Thanks much. Oh, yea, I may be about to break something. I got my > backups up to date tho. o_O > > Dale > > :-) :-) put sets file in /etc/portage/sets example: cat /etc/portage/sets/qt-copy =x11-libs/qt-assistant-4.4.9999 =x11-libs/qt-core-4.4.9999 =x11-libs/qt-dbus-4.4.9999 =x11-libs/qt-gui-4.4.9999 =x11-libs/qt-opengl-4.4.9999 =x11-libs/qt-qt3support-4.4.9999 =x11-libs/qt-script-4.4.9999 =x11-libs/qt-sql-4.4.9999 =x11-libs/qt-svg-4.4.9999 =x11-libs/qt-test-4.4.9999 =x11-libs/qt-webkit-4.4.9999 =x11-libs/qt-xmlpatterns-4.4.9999 you are done. Really, there is no magic about sets. You put all the packet- atoms you want into a file, put the file into /etc/portage/sets and emerge @setname. That's it. Or look at this: cat /usr/local/portage/layman/kde-testing/sets/kde-4.2 # We don't include kdesdk on the global set kde-base/kdelibs:4.2 kde-base/kdepimlibs:4.2 kde-base/kate:4.2 kde-base/kdeplasma-addons:4.2 kde-base/kde-l10n:4.2 @kdeaccessibility-4.2 @kdeadmin-4.2 @kdeartwork-4.2 @kdebase-4.2 @kdeedu-4.2 @kdegames-4.2 @kdegraphics-4.2 @kdemultimedia-4.2 @kdenetwork-4.2 @kdepim-4.2 @kdetoys-4.2 @kdeutils-4.2 #for developers #@kdebindings-4.2 #@kdesdk-4.2 #@kdewebdev-4.2 so as you can see - a set can be create out of other sets.