Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/libreoffice: libreoffice-9999-r2.ebuild ChangeLog
Date: Tue, 30 Oct 2012 21:00:47
Message-Id: 20121030210030.24A6521600@flycatcher.gentoo.org
1 scarabeus 12/10/30 21:00:30
2
3 Modified: libreoffice-9999-r2.ebuild ChangeLog
4 Log:
5 Use new switch for paralel jobs count. Solves quite few bugs we had on gentoo about insane amounts of gcc threads.
6
7 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
8
9 Revision Changes Path
10 1.122 app-office/libreoffice/libreoffice-9999-r2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/libreoffice-9999-r2.ebuild?rev=1.122&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/libreoffice-9999-r2.ebuild?rev=1.122&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/libreoffice-9999-r2.ebuild?r1=1.121&r2=1.122
15
16 Index: libreoffice-9999-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-9999-r2.ebuild,v
19 retrieving revision 1.121
20 retrieving revision 1.122
21 diff -u -r1.121 -r1.122
22 --- libreoffice-9999-r2.ebuild 29 Oct 2012 10:21:24 -0000 1.121
23 +++ libreoffice-9999-r2.ebuild 30 Oct 2012 21:00:29 -0000 1.122
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-9999-r2.ebuild,v 1.121 2012/10/29 10:21:24 scarabeus Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-9999-r2.ebuild,v 1.122 2012/10/30 21:00:29 scarabeus Exp $
29
30 EAPI=4
31
32 @@ -443,7 +443,6 @@
33 # promote it
34 # --disable-zenity: disable build icon
35 # --enable-extension-integration: enable any extension integration support
36 - # --with-{max-jobs,num-cpus}: ensuring parallel building
37 # --without-{afms,fonts,myspell-dicts,ppsd}: prevent install of sys pkgs
38 # --without-stlport: disable deprecated extensions framework
39 # --disable-ext-report-builder: too much java packages pulled in
40 @@ -487,8 +486,7 @@
41 --with-external-thes-dir="${EPREFIX}/usr/share/myspell" \
42 --with-external-tar="${DISTDIR}" \
43 --with-lang="" \
44 - --with-max-jobs=${jbs} \
45 - --with-num-cpus=${jbs} \
46 + --with-parallelism=${jbs} \
47 --with-system-ucpp \
48 --with-unix-wrapper=libreoffice \
49 --with-vendor="Gentoo Foundation" \
50
51
52
53 1.383 app-office/libreoffice/ChangeLog
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/ChangeLog?rev=1.383&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/ChangeLog?rev=1.383&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/ChangeLog?r1=1.382&r2=1.383
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v
62 retrieving revision 1.382
63 retrieving revision 1.383
64 diff -u -r1.382 -r1.383
65 --- ChangeLog 29 Oct 2012 10:21:24 -0000 1.382
66 +++ ChangeLog 30 Oct 2012 21:00:29 -0000 1.383
67 @@ -1,6 +1,10 @@
68 # ChangeLog for app-office/libreoffice
69 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v 1.382 2012/10/29 10:21:24 scarabeus Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v 1.383 2012/10/30 21:00:29 scarabeus Exp $
72 +
73 + 30 Oct 2012; Tomáš Chvátal <scarabeus@g.o> libreoffice-9999-r2.ebuild:
74 + Use new switch for paralel jobs count. Solves quite few bugs we had on gentoo
75 + about insane amounts of gcc threads.
76
77 29 Oct 2012; Tomáš Chvátal <scarabeus@g.o> libreoffice-9999-r2.ebuild:
78 So long saxon.