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:52:51
Message-Id: 20131130195248.806592004B@flycatcher.gentoo.org
1 hasufell 13/11/30 19:52:48
2
3 Modified: pysolfc-2.0-r2.ebuild ChangeLog
4 Log:
5 add dev-lang/python-exec:0 do build-time deps as well
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
8
9 Revision Changes Path
10 1.5 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.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pysolfc/pysolfc-2.0-r2.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pysolfc/pysolfc-2.0-r2.ebuild?r1=1.4&r2=1.5
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.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- pysolfc-2.0-r2.ebuild 30 Nov 2013 19:47:58 -0000 1.4
23 +++ pysolfc-2.0-r2.ebuild 30 Nov 2013 19:52:48 -0000 1.5
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.4 2013/11/30 19:47:58 hasufell Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-board/pysolfc/pysolfc-2.0-r2.ebuild,v 1.5 2013/11/30 19:52:48 hasufell Exp $
29
30 EAPI=5
31
32 @@ -24,7 +24,8 @@
33
34 S=${WORKDIR}/${MY_PN}-${PV}
35
36 -RDEPEND="dev-lang/python-exec:0[${PYTHON_USEDEP}]
37 +DEPEND="dev-lang/python-exec:0[${PYTHON_USEDEP}]"
38 +RDEPEND="${RDEPEND}
39 sound? ( dev-python/pygame[${PYTHON_USEDEP}] )
40 !minimal? ( dev-python/pillow[tk,${PYTHON_USEDEP}]
41 dev-tcltk/tktable )"
42
43
44
45 1.15 games-board/pysolfc/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pysolfc/ChangeLog?rev=1.15&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pysolfc/ChangeLog?rev=1.15&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pysolfc/ChangeLog?r1=1.14&r2=1.15
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/games-board/pysolfc/ChangeLog,v
54 retrieving revision 1.14
55 retrieving revision 1.15
56 diff -u -r1.14 -r1.15
57 --- ChangeLog 30 Nov 2013 19:47:58 -0000 1.14
58 +++ ChangeLog 30 Nov 2013 19:52:48 -0000 1.15
59 @@ -1,6 +1,9 @@
60 # ChangeLog for games-board/pysolfc
61 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/games-board/pysolfc/ChangeLog,v 1.14 2013/11/30 19:47:58 hasufell Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/games-board/pysolfc/ChangeLog,v 1.15 2013/11/30 19:52:48 hasufell Exp $
64 +
65 + 30 Nov 2013; Julian Ospald <hasufell@g.o> pysolfc-2.0-r2.ebuild:
66 + add dev-lang/python-exec:0 do build-time deps as well
67
68 30 Nov 2013; Julian Ospald <hasufell@g.o> pysolfc-2.0-r2.ebuild:
69 restrict to dev-lang/python-exec:0 because dev-lang/python-exec:2 is broken