Gentoo Archives: gentoo-dev

From: Yannick Koehler <yannick.koehler@××××××××.com>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] CUnit - !!! Name error in CUnit-1.0-4: multiple version parts.
Date: Mon, 11 Mar 2002 17:34:59
Message-Id: 3C8D3F0F.2030806@colubris.com
In Reply to: Re: [gentoo-dev] CUnit - !!! Name error in CUnit-1.0-4: multiple version parts. by Daniel Robbins
1 Daniel Robbins wrote:
2 > On Mon, 2002-03-11 at 14:50, Yannick Koehler wrote:
3 >
4 >>I wrote that ebuild, but it looks like portage doesn't like package name
5 >>with <version>.<revision>-<patch> format.
6 >>
7 >>Any help appreciated
8 >>
9 >>Yannick Koehler
10 >>
11 >
12 > Yes, you need to change the Gentoo Linux-specific version to be
13 > compatible with our versioning system. Some possibilities:
14 >
15 > 1.0.4
16 > 1.0_p4 (patchlevel 4)
17 >
18 > Best Regards,
19 >
20 >
21
22 Ok but then I can't use $P has the file isn't from me and use 1.0-4.. So
23 I have to do
24
25 src_extract {
26 cd ${WORKDIR}/CUnit-1.0-4
27 try ./configure
28
29 ...
30
31 Yannick Koehler

Replies