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-emulation/gnomeboyadvance: gnomeboyadvance-0.1.ebuild ChangeLog
Date: Tue, 27 Apr 2010 12:21:03
Message-Id: 20100427122039.8AF7C2C04C@corvid.gentoo.org
1 tupone 10/04/27 12:20:39
2
3 Modified: gnomeboyadvance-0.1.ebuild ChangeLog
4 Log:
5 Force python2 fixing bug #312247
6 (Portage version: 2.1.8.3/cvs/Linux i686)
7
8 Revision Changes Path
9 1.12 games-emulation/gnomeboyadvance/gnomeboyadvance-0.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/gnomeboyadvance/gnomeboyadvance-0.1.ebuild?rev=1.12&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/gnomeboyadvance/gnomeboyadvance-0.1.ebuild?rev=1.12&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/gnomeboyadvance/gnomeboyadvance-0.1.ebuild?r1=1.11&r2=1.12
14
15 Index: gnomeboyadvance-0.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-emulation/gnomeboyadvance/gnomeboyadvance-0.1.ebuild,v
18 retrieving revision 1.11
19 retrieving revision 1.12
20 diff -u -r1.11 -r1.12
21 --- gnomeboyadvance-0.1.ebuild 7 Feb 2007 13:56:41 -0000 1.11
22 +++ gnomeboyadvance-0.1.ebuild 27 Apr 2010 12:20:39 -0000 1.12
23 @@ -1,8 +1,10 @@
24 -# Copyright 1999-2007 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-emulation/gnomeboyadvance/gnomeboyadvance-0.1.ebuild,v 1.11 2007/02/07 13:56:41 nyhm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/gnomeboyadvance/gnomeboyadvance-0.1.ebuild,v 1.12 2010/04/27 12:20:39 tupone Exp $
29 +EAPI="2"
30 +PYTHON_DEPEND="2"
31
32 -inherit games
33 +inherit python games
34
35 DESCRIPTION="A GNOME Python frontend to VisualBoyAdvance"
36 HOMEPAGE="http://developer.berlios.de/projects/gnomeboyadvance/"
37 @@ -13,21 +15,23 @@
38 KEYWORDS="ppc x86"
39 IUSE=""
40
41 -RDEPEND=">=dev-lang/python-2.2
42 - >=dev-python/gnome-python-1.99
43 +RDEPEND=">=dev-python/gnome-python-1.99
44 >=dev-python/pygtk-1.99
45 games-emulation/visualboyadvance"
46
47 S=${WORKDIR}/gnomeBoyAdvance-0.1
48
49 -src_unpack() {
50 - unpack ${A}
51 - cd "${S}"
52 +pkg_setup() {
53 + python_set_active_version 2
54 + games_pkg_setup
55 +}
56
57 +src_prepare() {
58 sed -i \
59 -e 's:/usr/share/:/usr/share/games/:' \
60 gnomeboyadvance \
61 || die "sed gnomeboyadvance failed"
62 + python_convert_shebangs -r 2 ${PN}
63 }
64
65 src_install() {
66
67
68
69 1.10 games-emulation/gnomeboyadvance/ChangeLog
70
71 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/gnomeboyadvance/ChangeLog?rev=1.10&view=markup
72 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/gnomeboyadvance/ChangeLog?rev=1.10&content-type=text/plain
73 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/gnomeboyadvance/ChangeLog?r1=1.9&r2=1.10
74
75 Index: ChangeLog
76 ===================================================================
77 RCS file: /var/cvsroot/gentoo-x86/games-emulation/gnomeboyadvance/ChangeLog,v
78 retrieving revision 1.9
79 retrieving revision 1.10
80 diff -u -r1.9 -r1.10
81 --- ChangeLog 7 Feb 2007 13:56:41 -0000 1.9
82 +++ ChangeLog 27 Apr 2010 12:20:39 -0000 1.10
83 @@ -1,6 +1,10 @@
84 # ChangeLog for games-emulation/gnomeboyadvance
85 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
86 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/gnomeboyadvance/ChangeLog,v 1.9 2007/02/07 13:56:41 nyhm Exp $
87 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
88 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/gnomeboyadvance/ChangeLog,v 1.10 2010/04/27 12:20:39 tupone Exp $
89 +
90 + 27 Apr 2010; Tupone Alfredo <tupone@g.o>
91 + gnomeboyadvance-0.1.ebuild:
92 + Force python2 fixing bug #312247 by arfrever@g.o
93
94 07 Feb 2007; Tristan Heaven <nyhm@g.o> gnomeboyadvance-0.1.ebuild:
95 Use mirror://berlios