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/files: gentoo-3.1.1.diff gentoo-pythonpath.diff gentoo-3.1.1_beta2.diff
Date: Wed, 02 Sep 2009 13:58:46
Message-Id: E1MivAy-0006Ov-Uq@stork.gentoo.org
1 suka 09/09/02 19:07:24
2
3 Added: gentoo-3.1.1.diff gentoo-pythonpath.diff
4 Removed: gentoo-3.1.1_beta2.diff
5 Log:
6 Bump to OpenOffice.org 3.1.1, mostly bugfixes, also adds KDE4 support
7 (Portage version: 2.2_rc40/cvs/Linux i686)
8
9 Revision Changes Path
10 1.1 app-office/openoffice/files/gentoo-3.1.1.diff
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice/files/gentoo-3.1.1.diff?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice/files/gentoo-3.1.1.diff?rev=1.1&content-type=text/plain
14
15 Index: gentoo-3.1.1.diff
16 ===================================================================
17 --- patches/dev300/apply
18 +++ patches/dev300/apply
19 @@ -452,10 +452,6 @@
20
21 # avoid error messages about missing directories with templates
22 sfx2-check-existing-template-dirs.diff, i#100518, pmladek
23 -
24 -[ FedoraLinuxOnlyFixes ]
25 -# fix for new SQLLEN in unixodbc. Update internal headers.
26 -new-SQLLEN.diff, i#104088
27
28 [ LinuxOnly ]
29 # fix that allows OOo to work with a standard (unpatched) libjpeg,
30
31
32
33
34 1.1 app-office/openoffice/files/gentoo-pythonpath.diff
35
36 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice/files/gentoo-pythonpath.diff?rev=1.1&view=markup
37 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice/files/gentoo-pythonpath.diff?rev=1.1&content-type=text/plain
38
39 Index: gentoo-pythonpath.diff
40 ===================================================================
41 --- bin/package-ooo
42 +++ bin/package-ooo
43 @@ -33,6 +33,7 @@
44 {
45 cat <<EOT >$1
46 #!/bin/sh
47 +unset PYTHONPATH
48 $OOINSTBASE/program/soffice $2 "\$@"
49 EOT
50 chmod 755 $1