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-misc/xnc: ChangeLog xnc-5.0.4.ebuild
Date: Wed, 29 Jul 2009 10:49:36
Message-Id: E1MW6iz-0005lW-98@stork.gentoo.org
1 flameeyes 09/07/29 10:49:33
2
3 Modified: ChangeLog xnc-5.0.4.ebuild
4 Log:
5 Use emake -j1 during install.
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.15 x11-misc/xnc/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xnc/ChangeLog?rev=1.15&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xnc/ChangeLog?rev=1.15&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xnc/ChangeLog?r1=1.14&r2=1.15
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xnc/ChangeLog,v
18 retrieving revision 1.14
19 retrieving revision 1.15
20 diff -u -r1.14 -r1.15
21 --- ChangeLog 2 Aug 2007 13:28:02 -0000 1.14
22 +++ ChangeLog 29 Jul 2009 10:49:33 -0000 1.15
23 @@ -1,6 +1,9 @@
24 # ChangeLog for x11-misc/xnc
25 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnc/ChangeLog,v 1.14 2007/08/02 13:28:02 uberlord Exp $
27 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnc/ChangeLog,v 1.15 2009/07/29 10:49:33 flameeyes Exp $
29 +
30 + 29 Jul 2009; Diego E. Pettenò <flameeyes@g.o> xnc-5.0.4.ebuild:
31 + Use emake -j1 during install.
32
33 02 Aug 2007; Roy Marples <uberlord@g.o> xnc-5.0.4.ebuild:
34 Keyworded ~x86-fbsd, #156902 thanks to Marc Kowarsky.
35
36
37
38 1.12 x11-misc/xnc/xnc-5.0.4.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xnc/xnc-5.0.4.ebuild?rev=1.12&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xnc/xnc-5.0.4.ebuild?rev=1.12&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xnc/xnc-5.0.4.ebuild?r1=1.11&r2=1.12
43
44 Index: xnc-5.0.4.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xnc/xnc-5.0.4.ebuild,v
47 retrieving revision 1.11
48 retrieving revision 1.12
49 diff -u -r1.11 -r1.12
50 --- xnc-5.0.4.ebuild 2 Aug 2007 13:28:02 -0000 1.11
51 +++ xnc-5.0.4.ebuild 29 Jul 2009 10:49:33 -0000 1.12
52 @@ -1,6 +1,6 @@
53 -# Copyright 1999-2007 Gentoo Foundation
54 +# Copyright 1999-2009 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnc/xnc-5.0.4.ebuild,v 1.11 2007/08/02 13:28:02 uberlord Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnc/xnc-5.0.4.ebuild,v 1.12 2009/07/29 10:49:33 flameeyes Exp $
58
59 DESCRIPTION="file manager for X Window system very similar to Norton Commander"
60 HOMEPAGE="http://xnc.dubna.su/"
61 @@ -33,6 +33,6 @@
62 }
63
64 src_install() {
65 - make DESTDIR=${D} install || die
66 + emake -j1 DESTDIR="${D}" install || die
67 dodoc AUTHORS ChangeLog LICENSE README TODO
68 }