Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/guile-gtk: guile-gtk-2.1.ebuild ChangeLog
Date: Mon, 28 Dec 2009 23:34:14
Message-Id: E1NPP6J-0000iQ-B7@stork.gentoo.org
1 flameeyes 09/12/28 23:34:11
2
3 Modified: guile-gtk-2.1.ebuild ChangeLog
4 Log:
5 Use emake -j1 for install, as per bug #298803.
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 x11-libs/guile-gtk/guile-gtk-2.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/guile-gtk/guile-gtk-2.1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/guile-gtk/guile-gtk-2.1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/guile-gtk/guile-gtk-2.1.ebuild?r1=1.1&r2=1.2
14
15 Index: guile-gtk-2.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/guile-gtk-2.1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- guile-gtk-2.1.ebuild 5 Dec 2009 13:13:50 -0000 1.1
22 +++ guile-gtk-2.1.ebuild 28 Dec 2009 23:34:11 -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/x11-libs/guile-gtk/guile-gtk-2.1.ebuild,v 1.1 2009/12/05 13:13:50 ulm Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/guile-gtk-2.1.ebuild,v 1.2 2009/12/28 23:34:11 flameeyes Exp $
28
29 inherit virtualx eutils
30
31 @@ -37,7 +37,8 @@
32 }
33
34 src_install() {
35 - make DESTDIR="${D}" install || die "make install failed"
36 + # bug #298803
37 + emake -j1 DESTDIR="${D}" install || die "make install failed"
38 dodoc README AUTHORS ChangeLog NEWS TODO
39 insinto /usr/share/doc/${PF}/examples
40 doins -r examples/
41
42
43
44 1.33 x11-libs/guile-gtk/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/guile-gtk/ChangeLog?rev=1.33&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/guile-gtk/ChangeLog?rev=1.33&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/guile-gtk/ChangeLog?r1=1.32&r2=1.33
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/ChangeLog,v
53 retrieving revision 1.32
54 retrieving revision 1.33
55 diff -u -r1.32 -r1.33
56 --- ChangeLog 5 Dec 2009 13:13:50 -0000 1.32
57 +++ ChangeLog 28 Dec 2009 23:34:11 -0000 1.33
58 @@ -1,6 +1,10 @@
59 # ChangeLog for x11-libs/guile-gtk
60 -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/ChangeLog,v 1.32 2009/12/05 13:13:50 ulm Exp $
62 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
63 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/ChangeLog,v 1.33 2009/12/28 23:34:11 flameeyes Exp $
64 +
65 + 28 Dec 2009; Diego E. Pettenò <flameeyes@g.o>
66 + guile-gtk-2.1.ebuild:
67 + Use emake -j1 for install, as per bug #298803.
68
69 *guile-gtk-2.1 (05 Dec 2009)