Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: ChangeLog games.eclass
Date: Sun, 02 Feb 2014 12:15:08
Message-Id: 20140202121505.8C5662004C@flycatcher.gentoo.org
1 hasufell 14/02/02 12:15:05
2
3 Modified: ChangeLog games.eclass
4 Log:
5 respect ECONF_SOURCE wrt #494210
6
7 Revision Changes Path
8 1.1135 eclass/ChangeLog
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1135&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1135&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.1134&r2=1.1135
13
14 Index: ChangeLog
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
17 retrieving revision 1.1134
18 retrieving revision 1.1135
19 diff -u -r1.1134 -r1.1135
20 --- ChangeLog 1 Feb 2014 18:52:32 -0000 1.1134
21 +++ ChangeLog 2 Feb 2014 12:15:05 -0000 1.1135
22 @@ -1,6 +1,9 @@
23 # ChangeLog for eclass directory
24 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1134 2014/02/01 18:52:32 dirtyepic Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1135 2014/02/02 12:15:05 hasufell Exp $
27 +
28 + 02 Feb 2014; Julian Ospald <hasufell@g.o> games.eclass:
29 + respect ECONF_SOURCE wrt #494210
30
31 01 Feb 2014; Ryan Hill <dirtyepic@g.o> flag-o-matic.eclass:
32 Add -fdiagnostics* and ISA flags for 4.8 and 4.9.
33
34
35
36 1.156 eclass/games.eclass
37
38 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/games.eclass?rev=1.156&view=markup
39 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/games.eclass?rev=1.156&content-type=text/plain
40 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/games.eclass?r1=1.155&r2=1.156
41
42 Index: games.eclass
43 ===================================================================
44 RCS file: /var/cvsroot/gentoo-x86/eclass/games.eclass,v
45 retrieving revision 1.155
46 retrieving revision 1.156
47 diff -u -r1.155 -r1.156
48 --- games.eclass 25 Jan 2014 17:44:39 -0000 1.155
49 +++ games.eclass 2 Feb 2014 12:15:05 -0000 1.156
50 @@ -1,6 +1,6 @@
51 # Copyright 1999-2014 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 -# $Header: /var/cvsroot/gentoo-x86/eclass/games.eclass,v 1.155 2014/01/25 17:44:39 hasufell Exp $
54 +# $Header: /var/cvsroot/gentoo-x86/eclass/games.eclass,v 1.156 2014/02/02 12:15:05 hasufell Exp $
55
56 # devlist: games@g.o
57 #
58 @@ -158,7 +158,7 @@
59 }
60
61 games_src_configure() {
62 - [[ -x ./configure ]] && egamesconf
63 + [[ -x "${ECONF_SOURCE:-.}"/configure ]] && egamesconf
64 }
65
66 games_src_compile() {