Gentoo Archives: gentoo-user

From: Mike Kazantsev <mike_kazantsev@×××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] ebuild for cvs-version of sci-visualization/paraview
Date: Fri, 15 May 2009 03:36:41
Message-Id: 20090515093629.589b46db@malediction
In Reply to: [gentoo-user] ebuild for cvs-version of sci-visualization/paraview by Helmut Jarausch
1 On Thu, 14 May 2009 20:17:10 +0200 (CEST)
2 Helmut Jarausch <jarausch@××××××××××××××××.de> wrote:
3
4 > can anybody please tell me where to find or whom to ask for an ebuild
5 > paraview-9999 (the cvs-version of paraview)
6
7 I'd suggest tweaking latest ebuild yourself.
8 It should take no more than five minutes with a few no-brainer actions.
9
10 Most times, all you need to do is:
11 0. cp paraview-<latest>.ebuild paraview-9999.ebuild
12 1. Add "inherit cvs" line or add "cvs" to existing inherit line.
13 2. Replace SRC_URI with ECVS_SERVER / ECVS_MODULE.
14 3. If there's src_unpack function defined, replace "src_unpack" line
15 inside it with cvs_src_unpack.
16 4. Digest ("repoman manifest" in ebuild path will do) and emerge it.
17
18 And, of course, read the fine manual:
19 http://devmanual.gentoo.org/ebuild-writing/functions/src_unpack/cvs-sources/index.html
20
21 --
22 Mike Kazantsev // fraggod.net

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] ebuild for cvs-version of sci-visualization/paraview Helmut Jarausch <jarausch@××××××××××××××××.de>