Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-biology/psipred/files: 3.0-path.patch
Date: Thu, 06 May 2010 18:27:57
Message-Id: 20100506182750.0646B2C3FD@corvid.gentoo.org
1 jlec 10/05/06 18:27:49
2
3 Added: 3.0-path.patch
4 Log:
5 Version Bump, #317977; fixed installation of shipped bins
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 sci-biology/psipred/files/3.0-path.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/psipred/files/3.0-path.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/psipred/files/3.0-path.patch?rev=1.1&content-type=text/plain
13
14 Index: 3.0-path.patch
15 ===================================================================
16 diff --git a/runpsipred b/runpsipred
17 index e133686..6ad57cc 100755
18 --- a/runpsipred
19 +++ b/runpsipred
20 @@ -14,13 +14,13 @@
21 set dbname = uniref90
22
23 # Where the NCBI programs have been installed
24 -set ncbidir = /usr/local/bin
25 +set ncbidir = @GENTOO_PORTAGE_EPREFIX@/usr/bin
26
27 # Where the PSIPRED V3 programs have been installed
28 -set execdir = ./bin
29 +set execdir = @GENTOO_PORTAGE_EPREFIX@/usr/bin
30
31 # Where the PSIPRED V3 data files have been installed
32 -set datadir = ./data
33 +set datadir = @GENTOO_PORTAGE_EPREFIX@/usr/share/psipred/data
34
35 set basename = $1:r
36 set rootname = $basename:t
37 diff --git a/runpsipred_single b/runpsipred_single
38 index 1f7680b..7bd5bc3 100755
39 --- a/runpsipred_single
40 +++ b/runpsipred_single
41 @@ -10,10 +10,10 @@
42 # NOTE: Script modified to be more cluster friendly (DTJ April 2008)
43
44 # Where the PSIPRED V3 programs have been installed
45 -set execdir = ./bin
46 +set execdir = @GENTOO_PORTAGE_EPREFIX@/usr/bin
47
48 # Where the PSIPRED V3 data files have been installed
49 -set datadir = ./data
50 +set datadir = @GENTOO_PORTAGE_EPREFIX@/usr/share/psipred/data
51
52 set basename = $1:r
53 set rootname = $basename:t