Gentoo Archives: gentoo-user

From: Helmut Jarausch <jarausch@××××××××××××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] ebuild for cvs-version of sci-visualization/paraview
Date: Fri, 15 May 2009 06:29:12
Message-Id: tkrat.201eb8f8beb6f047@igpm.rwth-aachen.de
In Reply to: Re: [gentoo-user] ebuild for cvs-version of sci-visualization/paraview by Mike Kazantsev
1 On 15 May, Mike Kazantsev wrote:
2 > On Thu, 14 May 2009 20:17:10 +0200 (CEST)
3 > Helmut Jarausch <jarausch@××××××××××××××××.de> wrote:
4 >
5 >> can anybody please tell me where to find or whom to ask for an ebuild
6 >> paraview-9999 (the cvs-version of paraview)
7 >
8 > I'd suggest tweaking latest ebuild yourself.
9 > It should take no more than five minutes with a few no-brainer actions.
10 >
11 > Most times, all you need to do is:
12 > 0. cp paraview-<latest>.ebuild paraview-9999.ebuild
13 > 1. Add "inherit cvs" line or add "cvs" to existing inherit line.
14 > 2. Replace SRC_URI with ECVS_SERVER / ECVS_MODULE.
15 > 3. If there's src_unpack function defined, replace "src_unpack" line
16 > inside it with cvs_src_unpack.
17 > 4. Digest ("repoman manifest" in ebuild path will do) and emerge it.
18 >
19 > And, of course, read the fine manual:
20 > http://devmanual.gentoo.org/ebuild-writing/functions/src_unpack/cvs-sources/index.html
21 >
22
23 Thanks, I've tried that before. But paraview has changed a lot.
24 (E.g. there is a new application called 'Overview')
25 Upto 'install' everything worked, but there it failed.
26 I'm not accustomed with 'cmake'.
27
28 Thanks anyway,
29 Helmut.
30
31 --
32 Helmut Jarausch
33
34 Lehrstuhl fuer Numerische Mathematik
35 RWTH - Aachen University
36 D 52056 Aachen, Germany

Replies

Subject Author
Re: [gentoo-user] ebuild for cvs-version of sci-visualization/paraview Momesso Andrea <momesso.andrea@×××××.com>