Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-arcade/tuxanci: ChangeLog tuxanci-0.21.0.ebuild
Date: Sun, 08 Feb 2009 10:39:08
Message-Id: E1LW746-0003IN-Lq@stork.gentoo.org
1 scarabeus 09/02/08 10:39:06
2
3 Modified: ChangeLog tuxanci-0.21.0.ebuild
4 Log:
5 Fix wrong var name.
6 (Portage version: 2.2_rc23/cvs/Linux i686)
7
8 Revision Changes Path
9 1.5 games-arcade/tuxanci/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/tuxanci/ChangeLog?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/tuxanci/ChangeLog?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/tuxanci/ChangeLog?r1=1.4&r2=1.5
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-arcade/tuxanci/ChangeLog,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- ChangeLog 13 Jan 2009 17:16:20 -0000 1.4
22 +++ ChangeLog 8 Feb 2009 10:39:06 -0000 1.5
23 @@ -1,6 +1,9 @@
24 # ChangeLog for games-arcade/tuxanci
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/tuxanci/ChangeLog,v 1.4 2009/01/13 17:16:20 scarabeus Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/tuxanci/ChangeLog,v 1.5 2009/02/08 10:39:06 scarabeus Exp $
28 +
29 + 07 Feb 2009; Tomas Chvatal <scarabeus@g.o> tuxanci-0.21.0.ebuild:
30 + Fix wrong var name.
31
32 13 Jan 2009; Tomas Chvatal <scarabeus@g.o> tuxanci-0.21.0.ebuild:
33 Move towards eapi2.
34
35
36
37 1.7 games-arcade/tuxanci/tuxanci-0.21.0.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/tuxanci/tuxanci-0.21.0.ebuild?rev=1.7&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/tuxanci/tuxanci-0.21.0.ebuild?rev=1.7&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/tuxanci/tuxanci-0.21.0.ebuild?r1=1.6&r2=1.7
42
43 Index: tuxanci-0.21.0.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/games-arcade/tuxanci/tuxanci-0.21.0.ebuild,v
46 retrieving revision 1.6
47 retrieving revision 1.7
48 diff -u -r1.6 -r1.7
49 --- tuxanci-0.21.0.ebuild 13 Jan 2009 17:16:20 -0000 1.6
50 +++ tuxanci-0.21.0.ebuild 8 Feb 2009 10:39:06 -0000 1.7
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2009 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/tuxanci/tuxanci-0.21.0.ebuild,v 1.6 2009/01/13 17:16:20 scarabeus Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/tuxanci/tuxanci-0.21.0.ebuild,v 1.7 2009/02/08 10:39:06 scarabeus Exp $
56
57 EAPI="2"
58
59 @@ -41,7 +41,7 @@
60 -DCMAKE_DATA_PATH=${GAMES_DATADIR}
61 -DCMAKE_LOCALE_PATH=${GAMES_DATADIR_BASE}/locale/
62 -DCMAKE_DOC_PATH=${GAMES_DATADIR_BASE}/doc/
63 - -DCMAKE_ETC_PATH=${GAMES_SYSCONFDIR} -DLIB_INSTALL_DIR=$(games_get_libdir)
64 + -DCMAKE_CONF_PATH=${GAMES_SYSCONFDIR} -DLIB_INSTALL_DIR=$(games_get_libdir)
65 -DCMAKE_BUILD_TYPE=Release"
66 cmake-utils_src_configure
67 }