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-board/pychess: pychess-0.8.4.ebuild ChangeLog
Date: Thu, 29 Apr 2010 08:11:37
Message-Id: 20100429081131.C4B192C04C@corvid.gentoo.org
1 tupone 10/04/29 08:11:31
2
3 Modified: pychess-0.8.4.ebuild ChangeLog
4 Log:
5 Force python2 fixing bug #312241
6 (Portage version: 2.1.8.3/cvs/Linux i686)
7
8 Revision Changes Path
9 1.3 games-board/pychess/pychess-0.8.4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/pychess/pychess-0.8.4.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/pychess/pychess-0.8.4.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/pychess/pychess-0.8.4.ebuild?r1=1.2&r2=1.3
14
15 Index: pychess-0.8.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-board/pychess/pychess-0.8.4.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- pychess-0.8.4.ebuild 16 Nov 2009 22:12:24 -0000 1.2
22 +++ pychess-0.8.4.ebuild 29 Apr 2010 08:11:31 -0000 1.3
23 @@ -1,6 +1,8 @@
24 -# Copyright 1999-2009 Gentoo Foundation
25 +# Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-board/pychess/pychess-0.8.4.ebuild,v 1.2 2009/11/16 22:12:24 maekke Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-board/pychess/pychess-0.8.4.ebuild,v 1.3 2010/04/29 08:11:31 tupone Exp $
29 +PYTHON_DEPEND="2"
30 +EAPI="2"
31
32 inherit python games distutils
33
34 @@ -21,8 +23,16 @@
35 dev-python/gnome-python-desktop
36 x11-themes/gnome-icon-theme"
37
38 +src_prepare() {
39 + python_convert_shebangs -r 2 .
40 +}
41 +
42 +pkg_setup() {
43 + python_set_active_version 2
44 + games_pkg_setup
45 +}
46 +
47 src_install() {
48 - python_version
49 distutils_src_install --install-scripts="${GAMES_BINDIR}"
50 dodoc AUTHORS README
51 prepgamesdirs
52
53
54
55 1.7 games-board/pychess/ChangeLog
56
57 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/pychess/ChangeLog?rev=1.7&view=markup
58 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/pychess/ChangeLog?rev=1.7&content-type=text/plain
59 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/pychess/ChangeLog?r1=1.6&r2=1.7
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/games-board/pychess/ChangeLog,v
64 retrieving revision 1.6
65 retrieving revision 1.7
66 diff -u -r1.6 -r1.7
67 --- ChangeLog 16 Nov 2009 22:12:24 -0000 1.6
68 +++ ChangeLog 29 Apr 2010 08:11:31 -0000 1.7
69 @@ -1,6 +1,9 @@
70 # ChangeLog for games-board/pychess
71 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/games-board/pychess/ChangeLog,v 1.6 2009/11/16 22:12:24 maekke Exp $
73 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
74 +# $Header: /var/cvsroot/gentoo-x86/games-board/pychess/ChangeLog,v 1.7 2010/04/29 08:11:31 tupone Exp $
75 +
76 + 29 Apr 2010; Tupone Alfredo <tupone@g.o> pychess-0.8.4.ebuild:
77 + Force python2 fixing bug #312241 by arfrever@g.o
78
79 16 Nov 2009; Markus Meier <maekke@g.o> pychess-0.8.4.ebuild:
80 amd64/x86 stable, bug #292687