Gentoo Archives: gentoo-commits

From: "Alfredo Tupone (tupone)" <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-roguelike/crossfire-client: ChangeLog crossfire-client-1.71.0.ebuild
Date: Sat, 28 Feb 2015 14:02:35
Message-Id: 20150228140231.E866912BD2@oystercatcher.gentoo.org
1 tupone 15/02/28 14:02:31
2
3 Modified: ChangeLog crossfire-client-1.71.0.ebuild
4 Log:
5 Enable parallel compilation
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
8
9 Revision Changes Path
10 1.39 games-roguelike/crossfire-client/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/crossfire-client/ChangeLog?rev=1.39&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/crossfire-client/ChangeLog?rev=1.39&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/crossfire-client/ChangeLog?r1=1.38&r2=1.39
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-roguelike/crossfire-client/ChangeLog,v
19 retrieving revision 1.38
20 retrieving revision 1.39
21 diff -u -r1.38 -r1.39
22 --- ChangeLog 19 Feb 2015 01:58:28 -0000 1.38
23 +++ ChangeLog 28 Feb 2015 14:02:31 -0000 1.39
24 @@ -1,6 +1,10 @@
25 # ChangeLog for games-roguelike/crossfire-client
26 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-roguelike/crossfire-client/ChangeLog,v 1.38 2015/02/19 01:58:28 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-roguelike/crossfire-client/ChangeLog,v 1.39 2015/02/28 14:02:31 tupone Exp $
29 +
30 + 28 Feb 2015; Tupone Alfredo <tupone@g.o>
31 + crossfire-client-1.71.0.ebuild:
32 + Enable parallel compilation
33
34 *crossfire-client-1.71.0 (19 Feb 2015)
35
36
37
38
39 1.2 games-roguelike/crossfire-client/crossfire-client-1.71.0.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/crossfire-client/crossfire-client-1.71.0.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/crossfire-client/crossfire-client-1.71.0.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/crossfire-client/crossfire-client-1.71.0.ebuild?r1=1.1&r2=1.2
44
45 Index: crossfire-client-1.71.0.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/games-roguelike/crossfire-client/crossfire-client-1.71.0.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- crossfire-client-1.71.0.ebuild 19 Feb 2015 01:58:28 -0000 1.1
52 +++ crossfire-client-1.71.0.ebuild 28 Feb 2015 14:02:31 -0000 1.2
53 @@ -1,9 +1,9 @@
54 # Copyright 1999-2015 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/games-roguelike/crossfire-client/crossfire-client-1.71.0.ebuild,v 1.1 2015/02/19 01:58:28 mr_bones_ Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/games-roguelike/crossfire-client/crossfire-client-1.71.0.ebuild,v 1.2 2015/02/28 14:02:31 tupone Exp $
58
59 EAPI=5
60 -inherit autotools eutils toolchain-funcs gnome2-utils games
61 +inherit toolchain-funcs gnome2-utils games
62
63 DESCRIPTION="Client for the nethack-style but more in the line of UO"
64 HOMEPAGE="http://crossfire.real-time.com/"
65 @@ -47,7 +47,7 @@
66 src_compile() {
67 # bug 139785
68 if use alsa || use oss ; then
69 - emake -j1 -C sound-src AR="$(tc-getAR)"
70 + emake -C sound-src AR="$(tc-getAR)"
71 fi
72 emake AR="$(tc-getAR)"
73 }