Gentoo Archives: gentoo-dev

From: "Octavio Ruiz (Ta^3)" <tacvbo@××××××.net>
To: gentoo-dev@××××××××××××.org
Subject: Re: [gentoo-dev] ebuild question (versionator.eclass)
Date: Fri, 04 Mar 2005 03:25:11
Message-Id: 20050304032511.GA11211@tacvbo.net
In Reply to: Re: [gentoo-dev] ebuild question by Aaron Walker
1 Aaron Walker, who happens to be smarter than you, thinks:
2
3 > that, read about the versionator eclass in the versionator.eclass(5) manual
4 > page (may have to emerge portage-manpages).
5
6 O.o!
7
8 Great, I have in my overlay an ebuild which I made and I'm testing it right
9 now..
10
11 hdf5_hl-1.6.2.1.ebuild - hdf5_hl-5162p1.tar.gz
12
13 ---
14 PKG_VER="${PV:0:5}"
15 PKG_REV="${PV:6}"
16 MY_PKG="${PN}-5${PKG_VER//./}${PKG_REV:+p${PKG_REV}}"
17
18 SRC_URI="ftp://ftp.ncsa.uiuc.edu/HDF/HDF5/hdf5_hl/src/${MY_PKG}.tar.gz"
19 ---
20
21 Use of versionator.eclass seems to be the elegant solution, just I need to
22 read de eclass...
23
24 Cool stuff Ciaran, ;-)
25
26 --
27 Function reject.
28 --
29 gentoo-dev@g.o mailing list