Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-action/slune: ChangeLog slune-1.0.15.ebuild slune-1.0.11.ebuild
Date: Thu, 09 Sep 2010 17:14:53
Message-Id: 20100909171446.A7DED20051@flycatcher.gentoo.org
1 mr_bones_ 10/09/09 17:14:46
2
3 Modified: ChangeLog slune-1.0.11.ebuild
4 Added: slune-1.0.15.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.8.3/cvs/Linux i686)
8
9 Revision Changes Path
10 1.17 games-action/slune/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/slune/ChangeLog?rev=1.17&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/slune/ChangeLog?rev=1.17&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/slune/ChangeLog?r1=1.16&r2=1.17
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-action/slune/ChangeLog,v
19 retrieving revision 1.16
20 retrieving revision 1.17
21 diff -u -r1.16 -r1.17
22 --- ChangeLog 4 May 2010 06:13:43 -0000 1.16
23 +++ ChangeLog 9 Sep 2010 17:14:46 -0000 1.17
24 @@ -1,6 +1,12 @@
25 # ChangeLog for games-action/slune
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-action/slune/ChangeLog,v 1.16 2010/05/04 06:13:43 tupone Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-action/slune/ChangeLog,v 1.17 2010/09/09 17:14:46 mr_bones_ Exp $
29 +
30 +*slune-1.0.15 (09 Sep 2010)
31 +
32 + 09 Sep 2010; Michael Sterrett <mr_bones_@g.o> slune-1.0.11.ebuild,
33 + +slune-1.0.15.ebuild:
34 + version bump
35
36 04 May 2010; Tupone Alfredo <tupone@g.o> slune-1.0.11.ebuild:
37 Force python2 fixing bug #312229 by arfrever@g.o
38
39
40
41 1.4 games-action/slune/slune-1.0.11.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/slune/slune-1.0.11.ebuild?rev=1.4&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/slune/slune-1.0.11.ebuild?rev=1.4&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/slune/slune-1.0.11.ebuild?r1=1.3&r2=1.4
46
47 Index: slune-1.0.11.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/games-action/slune/slune-1.0.11.ebuild,v
50 retrieving revision 1.3
51 retrieving revision 1.4
52 diff -u -r1.3 -r1.4
53 --- slune-1.0.11.ebuild 4 May 2010 06:13:43 -0000 1.3
54 +++ slune-1.0.11.ebuild 9 Sep 2010 17:14:46 -0000 1.4
55 @@ -1,9 +1,9 @@
56 # Copyright 1999-2010 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/games-action/slune/slune-1.0.11.ebuild,v 1.3 2010/05/04 06:13:43 tupone Exp $
59 -EAPI="2"
60 -PYTHON_DEPEND="2"
61 +# $Header: /var/cvsroot/gentoo-x86/games-action/slune/slune-1.0.11.ebuild,v 1.4 2010/09/09 17:14:46 mr_bones_ Exp $
62
63 +EAPI=2
64 +PYTHON_DEPEND="2"
65 inherit python distutils
66
67 DESCRIPTION="A 3D action game with multiplayer mode and amazing graphics"
68
69
70
71 1.1 games-action/slune/slune-1.0.15.ebuild
72
73 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/slune/slune-1.0.15.ebuild?rev=1.1&view=markup
74 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/slune/slune-1.0.15.ebuild?rev=1.1&content-type=text/plain
75
76 Index: slune-1.0.15.ebuild
77 ===================================================================
78 # Copyright 1999-2010 Gentoo Foundation
79 # Distributed under the terms of the GNU General Public License v2
80 # $Header: /var/cvsroot/gentoo-x86/games-action/slune/slune-1.0.15.ebuild,v 1.1 2010/09/09 17:14:46 mr_bones_ Exp $
81
82 EAPI=2
83 PYTHON_DEPEND="2"
84 inherit python distutils
85
86 DESCRIPTION="A 3D action game with multiplayer mode and amazing graphics"
87 HOMEPAGE="http://oomadness.tuxfamily.org/en/slune/"
88 SRC_URI="http://download.gna.org/slune/Slune-${PV}.tar.bz2"
89
90 LICENSE="GPL-2"
91 SLOT="0"
92 KEYWORDS="~x86"
93 IUSE=""
94
95 DEPEND="virtual/opengl
96 >=media-libs/libsdl-1.2.6
97 >=dev-python/soya-0.9
98 >=dev-python/py2play-0.1.9
99 >=dev-python/pyopenal-0.1.3
100 >=dev-python/pyogg-1.1
101 >=dev-python/pyvorbis-1.1"
102
103 S=${WORKDIR}/Slune-${PV}
104
105 pkg_setup() {
106 python_set_active_version 2
107 }
108
109 src_prepare() {
110 python_convert_shebangs -r 2 .
111 distutils_src_prepare
112 }