Gentoo Archives: gentoo-user

From: Paul Hartman <paul.hartman+gentoo@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Syntax for set files
Date: Tue, 07 Feb 2012 19:47:39
Message-Id: CAEH5T2PiJHD-pSxi6SxRr2XejcpqEBnhwuUx1qn7TQirde8itA@mail.gmail.com
In Reply to: [gentoo-user] Syntax for set files by Alan McKinnon
1 On Tue, Feb 7, 2012 at 12:36 PM, Alan McKinnon <alan.mckinnon@×××××.com> wrote:
2 > Anyone know a link to documentation on what the syntax is in portage's
3 > set files? I once had a skimpy doc (since lost) that described
4 > operators like + - / that let you add, remove and replace named atoms
5 > in a set file.
6
7 Portage documentation, Part I Chapter 2 "Package Set Configuration"
8 should have more than you ever wanted to know about sets. :) Emerge
9 portage with USE="doc" if you don't already have it in
10 /usr/share/doc/portage*/html/.
11
12 > I use the enlightenment-niifaq overlay which ships with some awesome
13 > predfined sets. But source code for some of those ebuilds are broken. I
14 > really don't feel like maintaining my own sets for this. Much easier to
15 > just make a small set with a line like so:
16 >
17 > @enlightenment-niifaq - <broken_ebuild1> - <broken_ebuild2>
18 >
19 > Can this even be done in portage?
20
21 I think you can use regex in the sets declaration. I haven't really
22 used them much myself.

Replies

Subject Author
Re: [gentoo-user] Syntax for set files Alan McKinnon <alan.mckinnon@×××××.com>