Gentoo Archives: gentoo-commits

From: "Mounir Lamouri (volkmar)" <volkmar@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-plugins/mozilla-weave: mozilla-weave-0.6.ebuild ChangeLog
Date: Sun, 30 Aug 2009 05:27:53
Message-Id: E1MhhmE-0006Ja-K2@stork.gentoo.org
1 volkmar 09/08/30 10:36:50
2
3 Modified: mozilla-weave-0.6.ebuild ChangeLog
4 Log:
5 Workaround for parallel compilation issues.
6 (Portage version: 14103-svn/cvs/Linux ppc)
7
8 Revision Changes Path
9 1.2 www-plugins/mozilla-weave/mozilla-weave-0.6.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-plugins/mozilla-weave/mozilla-weave-0.6.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-plugins/mozilla-weave/mozilla-weave-0.6.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-plugins/mozilla-weave/mozilla-weave-0.6.ebuild?r1=1.1&r2=1.2
14
15 Index: mozilla-weave-0.6.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/www-plugins/mozilla-weave/mozilla-weave-0.6.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- mozilla-weave-0.6.ebuild 28 Aug 2009 20:19:45 -0000 1.1
22 +++ mozilla-weave-0.6.ebuild 30 Aug 2009 10:36:50 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/mozilla-weave/mozilla-weave-0.6.ebuild,v 1.1 2009/08/28 20:19:45 volkmar Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/www-plugins/mozilla-weave/mozilla-weave-0.6.ebuild,v 1.2 2009/08/30 10:36:50 volkmar Exp $
28
29 EAPI="2"
30
31 @@ -36,9 +36,12 @@
32
33 RESTRICT="test"
34
35 -# NOTES: i was not able to get tests running but don't know why... :-/
36 # XXX: fennec is also listed in install.rdf but not in-tree
37
38 +# TODO:
39 +# make tests working
40 +# parallel compilation isssues
41 +
42 src_prepare() {
43 # remove compiled files
44 rm -rf crypto/platform/* || die "rm -rf never dies"
45 @@ -50,7 +53,7 @@
46 src_compile() {
47 export WEAVE_BUILDID=${PV}
48
49 - emake rebuild_crypto=1 build || die "emake failed"
50 + emake -j1 rebuild_crypto=1 build || die "emake failed"
51 }
52
53 #src_test() {
54
55
56
57 1.14 www-plugins/mozilla-weave/ChangeLog
58
59 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-plugins/mozilla-weave/ChangeLog?rev=1.14&view=markup
60 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-plugins/mozilla-weave/ChangeLog?rev=1.14&content-type=text/plain
61 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-plugins/mozilla-weave/ChangeLog?r1=1.13&r2=1.14
62
63 Index: ChangeLog
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/www-plugins/mozilla-weave/ChangeLog,v
66 retrieving revision 1.13
67 retrieving revision 1.14
68 diff -u -r1.13 -r1.14
69 --- ChangeLog 28 Aug 2009 20:19:45 -0000 1.13
70 +++ ChangeLog 30 Aug 2009 10:36:50 -0000 1.14
71 @@ -1,6 +1,9 @@
72 # ChangeLog for www-plugins/mozilla-weave
73 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
74 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/mozilla-weave/ChangeLog,v 1.13 2009/08/28 20:19:45 volkmar Exp $
75 +# $Header: /var/cvsroot/gentoo-x86/www-plugins/mozilla-weave/ChangeLog,v 1.14 2009/08/30 10:36:50 volkmar Exp $
76 +
77 + 30 Aug 2009; Mounir Lamouri <volkmar@g.o> mozilla-weave-0.6.ebuild:
78 + Workaround for parallel compilation issues
79
80 *mozilla-weave-0.6 (28 Aug 2009)