Gentoo Archives: gentoo-commits

From: "Alin Nastac (mrness)" <mrness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-mobilephone/gnokii: gnokii-0.6.22-r2.ebuild ChangeLog gnokii-0.6.26-r2.ebuild
Date: Sun, 31 Aug 2008 07:13:57
Message-Id: E1KZh8D-00030Q-Vj@stork.gentoo.org
1 mrness 08/08/31 07:13:53
2
3 Modified: gnokii-0.6.22-r2.ebuild ChangeLog
4 gnokii-0.6.26-r2.ebuild
5 Log:
6 Don't force -j1 on make (#235999).
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.8 app-mobilephone/gnokii/gnokii-0.6.22-r2.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/gnokii/gnokii-0.6.22-r2.ebuild?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/gnokii/gnokii-0.6.22-r2.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/gnokii/gnokii-0.6.22-r2.ebuild?r1=1.7&r2=1.8
15
16 Index: gnokii-0.6.22-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/gnokii-0.6.22-r2.ebuild,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- gnokii-0.6.22-r2.ebuild 4 Jun 2008 18:34:10 -0000 1.7
23 +++ gnokii-0.6.22-r2.ebuild 31 Aug 2008 07:13:53 -0000 1.8
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/gnokii-0.6.22-r2.ebuild,v 1.7 2008/06/04 18:34:10 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/gnokii-0.6.22-r2.ebuild,v 1.8 2008/08/31 07:13:53 mrness Exp $
29
30 WANT_AUTOMAKE="none"
31
32 @@ -99,7 +99,7 @@
33 --disable-unix98test \
34 || die "configure failed"
35
36 - emake -j1 || die "make failed"
37 + emake || die "make failed"
38
39 if use sms; then
40 pushd "${S}/smsd"
41
42
43
44 1.82 app-mobilephone/gnokii/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/gnokii/ChangeLog?rev=1.82&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/gnokii/ChangeLog?rev=1.82&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/gnokii/ChangeLog?r1=1.81&r2=1.82
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/ChangeLog,v
53 retrieving revision 1.81
54 retrieving revision 1.82
55 diff -u -r1.81 -r1.82
56 --- ChangeLog 24 Aug 2008 11:51:21 -0000 1.81
57 +++ ChangeLog 31 Aug 2008 07:13:53 -0000 1.82
58 @@ -1,6 +1,10 @@
59 # ChangeLog for app-mobilephone/gnokii
60 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/ChangeLog,v 1.81 2008/08/24 11:51:21 corsair Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/ChangeLog,v 1.82 2008/08/31 07:13:53 mrness Exp $
63 +
64 + 31 Aug 2008; Alin Năstac <mrness@g.o> gnokii-0.6.22-r2.ebuild,
65 + gnokii-0.6.26-r2.ebuild:
66 + Don't force -j1 on make (#235999).
67
68 24 Aug 2008; Markus Rothe <corsair@g.o> gnokii-0.6.26-r2.ebuild:
69 Stable on ppc64; bug #234787
70
71
72
73 1.3 app-mobilephone/gnokii/gnokii-0.6.26-r2.ebuild
74
75 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/gnokii/gnokii-0.6.26-r2.ebuild?rev=1.3&view=markup
76 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/gnokii/gnokii-0.6.26-r2.ebuild?rev=1.3&content-type=text/plain
77 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/gnokii/gnokii-0.6.26-r2.ebuild?r1=1.2&r2=1.3
78
79 Index: gnokii-0.6.26-r2.ebuild
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/gnokii-0.6.26-r2.ebuild,v
82 retrieving revision 1.2
83 retrieving revision 1.3
84 diff -u -r1.2 -r1.3
85 --- gnokii-0.6.26-r2.ebuild 24 Aug 2008 11:51:21 -0000 1.2
86 +++ gnokii-0.6.26-r2.ebuild 31 Aug 2008 07:13:53 -0000 1.3
87 @@ -1,6 +1,6 @@
88 # Copyright 1999-2008 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/gnokii-0.6.26-r2.ebuild,v 1.2 2008/08/24 11:51:21 corsair Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/gnokii-0.6.26-r2.ebuild,v 1.3 2008/08/31 07:13:53 mrness Exp $
92
93 WANT_AUTOMAKE="none"
94
95 @@ -63,7 +63,7 @@
96 --enable-libpcsclite \
97 || die "configure failed"
98
99 - emake -j1 || die "make failed"
100 + emake || die "make failed"
101 }
102
103 src_install() {