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.0.0.diff gentoo-3.0.0_rc4.diff
Date: Tue, 14 Oct 2008 16:13:41
Message-Id: E1KpmWh-0003wB-An@stork.gentoo.org
1 suka 08/10/14 16:13:39
2
3 Modified: gentoo-3.0.0.diff
4 Removed: gentoo-3.0.0_rc4.diff
5 Log:
6 Add extension-support and templates integration, lots of cleanups, remove some useless dependencies
7 (Portage version: 2.2_rc12/cvs/Linux 2.6.26-gentoo-r1 i686)
8
9 Revision Changes Path
10 1.2 app-office/openoffice/files/gentoo-3.0.0.diff
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice/files/gentoo-3.0.0.diff?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice/files/gentoo-3.0.0.diff?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice/files/gentoo-3.0.0.diff?r1=1.1&r2=1.2
15
16 Index: gentoo-3.0.0.diff
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-office/openoffice/files/gentoo-3.0.0.diff,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- gentoo-3.0.0.diff 13 Oct 2008 12:41:11 -0000 1.1
23 +++ gentoo-3.0.0.diff 14 Oct 2008 16:13:39 -0000 1.2
24 @@ -8,8 +8,49 @@
25 $OOINSTBASE/program/soffice $2 "\$@"
26 EOT
27 chmod 755 $1
28 +--- distro-configs/CommonLinux.conf.in
29 ++++ distro-configs/CommonLinux.conf.in
30 +@@ -2,8 +2,6 @@
31 + --with-openldap
32 + --with-build-version=\"Build @OOO_BUILDVERSION@\"
33 + --without-fonts
34 +---with-system-freetype
35 +---with-system-gcc
36 + --with-system-jpeg
37 + --with-system-libxml
38 + --with-system-mozilla
39 +@@ -14,7 +12,6 @@
40 + --with-system-poppler
41 + --with-unix-wrapper=ooffice@OOO_BINSUFFIX@
42 + --enable-evolution2
43 +---enable-atkbridge
44 + --with-alloc=system
45 + --with-vba-package-format=builtin
46 + @CAIRO_CONFIGURE_FLAG@
47 +--- distro-configs/Gentoo.conf.in
48 ++++ distro-configs/Gentoo.conf.in
49 +@@ -16,7 +16,7 @@
50 + --with-system-neon
51 + --with-system-openssl
52 + --with-system-vigra
53 +---with-system-xrender-headers
54 ++--with-system-xrender
55 + --without-myspell-dicts
56 + --without-stlport
57 + --with-vendor=\"Gentoo Foundation\"
58 --- patches/dev300/apply
59 +++ patches/dev300/apply
60 +@@ -98,8 +98,8 @@
61 + # openmamba
62 + openmamba: LinuxCommon, GlobalDesktopFiles
63 + #Gentoo
64 +-GentooBase : LinuxCommon, GentooOnly, NotDebian, Lockdown, CairoFonts, BerkeleyDB43, Gcc43
65 +-GentooUnstable: GentooBase, GentooExperimental, IntegrateExtensions
66 ++GentooBase : LinuxCommon, GentooOnly, NotDebian, Lockdown, CairoFonts, BerkeleyDB43, Gcc43, IntegrateExtensions
67 ++GentooUnstable: GentooBase, GentooExperimental
68 + Gentoo : GentooBase
69 + Gentoo64: GentooBase
70 + # rPath Linux
71 @@ -1425,7 +1425,9 @@
72 SectionOwner => aprosky