Gentoo Archives: gentoo-commits

From: "Tom Wijsman (tomwij)" <tomwij@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/mate-doc-utils: mate-doc-utils-1.6.2.ebuild ChangeLog
Date: Fri, 02 May 2014 12:24:35
Message-Id: 20140502122431.9413C2004C@flycatcher.gentoo.org
1 tomwij 14/05/02 12:24:31
2
3 Modified: mate-doc-utils-1.6.2.ebuild ChangeLog
4 Log:
5 Parallel build fails on some systems, s/gnome2_src_compile/emake -j1/
6
7 (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
8
9 Revision Changes Path
10 1.5 app-text/mate-doc-utils/mate-doc-utils-1.6.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mate-doc-utils/mate-doc-utils-1.6.2.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mate-doc-utils/mate-doc-utils-1.6.2.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mate-doc-utils/mate-doc-utils-1.6.2.ebuild?r1=1.4&r2=1.5
15
16 Index: mate-doc-utils-1.6.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/mate-doc-utils/mate-doc-utils-1.6.2.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- mate-doc-utils-1.6.2.ebuild 10 Mar 2014 23:00:16 -0000 1.4
23 +++ mate-doc-utils-1.6.2.ebuild 2 May 2014 12:24:31 -0000 1.5
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/app-text/mate-doc-utils/mate-doc-utils-1.6.2.ebuild,v 1.4 2014/03/10 23:00:16 tomwij Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-text/mate-doc-utils/mate-doc-utils-1.6.2.ebuild,v 1.5 2014/05/02 12:24:31 tomwij Exp $
29
30 EAPI="5"
31
32 @@ -54,7 +54,7 @@
33 }
34
35 src_compile() {
36 - python_foreach_impl run_in_build_dir gnome2_src_compile
37 + python_foreach_impl run_in_build_dir emake -j1
38 }
39
40 src_test() {
41
42
43
44 1.5 app-text/mate-doc-utils/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mate-doc-utils/ChangeLog?rev=1.5&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mate-doc-utils/ChangeLog?rev=1.5&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mate-doc-utils/ChangeLog?r1=1.4&r2=1.5
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/app-text/mate-doc-utils/ChangeLog,v
53 retrieving revision 1.4
54 retrieving revision 1.5
55 diff -u -r1.4 -r1.5
56 --- ChangeLog 10 Mar 2014 23:00:16 -0000 1.4
57 +++ ChangeLog 2 May 2014 12:24:31 -0000 1.5
58 @@ -1,6 +1,9 @@
59 # ChangeLog for app-text/mate-doc-utils
60 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/app-text/mate-doc-utils/ChangeLog,v 1.4 2014/03/10 23:00:16 tomwij Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/app-text/mate-doc-utils/ChangeLog,v 1.5 2014/05/02 12:24:31 tomwij Exp $
63 +
64 + 02 May 2014; Tom Wijsman <TomWij@g.o> mate-doc-utils-1.6.2.ebuild:
65 + Parallel build fails on some systems, s/gnome2_src_compile/emake -j1/
66
67 10 Mar 2014; Tom Wijsman <TomWij@g.o> mate-doc-utils-1.6.2.ebuild:
68 Update dependencies per the consensus formed with ssuominen.