Gentoo Archives: gentoo-user

From: Nagatoro <nagatoro@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] /usr/local/portage does not seem to have a valid PORTDIR structure.
Date: Mon, 07 Nov 2005 10:34:56
Message-Id: 436F2B53.50809@gmail.com
In Reply to: Re: [gentoo-user] /usr/local/portage does not seem to have a valid PORTDIR structure. by Neil Bothwick
1 Neil Bothwick wrote:
2 > On Sun, 6 Nov 2005 15:01:27 -0300, Norberto Bensa wrote:
3 >
4 >
5 >>I've found the problem. Portage doesn't like packge-0.0.1beta. Instead
6 >>you must name it like package-0.0.1_beta. Now I need to do some magic
7 >>inside the ebuild to s/_//
8 >
9 >
10 > Something along the lines of
11 >
12 > My_P=$(P/beta/_beta}
13 >
14 > and use ${My_P} instead of ${P} throughout the ebuild.
15 >
16 >
17
18 Or better look at
19 http://dev.gentoo.org/~plasmaroo/devmanual/ebuild-writing/
20
21 since _beta is a recogniced suffix there should be built in methods to
22 deal with it.
23
24 --
25 Naga
26 --
27 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] /usr/local/portage does not seem to have a valid PORTDIR structure. Neil Bothwick <neil@××××××××××.uk>