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/libreoffice-bin/files: 50-libreoffice-bin wrapper.in
Date: Sat, 05 Feb 2011 11:08:07
Message-Id: 20110205110755.D23BD20054@flycatcher.gentoo.org
1 suka 11/02/05 11:07:55
2
3 Modified: 50-libreoffice-bin wrapper.in
4 Log:
5 Some more prefix fixes
6
7 (Portage version: 2.1.9.35/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 app-office/libreoffice-bin/files/50-libreoffice-bin
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/files/50-libreoffice-bin?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/files/50-libreoffice-bin?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/files/50-libreoffice-bin?r1=1.1&r2=1.2
15
16 Index: 50-libreoffice-bin
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/files/50-libreoffice-bin,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- 50-libreoffice-bin 23 Jan 2011 14:42:30 -0000 1.1
23 +++ 50-libreoffice-bin 5 Feb 2011 11:07:55 -0000 1.2
24 @@ -1 +1,3 @@
25 -SEARCH_DIRS_MASK="/usr/lib/libreoffice /usr/lib32/libreoffice /usr/lib64/libreoffice"
26 +SEARCH_DIRS_MASK="@GENTOO_PORTAGE_EPREFIX@/usr/lib/libreoffice
27 +@GENTOO_PORTAGE_EPREFIX@/usr/lib32/libreoffice
28 +@GENTOO_PORTAGE_EPREFIX@/usr/lib64/libreoffice"
29
30
31
32 1.2 app-office/libreoffice-bin/files/wrapper.in
33
34 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/files/wrapper.in?rev=1.2&view=markup
35 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/files/wrapper.in?rev=1.2&content-type=text/plain
36 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/files/wrapper.in?r1=1.1&r2=1.2
37
38 Index: wrapper.in
39 ===================================================================
40 RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/files/wrapper.in,v
41 retrieving revision 1.1
42 retrieving revision 1.2
43 diff -u -r1.1 -r1.2
44 --- wrapper.in 23 Jan 2011 14:42:30 -0000 1.1
45 +++ wrapper.in 5 Feb 2011 11:07:55 -0000 1.2
46 @@ -1,4 +1,4 @@
47 #!/bin/sh
48 export OOO_EXTRA_ARG=''
49 unset PYTHONPATH
50 -/usr/LIBDIR/libreoffice/program/soffice "$@"
51 +@GENTOO_PORTAGE_EPREFIX@/usr/LIBDIR/libreoffice/program/soffice "$@"