Gentoo Archives: gentoo-commits

From: "Andreas Proschofsky (suka)" <suka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/openoffice-bin/files: wrapper.in 50-openoffice-bin
Date: Sat, 05 Feb 2011 11:24:18
Message-Id: 20110205112409.72E2020057@flycatcher.gentoo.org
1 suka 11/02/05 11:24:09
2
3 Modified: wrapper.in 50-openoffice-bin
4 Log:
5 EAPI3 and prefix fixes, bug #315805, also clean up pax-stuff, bug #353587, remove outdated release
6
7 (Portage version: 2.1.9.35/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 app-office/openoffice-bin/files/wrapper.in
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/openoffice-bin/files/wrapper.in?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/openoffice-bin/files/wrapper.in?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/openoffice-bin/files/wrapper.in?r1=1.2&r2=1.3
15
16 Index: wrapper.in
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/files/wrapper.in,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- wrapper.in 18 Sep 2007 05:53:51 -0000 1.2
23 +++ wrapper.in 5 Feb 2011 11:24:09 -0000 1.3
24 @@ -1,4 +1,4 @@
25 #!/bin/sh
26 export OOO_EXTRA_ARG=''
27 unset PYTHONPATH
28 -/usr/LIBDIR/openoffice/program/soffice "$@"
29 +@GENTOO_PORTAGE_EPREFIX@/usr/LIBDIR/openoffice/program/soffice "$@"
30
31
32
33 1.3 app-office/openoffice-bin/files/50-openoffice-bin
34
35 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/openoffice-bin/files/50-openoffice-bin?rev=1.3&view=markup
36 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/openoffice-bin/files/50-openoffice-bin?rev=1.3&content-type=text/plain
37 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/openoffice-bin/files/50-openoffice-bin?r1=1.2&r2=1.3
38
39 Index: 50-openoffice-bin
40 ===================================================================
41 RCS file: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/files/50-openoffice-bin,v
42 retrieving revision 1.2
43 retrieving revision 1.3
44 diff -u -r1.2 -r1.3
45 --- 50-openoffice-bin 22 Sep 2008 07:08:07 -0000 1.2
46 +++ 50-openoffice-bin 5 Feb 2011 11:24:09 -0000 1.3
47 @@ -1 +1,3 @@
48 -SEARCH_DIRS_MASK="/usr/lib/openoffice /usr/lib32/openoffice /usr/lib64/openoffice"
49 +SEARCH_DIRS_MASK="@GENTOO_PORTAGE_EPREFIX@/usr/lib/openoffice
50 +@GENTOO_PORTAGE_EPREFIX@/usr/lib32/openoffice
51 +@GENTOO_PORTAGE_EPREFIX@/usr/lib64/openoffice"