public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-action/accelerator3d: accelerator3d-0.1.1-r2.ebuild ChangeLog
@ 2013-12-01 17:02 Julian Ospald (hasufell)
  0 siblings, 0 replies; 6+ messages in thread
From: Julian Ospald (hasufell) @ 2013-12-01 17:02 UTC (permalink / raw
  To: gentoo-commits

hasufell    13/12/01 17:02:52

  Modified:             ChangeLog
  Added:                accelerator3d-0.1.1-r2.ebuild
  Log:
  convert to python-r1
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)

Revision  Changes    Path
1.10                 games-action/accelerator3d/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/accelerator3d/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	26 Feb 2012 14:55:15 -0000	1.9
+++ ChangeLog	1 Dec 2013 17:02:52 -0000	1.10
@@ -1,6 +1,12 @@
 # ChangeLog for games-action/accelerator3d
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/accelerator3d/ChangeLog,v 1.9 2012/02/26 14:55:15 tupone Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/accelerator3d/ChangeLog,v 1.10 2013/12/01 17:02:52 hasufell Exp $
+
+*accelerator3d-0.1.1-r2 (01 Dec 2013)
+
+  01 Dec 2013; Julian Ospald <hasufell@gentoo.org>
+  +accelerator3d-0.1.1-r2.ebuild:
+  convert to python-r1
 
   26 Feb 2012; Tupone Alfredo <tupone@gentoo.org>
   accelerator3d-0.1.1-r1.ebuild:



1.1                  games-action/accelerator3d/accelerator3d-0.1.1-r2.ebuild

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

Index: accelerator3d-0.1.1-r2.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-action/accelerator3d/accelerator3d-0.1.1-r2.ebuild,v 1.1 2013/12/01 17:02:52 hasufell Exp $

# TODO: convert dev-python/pyode wrt #493042

EAPI=5
PYTHON_COMPAT=( python2_6 python2_7 )
inherit eutils python-r1 games

DESCRIPTION="Fast-paced, 3D, first-person shoot/dodge-'em-up, in the vain of Tempest or n2o"
HOMEPAGE="http://accelerator3d.sourceforge.net/"
SRC_URI="mirror://sourceforge/accelerator3d/accelerator-${PV}.tar.bz2"

LICENSE="Artistic"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~x86-fbsd"
IUSE=""
REQUIRED_USE=${PYTHON_REQUIRED_USE}

RDEPEND="${PYTHON_DEPS}
	dev-python/pyode
	dev-python/pygame[${PYTHON_USEDEP}]
	dev-python/pyopengl[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"

S=${WORKDIR}/${PN}

src_prepare() {
	epatch \
		"${FILESDIR}"/${P}-gentoo-paths.patch \
		"${FILESDIR}"/${P}-gllightmodel.patch
	sed -i \
		-e "s:@GENTOO_DATADIR@:${GAMES_DATADIR}/${PN}:" \
		accelerator.py || die
}

src_install() {
	python_scriptinto "${GAMES_BINDIR}"
	python_foreach_impl python_newscript accelerator.py accelerator
	insinto "${GAMES_DATADIR}"/${PN}
	doins gfx/* snd/* || die "doins failed"
	dodoc CHANGELOG README
	make_desktop_entry accelerator

	prepgamesdirs
}





^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-action/accelerator3d: accelerator3d-0.1.1-r2.ebuild ChangeLog
@ 2013-12-01 17:32 Julian Ospald (hasufell)
  0 siblings, 0 replies; 6+ messages in thread
From: Julian Ospald (hasufell) @ 2013-12-01 17:32 UTC (permalink / raw
  To: gentoo-commits

hasufell    13/12/01 17:32:45

  Modified:             accelerator3d-0.1.1-r2.ebuild ChangeLog
  Log:
  add PYTHON_USEDEP to dev-python/pyode wrt #493042
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)

Revision  Changes    Path
1.3                  games-action/accelerator3d/accelerator3d-0.1.1-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/accelerator3d/accelerator3d-0.1.1-r2.ebuild?rev=1.3&view=markup
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
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/accelerator3d/accelerator3d-0.1.1-r2.ebuild?r1=1.2&r2=1.3

Index: accelerator3d-0.1.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/accelerator3d/accelerator3d-0.1.1-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- accelerator3d-0.1.1-r2.ebuild	1 Dec 2013 17:04:05 -0000	1.2
+++ accelerator3d-0.1.1-r2.ebuild	1 Dec 2013 17:32:45 -0000	1.3
@@ -1,8 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $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 $
-
-# TODO: convert dev-python/pyode wrt #493042
+# $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 $
 
 EAPI=5
 PYTHON_COMPAT=( python2_6 python2_7 )
@@ -20,7 +18,7 @@
 
 DEPEND="${PYTHON_DEPS}"
 RDEPEND="${DEPEND}
-	dev-python/pyode
+	dev-python/pyode[${PYTHON_USEDEP}]
 	dev-python/pygame[${PYTHON_USEDEP}]
 	dev-python/pyopengl[${PYTHON_USEDEP}]"
 



1.11                 games-action/accelerator3d/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/accelerator3d/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	1 Dec 2013 17:02:52 -0000	1.10
+++ ChangeLog	1 Dec 2013 17:32:45 -0000	1.11
@@ -1,6 +1,10 @@
 # ChangeLog for games-action/accelerator3d
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/accelerator3d/ChangeLog,v 1.10 2013/12/01 17:02:52 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/accelerator3d/ChangeLog,v 1.11 2013/12/01 17:32:45 hasufell Exp $
+
+  01 Dec 2013; Julian Ospald <hasufell@gentoo.org>
+  accelerator3d-0.1.1-r2.ebuild:
+  add PYTHON_USEDEP to dev-python/pyode wrt #493042
 
 *accelerator3d-0.1.1-r2 (01 Dec 2013)
 





^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-action/accelerator3d: accelerator3d-0.1.1-r2.ebuild ChangeLog
@ 2015-01-01  0:00 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2015-01-01  0:00 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    15/01/01 00:00:03

  Modified:             accelerator3d-0.1.1-r2.ebuild ChangeLog
  Log:
  tidy
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.4                  games-action/accelerator3d/accelerator3d-0.1.1-r2.ebuild

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

Index: accelerator3d-0.1.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/accelerator3d/accelerator3d-0.1.1-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- accelerator3d-0.1.1-r2.ebuild	1 Dec 2013 17:32:45 -0000	1.3
+++ accelerator3d-0.1.1-r2.ebuild	1 Jan 2015 00:00:03 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $Header: /var/cvsroot/gentoo-x86/games-action/accelerator3d/accelerator3d-0.1.1-r2.ebuild,v 1.4 2015/01/01 00:00:03 mr_bones_ Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_6 python2_7 )
@@ -37,7 +37,7 @@
 	python_scriptinto "${GAMES_BINDIR}"
 	python_foreach_impl python_newscript accelerator.py accelerator
 	insinto "${GAMES_DATADIR}"/${PN}
-	doins gfx/* snd/* || die "doins failed"
+	doins gfx/* snd/*
 	dodoc CHANGELOG README
 	make_desktop_entry accelerator
 



1.12                 games-action/accelerator3d/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/accelerator3d/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	1 Dec 2013 17:32:45 -0000	1.11
+++ ChangeLog	1 Jan 2015 00:00:03 -0000	1.12
@@ -1,6 +1,10 @@
 # ChangeLog for games-action/accelerator3d
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/accelerator3d/ChangeLog,v 1.11 2013/12/01 17:32:45 hasufell Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/accelerator3d/ChangeLog,v 1.12 2015/01/01 00:00:03 mr_bones_ Exp $
+
+  31 Dec 2014; Michael Sterrett <mr_bones_@gentoo.org>
+  accelerator3d-0.1.1-r2.ebuild:
+  tidy
 
   01 Dec 2013; Julian Ospald <hasufell@gentoo.org>
   accelerator3d-0.1.1-r2.ebuild:





^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-action/accelerator3d: accelerator3d-0.1.1-r2.ebuild ChangeLog
@ 2015-01-01  0:03 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2015-01-01  0:03 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    15/01/01 00:03:21

  Modified:             accelerator3d-0.1.1-r2.ebuild ChangeLog
  Log:
  punt 2_6
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.5                  games-action/accelerator3d/accelerator3d-0.1.1-r2.ebuild

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

Index: accelerator3d-0.1.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/accelerator3d/accelerator3d-0.1.1-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- accelerator3d-0.1.1-r2.ebuild	1 Jan 2015 00:00:03 -0000	1.4
+++ accelerator3d-0.1.1-r2.ebuild	1 Jan 2015 00:03:21 -0000	1.5
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/accelerator3d/accelerator3d-0.1.1-r2.ebuild,v 1.4 2015/01/01 00:00:03 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/accelerator3d/accelerator3d-0.1.1-r2.ebuild,v 1.5 2015/01/01 00:03:21 mr_bones_ Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python2_6 python2_7 )
+PYTHON_COMPAT=( python2_7 )
 inherit eutils python-r1 games
 
 DESCRIPTION="Fast-paced, 3D, first-person shoot/dodge-'em-up, in the vain of Tempest or n2o"



1.13                 games-action/accelerator3d/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/accelerator3d/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	1 Jan 2015 00:00:03 -0000	1.12
+++ ChangeLog	1 Jan 2015 00:03:21 -0000	1.13
@@ -1,6 +1,10 @@
 # ChangeLog for games-action/accelerator3d
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/accelerator3d/ChangeLog,v 1.12 2015/01/01 00:00:03 mr_bones_ Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/accelerator3d/ChangeLog,v 1.13 2015/01/01 00:03:21 mr_bones_ Exp $
+
+  01 Jan 2015; Michael Sterrett <mr_bones_@gentoo.org>
+  accelerator3d-0.1.1-r2.ebuild:
+  punt 2_6
 
   31 Dec 2014; Michael Sterrett <mr_bones_@gentoo.org>
   accelerator3d-0.1.1-r2.ebuild:





^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-action/accelerator3d: accelerator3d-0.1.1-r2.ebuild ChangeLog
@ 2015-02-26 20:00 JosA MarAa Alonso (nimiux)
  0 siblings, 0 replies; 6+ messages in thread
From: JosA MarAa Alonso (nimiux) @ 2015-02-26 20:00 UTC (permalink / raw
  To: gentoo-commits

nimiux      15/02/26 20:00:02

  Modified:             accelerator3d-0.1.1-r2.ebuild ChangeLog
  Log:
  Stable for amd64 wrt bug #505024
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key F253DB15)

Revision  Changes    Path
1.6                  games-action/accelerator3d/accelerator3d-0.1.1-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/accelerator3d/accelerator3d-0.1.1-r2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/accelerator3d/accelerator3d-0.1.1-r2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/accelerator3d/accelerator3d-0.1.1-r2.ebuild?r1=1.5&r2=1.6

Index: accelerator3d-0.1.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/accelerator3d/accelerator3d-0.1.1-r2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- accelerator3d-0.1.1-r2.ebuild	1 Jan 2015 00:03:21 -0000	1.5
+++ accelerator3d-0.1.1-r2.ebuild	26 Feb 2015 20:00:02 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/accelerator3d/accelerator3d-0.1.1-r2.ebuild,v 1.5 2015/01/01 00:03:21 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/accelerator3d/accelerator3d-0.1.1-r2.ebuild,v 1.6 2015/02/26 20:00:02 nimiux Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -12,7 +12,7 @@
 
 LICENSE="Artistic"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~x86 ~x86-fbsd"
 IUSE=""
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 



1.14                 games-action/accelerator3d/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/accelerator3d/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	1 Jan 2015 00:03:21 -0000	1.13
+++ ChangeLog	26 Feb 2015 20:00:02 -0000	1.14
@@ -1,6 +1,9 @@
 # ChangeLog for games-action/accelerator3d
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/accelerator3d/ChangeLog,v 1.13 2015/01/01 00:03:21 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/accelerator3d/ChangeLog,v 1.14 2015/02/26 20:00:02 nimiux Exp $
+
+  26 Feb 2015; Chema Alonso <nimiux@gentoo.org> accelerator3d-0.1.1-r2.ebuild:
+  Stable for amd64 wrt bug #505024
 
   01 Jan 2015; Michael Sterrett <mr_bones_@gentoo.org>
   accelerator3d-0.1.1-r2.ebuild:





^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-action/accelerator3d: accelerator3d-0.1.1-r2.ebuild ChangeLog
@ 2015-03-21 15:10 Andreas Schuerch (nativemad)
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas Schuerch (nativemad) @ 2015-03-21 15:10 UTC (permalink / raw
  To: gentoo-commits

nativemad    15/03/21 15:10:44

  Modified:             accelerator3d-0.1.1-r2.ebuild ChangeLog
  Log:
  x86 stable, see bug 505024
  
  (Portage version: 2.2.14/cvs/Linux i686, signed Manifest commit with key 60373227)

Revision  Changes    Path
1.7                  games-action/accelerator3d/accelerator3d-0.1.1-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/accelerator3d/accelerator3d-0.1.1-r2.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/accelerator3d/accelerator3d-0.1.1-r2.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/accelerator3d/accelerator3d-0.1.1-r2.ebuild?r1=1.6&r2=1.7

Index: accelerator3d-0.1.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/accelerator3d/accelerator3d-0.1.1-r2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- accelerator3d-0.1.1-r2.ebuild	26 Feb 2015 20:00:02 -0000	1.6
+++ accelerator3d-0.1.1-r2.ebuild	21 Mar 2015 15:10:44 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/accelerator3d/accelerator3d-0.1.1-r2.ebuild,v 1.6 2015/02/26 20:00:02 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/accelerator3d/accelerator3d-0.1.1-r2.ebuild,v 1.7 2015/03/21 15:10:44 nativemad Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -12,7 +12,7 @@
 
 LICENSE="Artistic"
 SLOT="0"
-KEYWORDS="amd64 ~x86 ~x86-fbsd"
+KEYWORDS="amd64 x86 ~x86-fbsd"
 IUSE=""
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 



1.15                 games-action/accelerator3d/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/accelerator3d/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	26 Feb 2015 20:00:02 -0000	1.14
+++ ChangeLog	21 Mar 2015 15:10:44 -0000	1.15
@@ -1,6 +1,10 @@
 # ChangeLog for games-action/accelerator3d
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/accelerator3d/ChangeLog,v 1.14 2015/02/26 20:00:02 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/accelerator3d/ChangeLog,v 1.15 2015/03/21 15:10:44 nativemad Exp $
+
+  21 Mar 2015; Andreas Schuerch <nativemad@gentoo.org>
+  accelerator3d-0.1.1-r2.ebuild:
+  x86 stable, see bug 505024
 
   26 Feb 2015; Chema Alonso <nimiux@gentoo.org> accelerator3d-0.1.1-r2.ebuild:
   Stable for amd64 wrt bug #505024





^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-03-21 15:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-01  0:00 [gentoo-commits] gentoo-x86 commit in games-action/accelerator3d: accelerator3d-0.1.1-r2.ebuild ChangeLog Michael Sterrett (mr_bones_)
  -- strict thread matches above, loose matches on Subject: below --
2015-03-21 15:10 Andreas Schuerch (nativemad)
2015-02-26 20:00 JosA MarAa Alonso (nimiux)
2015-01-01  0:03 Michael Sterrett (mr_bones_)
2013-12-01 17:32 Julian Ospald (hasufell)
2013-12-01 17:02 Julian Ospald (hasufell)

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