Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-board/pysolfc: pysolfc-2.0-r2.ebuild ChangeLog
Date: Mon, 28 Oct 2013 22:08:33
Message-Id: 20131028220827.60B0620047@flycatcher.gentoo.org
1 hasufell 13/10/28 22:08:27
2
3 Modified: pysolfc-2.0-r2.ebuild ChangeLog
4 Log:
5 respect GAMES variables wrt #489694
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
8
9 Revision Changes Path
10 1.2 games-board/pysolfc/pysolfc-2.0-r2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pysolfc/pysolfc-2.0-r2.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pysolfc/pysolfc-2.0-r2.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pysolfc/pysolfc-2.0-r2.ebuild?r1=1.1&r2=1.2
15
16 Index: pysolfc-2.0-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-board/pysolfc/pysolfc-2.0-r2.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- pysolfc-2.0-r2.ebuild 23 Jun 2013 21:44:48 -0000 1.1
23 +++ pysolfc-2.0-r2.ebuild 28 Oct 2013 22:08:27 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-board/pysolfc/pysolfc-2.0-r2.ebuild,v 1.1 2013/06/23 21:44:48 floppym Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-board/pysolfc/pysolfc-2.0-r2.ebuild,v 1.2 2013/10/28 22:08:27 hasufell Exp $
29
30 EAPI=5
31
32 @@ -37,7 +37,7 @@
33 sed -i \
34 -e "/pysol.desktop/d" \
35 -e "s:share/icons:share/pixmaps:" \
36 - -e "s:data_dir =.*:data_dir = \'share/games/${PN}\':" \
37 + -e "s:data_dir =.*:data_dir = \'${GAMES_DATADIR}/${PN}\':" \
38 setup.py || die
39
40 # avoid installing pysol.py into /usr/bin
41
42
43
44 1.12 games-board/pysolfc/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pysolfc/ChangeLog?rev=1.12&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pysolfc/ChangeLog?rev=1.12&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pysolfc/ChangeLog?r1=1.11&r2=1.12
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/games-board/pysolfc/ChangeLog,v
53 retrieving revision 1.11
54 retrieving revision 1.12
55 diff -u -r1.11 -r1.12
56 --- ChangeLog 23 Jun 2013 21:44:48 -0000 1.11
57 +++ ChangeLog 28 Oct 2013 22:08:27 -0000 1.12
58 @@ -1,6 +1,9 @@
59 # ChangeLog for games-board/pysolfc
60 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/games-board/pysolfc/ChangeLog,v 1.11 2013/06/23 21:44:48 floppym Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/games-board/pysolfc/ChangeLog,v 1.12 2013/10/28 22:08:27 hasufell Exp $
63 +
64 + 28 Oct 2013; Julian Ospald <hasufell@g.o> pysolfc-2.0-r2.ebuild:
65 + respect GAMES variables wrt #489694
66
67 *pysolfc-2.0-r2 (23 Jun 2013)