Gentoo Archives: gentoo-commits

From: "Mark Loeser (halcy0n)" <halcy0n@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/libreoffice: ChangeLog libreoffice-3.4.2.3.ebuild
Date: Thu, 28 Jul 2011 17:58:54
Message-Id: 20110728175839.218E12004B@flycatcher.gentoo.org
1 halcy0n 11/07/28 17:58:39
2
3 Modified: ChangeLog libreoffice-3.4.2.3.ebuild
4 Log:
5 Set num_cpus to 1, and max_jobs to the jobs from MAKEOPTS, otherwise you end up with way more jobs running than intended
6
7 (Portage version: 2.1.10.3/cvs/Linux ppc64)
8
9 Revision Changes Path
10 1.74 app-office/libreoffice/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/ChangeLog?rev=1.74&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/ChangeLog?rev=1.74&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/ChangeLog?r1=1.73&r2=1.74
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v
19 retrieving revision 1.73
20 retrieving revision 1.74
21 diff -u -r1.73 -r1.74
22 --- ChangeLog 28 Jul 2011 15:30:29 -0000 1.73
23 +++ ChangeLog 28 Jul 2011 17:58:39 -0000 1.74
24 @@ -1,6 +1,10 @@
25 # ChangeLog for app-office/libreoffice
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v 1.73 2011/07/28 15:30:29 scarabeus Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v 1.74 2011/07/28 17:58:39 halcy0n Exp $
29 +
30 + 28 Jul 2011; Mark Loeser <halcy0n@g.o> libreoffice-3.4.2.3.ebuild:
31 + Set num_cpus to 1, and max_jobs to the jobs from MAKEOPTS, otherwise you end
32 + up with way more jobs running than intended
33
34 28 Jul 2011; Tomáš Chvátal <scarabeus@g.o>
35 files/libreoffice-as-needed-gtk.patch:
36
37
38
39 1.10 app-office/libreoffice/libreoffice-3.4.2.3.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/libreoffice-3.4.2.3.ebuild?rev=1.10&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/libreoffice-3.4.2.3.ebuild?rev=1.10&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/libreoffice-3.4.2.3.ebuild?r1=1.9&r2=1.10
44
45 Index: libreoffice-3.4.2.3.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.4.2.3.ebuild,v
48 retrieving revision 1.9
49 retrieving revision 1.10
50 diff -u -r1.9 -r1.10
51 --- libreoffice-3.4.2.3.ebuild 28 Jul 2011 14:22:21 -0000 1.9
52 +++ libreoffice-3.4.2.3.ebuild 28 Jul 2011 17:58:39 -0000 1.10
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2011 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.4.2.3.ebuild,v 1.9 2011/07/28 14:22:21 scarabeus Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.4.2.3.ebuild,v 1.10 2011/07/28 17:58:39 halcy0n Exp $
58
59 EAPI=3
60
61 @@ -470,7 +470,7 @@
62 --with-external-tar="${DISTDIR}" \
63 --with-lang="${LINGUAS_OOO}" \
64 --with-max-jobs=${jbs} \
65 - --with-num-cpus=${jbs} \
66 + --with-num-cpus=1 \
67 --with-theme="${themes}" \
68 --with-unix-wrapper=libreoffice \
69 --with-vendor="Gentoo Foundation" \