Gentoo Archives: gentoo-dev

From: Jason Stubbs <jstubbs@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Strange version numbers
Date: Sat, 13 Mar 2004 05:41:53
Message-Id: 200403131440.12875.jstubbs@gentoo.org
In Reply to: [gentoo-dev] Strange version numbers by "Brett I. Holcomb"
1 On Saturday 13 March 2004 14:02, Brett I. Holcomb wrote:
2 > I tried to modify an ebuild for ardour to reflect the current release
3 > which is 0.9beta11.2. There is a ardour-0.9_beta11.ebuild so I tried
4 > making that ardour-0.9_beta11.2.ebuild which emerge doesn't like. I
5 > also tried _2 and some other combos but it doesn't work.
6
7 The rules are at http://www.gentoo.org/doc/en/gentoo-howto.xml#doc_chap2 under
8 "Naming ebuild Files".
9
10 > How do I specify a version of 0.9beta11.2 in the ebuild name?
11
12 For this sort of case, you have a few options, but the easiest is something
13 like 0.9_beta1102. If upstream is really crazy with their version numbers and
14 all of a sudden comes out with 0.9beta11.2.1, this breaks down though.
15 beta11021 is bigger, but then what for beta12?
16
17 Another option is to use the CVS like naming scheme. For example,
18 0.9_beta20040214. This is the safest, but probably most confusing for users.
19
20 If/Once http://bugs.gentoo.org/show_bug.cgi?id=37406 get's incorporated, you
21 will be able to specify a version number of 0.9_beta11_p2.
22
23 Regards,
24 Jason Stubbs
25
26 --
27 gentoo-dev@g.o mailing list