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-chemistry/arp-warp-bin/files: 7.3-setup.patch
Date: Sat, 01 Jun 2013 16:07:27
Message-Id: 20130601160724.51DA620081@flycatcher.gentoo.org
1 jlec 13/06/01 16:07:24
2
3 Added: 7.3-setup.patch
4 Log:
5 sci-chemistry/arp-warp-bin: Version Bump
6
7 (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
8
9 Revision Changes Path
10 1.1 sci-chemistry/arp-warp-bin/files/7.3-setup.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/arp-warp-bin/files/7.3-setup.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/arp-warp-bin/files/7.3-setup.patch?rev=1.1&content-type=text/plain
14
15 Index: 7.3-setup.patch
16 ===================================================================
17 diff --git a/share/arpwarp_setup_base.bash b/share/arpwarp_setup_base.bash
18 index 29e769c..0b8a51e 100644
19 --- a/share/arpwarp_setup_base.bash
20 +++ b/share/arpwarp_setup_base.bash
21 @@ -13,10 +13,10 @@ else
22 identifier=${nameprocessor}'-'${namesystem}
23 fi
24 #
25 -arpwarphome="$1X"
26 +arpwarphome="@GENTOO_PORTAGE_EPREFIX@/opt/arp-warp-bin"
27 #
28 export warpbin=${arpwarphome}/bin/bin-${identifier}
29 -export warpdoc=${arpwarphome}/manual
30 +export warpdoc=@GENTOO_PORTAGE_EPREFIX@/usr/share/doc/arp-warp-bin-7.1/html/
31 export PATH=${warpbin}:${PATH}
32 #
33 # Checks for existence of $warpbin directory
34 diff --git a/share/arpwarp_setup_base.csh b/share/arpwarp_setup_base.csh
35 index 41b11e9..a4edcff 100644
36 --- a/share/arpwarp_setup_base.csh
37 +++ b/share/arpwarp_setup_base.csh
38 @@ -13,7 +13,7 @@ else
39 set identifier = ${nameprocessor}'-'${namesystem}
40 endif
41 #
42 -set arpwarphome = '$1X'
43 +set arpwarphome = '@GENTOO_PORTAGE_EPREFIX@/opt/arp-warp-bin'
44 #
45 setenv warpbin ${arpwarphome}/bin/bin-${identifier}
46 #