Gentoo Archives: gentoo-user

From: Peter Ruskin <peter.ruskin@×××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] How to name an ebuild for a beta version package
Date: Thu, 17 Aug 2006 20:47:13
Message-Id: 200608172142.06600.peter.ruskin@dsl.pipex.com
In Reply to: [gentoo-user] How to name an ebuild for a beta version package by j.romildo@gmail.com
1 On Thursday 17 August 2006 20:55, j.romildo@×××××.com wrote:
2 > Hello.
3 >
4 > I want to add an ebuild on my portage overlay for a beta version
5 > of a package. The source file dis distributed as
6 > ftp://ftp-sop.inria.fr/mimosa/fp/Bigloo/bigloo2.8c-beta17Aug06.ta
7 >r.gz and the beta version is identified by a date.
8 >
9 > How would one name the ebuild for this package?
10 >
11 > Regards,
12 >
13 > Romildo
14
15 bigloo2.8c_alpha
16 ...and in the ebuild, do:
17 MY_P=${P/_alpha/-beta17Aug06}
18 S=${WORKDIR}/${MY_P}
19 SRC_URI="ftp://ftp-sop.inria.fr/mimosa/fp/Bigloo/${MY_P}.tar.gz"
20
21 --
22 Peter
23 ========================================================================
24 Gentoo Linux: Portage 2.1-r2. kernel-2.6.17-gentoo-r3-x86.
25 2006 i686 AMD Athlon(tm) 64. gcc(GCC): 3.4.4.
26 KDE: 3.5.4. Qt: 3.3.6.
27 ========================================================================
28 --
29 gentoo-user@g.o mailing list