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-action/accelerator3d: accelerator3d-0.1.1-r2.ebuild ChangeLog
Date: Sun, 01 Dec 2013 17:32:52
Message-Id: 20131201173245.D9E1E2004B@flycatcher.gentoo.org
1 hasufell 13/12/01 17:32:45
2
3 Modified: accelerator3d-0.1.1-r2.ebuild ChangeLog
4 Log:
5 add PYTHON_USEDEP to dev-python/pyode wrt #493042
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
8
9 Revision Changes Path
10 1.3 games-action/accelerator3d/accelerator3d-0.1.1-r2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/accelerator3d/accelerator3d-0.1.1-r2.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/accelerator3d/accelerator3d-0.1.1-r2.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/accelerator3d/accelerator3d-0.1.1-r2.ebuild?r1=1.2&r2=1.3
15
16 Index: accelerator3d-0.1.1-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-action/accelerator3d/accelerator3d-0.1.1-r2.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- accelerator3d-0.1.1-r2.ebuild 1 Dec 2013 17:04:05 -0000 1.2
23 +++ accelerator3d-0.1.1-r2.ebuild 1 Dec 2013 17:32:45 -0000 1.3
24 @@ -1,8 +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-action/accelerator3d/accelerator3d-0.1.1-r2.ebuild,v 1.2 2013/12/01 17:04:05 hasufell Exp $
28 -
29 -# TODO: convert dev-python/pyode wrt #493042
30 +# $Header: /var/cvsroot/gentoo-x86/games-action/accelerator3d/accelerator3d-0.1.1-r2.ebuild,v 1.3 2013/12/01 17:32:45 hasufell Exp $
31
32 EAPI=5
33 PYTHON_COMPAT=( python2_6 python2_7 )
34 @@ -20,7 +18,7 @@
35
36 DEPEND="${PYTHON_DEPS}"
37 RDEPEND="${DEPEND}
38 - dev-python/pyode
39 + dev-python/pyode[${PYTHON_USEDEP}]
40 dev-python/pygame[${PYTHON_USEDEP}]
41 dev-python/pyopengl[${PYTHON_USEDEP}]"
42
43
44
45
46 1.11 games-action/accelerator3d/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/accelerator3d/ChangeLog?rev=1.11&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/accelerator3d/ChangeLog?rev=1.11&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/accelerator3d/ChangeLog?r1=1.10&r2=1.11
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/games-action/accelerator3d/ChangeLog,v
55 retrieving revision 1.10
56 retrieving revision 1.11
57 diff -u -r1.10 -r1.11
58 --- ChangeLog 1 Dec 2013 17:02:52 -0000 1.10
59 +++ ChangeLog 1 Dec 2013 17:32:45 -0000 1.11
60 @@ -1,6 +1,10 @@
61 # ChangeLog for games-action/accelerator3d
62 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/games-action/accelerator3d/ChangeLog,v 1.10 2013/12/01 17:02:52 hasufell Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/games-action/accelerator3d/ChangeLog,v 1.11 2013/12/01 17:32:45 hasufell Exp $
65 +
66 + 01 Dec 2013; Julian Ospald <hasufell@g.o>
67 + accelerator3d-0.1.1-r2.ebuild:
68 + add PYTHON_USEDEP to dev-python/pyode wrt #493042
69
70 *accelerator3d-0.1.1-r2 (01 Dec 2013)