Gentoo Archives: gentoo-user

From: Jim Ramsay <i.am@×××××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: world favorites: pros and cons
Date: Fri, 28 Jul 2006 19:49:59
Message-Id: 20060728133011.1b8e6374@sed-192.sedsystems.ca
In Reply to: Re: [gentoo-user] Re: world favorites: pros and cons by Enrico Weigelt
1 Enrico Weigelt wrote:
2 > Yeah, but this would also prevent fixes in this ebuild.
3 > (ie. if there's a typo or broken dependency)
4
5 Then you could do:
6
7 >=dev-db/mysql-4.2
8
9 This would allow any mysql-4.1.*, including 4.1.20-r1 and 4.1.99
10
11 Though you do raise a good point... it would be nice to specify a "real
12 upstream version number" differently from the Gentoo "interim release
13 number" such as -r2. Can you think of a sane way to do that?
14
15 My suggestion would be to use a '+' character to represent "all
16 possible gentoo interim releases", as follows:
17
18 Masking
19 >dev-db/mysql-4.1.20+
20 should allow mysql-4.1.20-r1 but not mysql-4.1.21
21
22 --
23 Jim Ramsay
24 "Me fail English? That's unpossible!"
25
26 --
27 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Re: world favorites: pros and cons Daniel da Veiga <danieldaveiga@×××××.com>
Re: [gentoo-user] Re: world favorites: pros and cons Enrico Weigelt <weigelt@×××××.de>