public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-action/accelerator3d: ChangeLog accelerator3d-0.1.1.ebuild
@ 2009-06-30  3:53 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2009-06-30  3:53 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    09/06/30 03:53:52

  Modified:             ChangeLog accelerator3d-0.1.1.ebuild
  Log:
  EAPI=2
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.4                  games-action/accelerator3d/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/accelerator3d/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	28 Jul 2006 20:46:44 -0000	1.3
+++ ChangeLog	30 Jun 2009 03:53:52 -0000	1.4
@@ -1,6 +1,10 @@
 # ChangeLog for games-action/accelerator3d
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/accelerator3d/ChangeLog,v 1.3 2006/07/28 20:46:44 the_paya Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/accelerator3d/ChangeLog,v 1.4 2009/06/30 03:53:52 mr_bones_ Exp $
+
+  30 Jun 2009; Michael Sterrett <mr_bones_@gentoo.org>
+  accelerator3d-0.1.1.ebuild:
+  EAPI=2
 
   28 Jul 2006; Javier Villavicencio <the_paya@gentoo.org>
   accelerator3d-0.1.1.ebuild:



1.4                  games-action/accelerator3d/accelerator3d-0.1.1.ebuild

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

Index: accelerator3d-0.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/accelerator3d/accelerator3d-0.1.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- accelerator3d-0.1.1.ebuild	18 Oct 2006 01:40:23 -0000	1.3
+++ accelerator3d-0.1.1.ebuild	30 Jun 2009 03:53:52 -0000	1.4
@@ -1,7 +1,8 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2009 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.ebuild,v 1.3 2006/10/18 01:40:23 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/accelerator3d/accelerator3d-0.1.1.ebuild,v 1.4 2009/06/30 03:53:52 mr_bones_ Exp $
 
+EAPI=2
 inherit eutils games
 
 DESCRIPTION="Fast-paced, 3D, first-person shoot/dodge-'em-up, in the vain of Tempest or n2o"
@@ -20,9 +21,7 @@
 
 S=${WORKDIR}/${PN}
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
+src_prepare() {
 	epatch "${FILESDIR}"/${P}-gentoo-paths.patch
 	sed -i \
 		-e "s:@GENTOO_DATADIR@:${GAMES_DATADIR}/${PN}:" \
@@ -30,10 +29,9 @@
 }
 
 src_install() {
-	newgamesbin accelerator.py accelerator || die "gamesbin"
+	newgamesbin accelerator.py accelerator || die "newgamesbin failed"
 	insinto "${GAMES_DATADIR}"/${PN}
-	doins gfx/* || die "doins gfx"
-	doins snd/* || die "doins snd"
+	doins gfx/* snd/* || die "doins failed"
 	dodoc CHANGELOG README
 	prepgamesdirs
 }






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

* [gentoo-commits] gentoo-x86 commit in games-action/accelerator3d: ChangeLog accelerator3d-0.1.1.ebuild
@ 2009-12-09 22:32 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 2+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-12-09 22:32 UTC (permalink / raw
  To: gentoo-commits

fauli       09/12/09 22:32:01

  Modified:             ChangeLog accelerator3d-0.1.1.ebuild
  Log:
  stable x86, bug 294143
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.5                  games-action/accelerator3d/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/accelerator3d/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	30 Jun 2009 03:53:52 -0000	1.4
+++ ChangeLog	9 Dec 2009 22:32:01 -0000	1.5
@@ -1,6 +1,10 @@
 # ChangeLog for games-action/accelerator3d
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/accelerator3d/ChangeLog,v 1.4 2009/06/30 03:53:52 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/accelerator3d/ChangeLog,v 1.5 2009/12/09 22:32:01 fauli Exp $
+
+  09 Dec 2009; Christian Faulhammer <fauli@gentoo.org>
+  accelerator3d-0.1.1.ebuild:
+  stable x86, bug 294143
 
   30 Jun 2009; Michael Sterrett <mr_bones_@gentoo.org>
   accelerator3d-0.1.1.ebuild:



1.5                  games-action/accelerator3d/accelerator3d-0.1.1.ebuild

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

Index: accelerator3d-0.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/accelerator3d/accelerator3d-0.1.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- accelerator3d-0.1.1.ebuild	30 Jun 2009 03:53:52 -0000	1.4
+++ accelerator3d-0.1.1.ebuild	9 Dec 2009 22:32:01 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 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.ebuild,v 1.4 2009/06/30 03:53:52 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/accelerator3d/accelerator3d-0.1.1.ebuild,v 1.5 2009/12/09 22:32:01 fauli Exp $
 
 EAPI=2
 inherit eutils games
@@ -11,7 +11,7 @@
 
 LICENSE="Artistic"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND="dev-python/pyode






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

end of thread, other threads:[~2009-12-09 22:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-30  3:53 [gentoo-commits] gentoo-x86 commit in games-action/accelerator3d: ChangeLog accelerator3d-0.1.1.ebuild Michael Sterrett (mr_bones_)
  -- strict thread matches above, loose matches on Subject: below --
2009-12-09 22:32 Christian Faulhammer (fauli)

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