Gentoo Archives: gentoo-portage-dev

From: Marius Mauch <genone@g.o>
To: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] Re: User created package lists
Date: Fri, 24 Mar 2006 02:04:31
Message-Id: 4423477A.7070004@gentoo.org
In Reply to: Re: [gentoo-portage-dev] Re: User created package lists by Brian
1 On Wed, 22 Mar 2006 23:23:25 -0800
2 Brian <dol-sen@×××××.net> wrote:
3
4 > Will user created lists be located in the /etc/portage directory along
5 > with the other user configs? If so will the format be similar to the
6 > package.* files? For user package lists I imagine there could be the
7 > need to control version ranges, so the standard atoms should somehow
8 > apply.
9
10 Assuming this is directed at me:
11 Set support will be more generic than just static package lists (think
12 `emerge system`, `emerge security` or `emerge category`), they will be
13 defined by python modules feeding the root nodes into the dep resolver.
14
15 Static package lists would just be one such module, and you
16 could have multiple different modules for different formats, so don't
17 worry too much about being compatible to portage (I haven't thought
18 much about syntax yet, though there will definitely be a
19 "world"-module), if your implementation won't match the "default" list
20 module provided by portage it will be easy to provide your own module
21 (assuming your format can be translated to simple atoms).
22
23 Marius
24 --
25 gentoo-portage-dev@g.o mailing list