Gentoo Archives: gentoo-commits

From: "Tom Wijsman (tomwij)" <tomwij@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mate-base/mate-panel: mate-panel-1.6.1.ebuild ChangeLog
Date: Mon, 24 Mar 2014 16:02:49
Message-Id: 20140324160241.5AF1F20054@flycatcher.gentoo.org
1 tomwij 14/03/24 16:02:41
2
3 Modified: mate-panel-1.6.1.ebuild ChangeLog
4 Log:
5 Temporarily fix parallel build issue with -j1, discovered while building all MATE packages at once.
6
7 (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
8
9 Revision Changes Path
10 1.7 mate-base/mate-panel/mate-panel-1.6.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-base/mate-panel/mate-panel-1.6.1.ebuild?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-base/mate-panel/mate-panel-1.6.1.ebuild?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-base/mate-panel/mate-panel-1.6.1.ebuild?r1=1.6&r2=1.7
15
16 Index: mate-panel-1.6.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/mate-base/mate-panel/mate-panel-1.6.1.ebuild,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- mate-panel-1.6.1.ebuild 10 Mar 2014 22:57:02 -0000 1.6
23 +++ mate-panel-1.6.1.ebuild 24 Mar 2014 16:02:41 -0000 1.7
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/mate-base/mate-panel/mate-panel-1.6.1.ebuild,v 1.6 2014/03/10 22:57:02 tomwij Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/mate-base/mate-panel/mate-panel-1.6.1.ebuild,v 1.7 2014/03/24 16:02:41 tomwij Exp $
29
30 EAPI="5"
31
32 @@ -74,4 +74,8 @@
33 $(use_with X x)
34 }
35
36 +src_compile() {
37 + emake -j1
38 +}
39 +
40 DOCS="AUTHORS ChangeLog HACKING NEWS README"
41
42
43
44 1.7 mate-base/mate-panel/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-base/mate-panel/ChangeLog?rev=1.7&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-base/mate-panel/ChangeLog?rev=1.7&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-base/mate-panel/ChangeLog?r1=1.6&r2=1.7
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/mate-base/mate-panel/ChangeLog,v
53 retrieving revision 1.6
54 retrieving revision 1.7
55 diff -u -r1.6 -r1.7
56 --- ChangeLog 10 Mar 2014 22:57:02 -0000 1.6
57 +++ ChangeLog 24 Mar 2014 16:02:41 -0000 1.7
58 @@ -1,6 +1,10 @@
59 # ChangeLog for mate-base/mate-panel
60 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/mate-base/mate-panel/ChangeLog,v 1.6 2014/03/10 22:57:02 tomwij Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/mate-base/mate-panel/ChangeLog,v 1.7 2014/03/24 16:02:41 tomwij Exp $
63 +
64 + 24 Mar 2014; Tom Wijsman <TomWij@g.o> mate-panel-1.6.1.ebuild:
65 + Temporarily fix parallel build issue with -j1, discovered while building all
66 + MATE packages at once.
67
68 10 Mar 2014; Tom Wijsman <TomWij@g.o> mate-panel-1.6.1.ebuild:
69 Update dependencies per the consensus formed with ssuominen.