Gentoo Archives: gentoo-dev

From: Jason Stubbs <jstubbs@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Multiple Repo Support
Date: Sat, 24 Dec 2005 03:52:35
Message-Id: 200512241250.33825.jstubbs@gentoo.org
In Reply to: Re: [gentoo-dev] Multiple Repo Support by Ciaran McCreesh
1 On Saturday 24 December 2005 10:25, Ciaran McCreesh wrote:
2 > On Fri, 23 Dec 2005 17:04:32 -0800 Brian Harring <ferringb@g.o>
3 >
4 > wrote:
5 > | kde-libs/kde:3
6 > | ^^^ need any kde, with slotting enabled.
7 > |
8 > | kde-libs/kde:3,4
9 > | ^^^ need any kde, slotting 3 or 4.
10
11 I'd prefer to not have this last one. It can be done as "|| ( kde-libs/kde:3
12 kde-libs/kde:4 )" whereas all other atom constructs are already at their most
13 minimalistic form.
14
15 > Will foo-bar/baz:3* or foo-bar/baz:3.* work?
16
17 SLOT is currently an arbitrary string (without spaces) so general matching of
18 "*" might be useful. Of course, there's no restriction of not using "*" in
19 SLOTs at the moment either...
20
21 --
22 Jason Stubbs
23 --
24 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] Multiple Repo Support Ciaran McCreesh <ciaranm@g.o>
Re: [gentoo-dev] Multiple Repo Support Paul de Vrieze <pauldv@g.o>