public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-action/slune: ChangeLog slune-1.0.15.ebuild slune-1.0.11.ebuild
@ 2010-09-09 17:14 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; only message in thread
From: Michael Sterrett (mr_bones_) @ 2010-09-09 17:14 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    10/09/09 17:14:46

  Modified:             ChangeLog slune-1.0.11.ebuild
  Added:                slune-1.0.15.ebuild
  Log:
  version bump
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.17                 games-action/slune/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/slune/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/slune/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/slune/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/slune/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	4 May 2010 06:13:43 -0000	1.16
+++ ChangeLog	9 Sep 2010 17:14:46 -0000	1.17
@@ -1,6 +1,12 @@
 # ChangeLog for games-action/slune
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/slune/ChangeLog,v 1.16 2010/05/04 06:13:43 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/slune/ChangeLog,v 1.17 2010/09/09 17:14:46 mr_bones_ Exp $
+
+*slune-1.0.15 (09 Sep 2010)
+
+  09 Sep 2010; Michael Sterrett <mr_bones_@gentoo.org> slune-1.0.11.ebuild,
+  +slune-1.0.15.ebuild:
+  version bump
 
   04 May 2010; Tupone Alfredo <tupone@gentoo.org> slune-1.0.11.ebuild:
   Force python2 fixing bug #312229 by arfrever@gentoo.org



1.4                  games-action/slune/slune-1.0.11.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/slune/slune-1.0.11.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/slune/slune-1.0.11.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/slune/slune-1.0.11.ebuild?r1=1.3&r2=1.4

Index: slune-1.0.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/slune/slune-1.0.11.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- slune-1.0.11.ebuild	4 May 2010 06:13:43 -0000	1.3
+++ slune-1.0.11.ebuild	9 Sep 2010 17:14:46 -0000	1.4
@@ -1,9 +1,9 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/slune/slune-1.0.11.ebuild,v 1.3 2010/05/04 06:13:43 tupone Exp $
-EAPI="2"
-PYTHON_DEPEND="2"
+# $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 $
 
+EAPI=2
+PYTHON_DEPEND="2"
 inherit python distutils
 
 DESCRIPTION="A 3D action game with multiplayer mode and amazing graphics"



1.1                  games-action/slune/slune-1.0.15.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/slune/slune-1.0.15.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/slune/slune-1.0.15.ebuild?rev=1.1&content-type=text/plain

Index: slune-1.0.15.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $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 $

EAPI=2
PYTHON_DEPEND="2"
inherit python distutils

DESCRIPTION="A 3D action game with multiplayer mode and amazing graphics"
HOMEPAGE="http://oomadness.tuxfamily.org/en/slune/"
SRC_URI="http://download.gna.org/slune/Slune-${PV}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""

DEPEND="virtual/opengl
	>=media-libs/libsdl-1.2.6
	>=dev-python/soya-0.9
	>=dev-python/py2play-0.1.9
	>=dev-python/pyopenal-0.1.3
	>=dev-python/pyogg-1.1
	>=dev-python/pyvorbis-1.1"

S=${WORKDIR}/Slune-${PV}

pkg_setup() {
	python_set_active_version 2
}

src_prepare() {
	python_convert_shebangs -r 2 .
	distutils_src_prepare
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-09-09 17:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-09 17:14 [gentoo-commits] gentoo-x86 commit in games-action/slune: ChangeLog slune-1.0.15.ebuild slune-1.0.11.ebuild Michael Sterrett (mr_bones_)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox