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: Sat, 30 Nov 2013 19:48:01
Message-Id: 20131130194758.3E9AC2004B@flycatcher.gentoo.org
1 hasufell 13/11/30 19:47:58
2
3 Modified: pysolfc-2.0-r2.ebuild ChangeLog
4 Log:
5 restrict to dev-lang/python-exec:0 because dev-lang/python-exec:2 is broken wrt #489646
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
8
9 Revision Changes Path
10 1.4 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.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pysolfc/pysolfc-2.0-r2.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pysolfc/pysolfc-2.0-r2.ebuild?r1=1.3&r2=1.4
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.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- pysolfc-2.0-r2.ebuild 22 Nov 2013 18:50:17 -0000 1.3
23 +++ pysolfc-2.0-r2.ebuild 30 Nov 2013 19:47:58 -0000 1.4
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.3 2013/11/22 18:50:17 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-board/pysolfc/pysolfc-2.0-r2.ebuild,v 1.4 2013/11/30 19:47:58 hasufell Exp $
29
30 EAPI=5
31
32 @@ -24,10 +24,14 @@
33
34 S=${WORKDIR}/${MY_PN}-${PV}
35
36 -RDEPEND="sound? ( dev-python/pygame[${PYTHON_USEDEP}] )
37 +RDEPEND="dev-lang/python-exec:0[${PYTHON_USEDEP}]
38 + sound? ( dev-python/pygame[${PYTHON_USEDEP}] )
39 !minimal? ( dev-python/pillow[tk,${PYTHON_USEDEP}]
40 dev-tcltk/tktable )"
41
42 +# disable python-exec:2 support, because it is broken wrt #489646
43 +_PYTHON_WANT_PYTHON_EXEC2=0
44 +
45 python_prepare_all() {
46 local PATCHES=(
47 "${FILESDIR}/${PN}-PIL-imports.patch" #471514
48
49
50
51 1.14 games-board/pysolfc/ChangeLog
52
53 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pysolfc/ChangeLog?rev=1.14&view=markup
54 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pysolfc/ChangeLog?rev=1.14&content-type=text/plain
55 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pysolfc/ChangeLog?r1=1.13&r2=1.14
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/games-board/pysolfc/ChangeLog,v
60 retrieving revision 1.13
61 retrieving revision 1.14
62 diff -u -r1.13 -r1.14
63 --- ChangeLog 22 Nov 2013 18:50:17 -0000 1.13
64 +++ ChangeLog 30 Nov 2013 19:47:58 -0000 1.14
65 @@ -1,6 +1,10 @@
66 # ChangeLog for games-board/pysolfc
67 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/games-board/pysolfc/ChangeLog,v 1.13 2013/11/22 18:50:17 mr_bones_ Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/games-board/pysolfc/ChangeLog,v 1.14 2013/11/30 19:47:58 hasufell Exp $
70 +
71 + 30 Nov 2013; Julian Ospald <hasufell@g.o> pysolfc-2.0-r2.ebuild:
72 + restrict to dev-lang/python-exec:0 because dev-lang/python-exec:2 is broken
73 + wrt #489646
74
75 22 Nov 2013; Michael Sterrett <mr_bones_@g.o> pysolfc-2.0-r2.ebuild:
76 just use dev-python/pillow