Gentoo Archives: gentoo-dev

From: Francesco R <vivo@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Re: RFC: qt.eclass
Date: Fri, 01 Jul 2005 13:34:14
Message-Id: 42C545B1.7060403@gentoo.org
In Reply to: Re: [gentoo-dev] Re: RFC: qt.eclass by Francesco R
1 Francesco R wrote:
2 [snip]
3 s/
4
5 ># example:
6 >###MY_VER_RANGE 4.0 4.0.16
7 >###MY_VER_RANGE 4.1 4.1.4
8 >###MY_VER_RANGE 5.0
9 ># if a patch contains these three lines then:
10 ># all version >= 4.0 but < 4.0.16,
11 ># all version >= 4.1 but < 4.0.16,
12 ># all version >= 5.0 will be affected by this patch
13 >
14 >
15 /
16 example:
17 ###MY_VER_RANGE [4.0,4.0.16) [4.1,4.1.4) [5.0,]
18 # if a patch contains the previous line then:
19 # all version >= 4.0 but < 4.0.16,
20 # all version >= 4.1 but < 4.0.16,
21 # all version >= 5.0 will be affected by this patch
22 /
23
24 [snip]
25
26
27 --
28 gentoo-dev@g.o mailing list