* [gentoo-commits] gentoo-x86 commit in games-action/btanks: btanks-0.8.7686.ebuild
@ 2009-03-27 15:29 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 3+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2009-03-27 15:29 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 09/03/27 15:29:09
Modified: btanks-0.8.7686.ebuild
Log:
touchups
(Portage version: 2.1.6.7/cvs/Linux i686)
Revision Changes Path
1.4 games-action/btanks/btanks-0.8.7686.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/btanks/btanks-0.8.7686.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/btanks/btanks-0.8.7686.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/btanks/btanks-0.8.7686.ebuild?r1=1.3&r2=1.4
Index: btanks-0.8.7686.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/btanks/btanks-0.8.7686.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- btanks-0.8.7686.ebuild 23 Jan 2009 07:26:17 -0000 1.3
+++ btanks-0.8.7686.ebuild 27 Mar 2009 15:29:09 -0000 1.4
@@ -1,9 +1,9 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/btanks/btanks-0.8.7686.ebuild,v 1.3 2009/01/23 07:26:17 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/btanks/btanks-0.8.7686.ebuild,v 1.4 2009/03/27 15:29:09 mr_bones_ Exp $
EAPI=2
-inherit eutils toolchain-funcs games
+inherit eutils games
DESCRIPTION="Fast 2D tank arcade game with multiplayer and split-screen modes"
HOMEPAGE="http://btanks.sourceforge.net/"
@@ -19,6 +19,7 @@
media-libs/libvorbis
virtual/opengl
dev-libs/expat
+ sys-libs/zlib
media-libs/smpeg
media-libs/sdl-image[jpeg,png]"
DEPEND="${RDEPEND}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-action/btanks: btanks-0.8.7686.ebuild
@ 2009-05-30 6:39 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 3+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2009-05-30 6:39 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 09/05/30 06:39:49
Modified: btanks-0.8.7686.ebuild
Log:
only use the -j part of MAKEOPTS
(Portage version: 2.1.6.11/cvs/Linux i686)
Revision Changes Path
1.9 games-action/btanks/btanks-0.8.7686.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/btanks/btanks-0.8.7686.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/btanks/btanks-0.8.7686.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/btanks/btanks-0.8.7686.ebuild?r1=1.8&r2=1.9
Index: btanks-0.8.7686.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/btanks/btanks-0.8.7686.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- btanks-0.8.7686.ebuild 23 May 2009 22:09:59 -0000 1.8
+++ btanks-0.8.7686.ebuild 30 May 2009 06:39:49 -0000 1.9
@@ -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/btanks/btanks-0.8.7686.ebuild,v 1.8 2009/05/23 22:09:59 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/btanks/btanks-0.8.7686.ebuild,v 1.9 2009/05/30 06:39:49 mr_bones_ Exp $
EAPI=2
inherit eutils games
@@ -32,7 +32,7 @@
}
src_compile() {
- local sconsopts=$(echo "${MAKEOPTS}" | sed -e "s/.*\(-j[0-9]\+\).*/\1/")
+ local sconsopts=$(echo "${MAKEOPTS}" | sed -ne "/-j/ { s/.*\(-j[0-9]\+\).*/\1/; p }")
scons \
${sconsopts} \
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-action/btanks: btanks-0.8.7686.ebuild
@ 2009-11-23 1:37 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 3+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2009-11-23 1:37 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 09/11/23 01:37:57
Modified: btanks-0.8.7686.ebuild
Log:
just pass -j to scons from MAKEOPTS
(Portage version: 2.1.6.13/cvs/Linux i686)
Revision Changes Path
1.10 games-action/btanks/btanks-0.8.7686.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/btanks/btanks-0.8.7686.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/btanks/btanks-0.8.7686.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/btanks/btanks-0.8.7686.ebuild?r1=1.9&r2=1.10
Index: btanks-0.8.7686.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/btanks/btanks-0.8.7686.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- btanks-0.8.7686.ebuild 30 May 2009 06:39:49 -0000 1.9
+++ btanks-0.8.7686.ebuild 23 Nov 2009 01:37:57 -0000 1.10
@@ -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/btanks/btanks-0.8.7686.ebuild,v 1.9 2009/05/30 06:39:49 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/btanks/btanks-0.8.7686.ebuild,v 1.10 2009/11/23 01:37:57 mr_bones_ Exp $
EAPI=2
inherit eutils games
@@ -32,7 +32,7 @@
}
src_compile() {
- local sconsopts=$(echo "${MAKEOPTS}" | sed -ne "/-j/ { s/.*\(-j[0-9]\+\).*/\1/; p }")
+ local sconsopts=$(echo "${MAKEOPTS}" | sed -ne "/-j/ { s/.*\(-j[[:space:]]*[0-9]\+\).*/\1/; p }")
scons \
${sconsopts} \
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-11-23 1:38 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-27 15:29 [gentoo-commits] gentoo-x86 commit in games-action/btanks: btanks-0.8.7686.ebuild Michael Sterrett (mr_bones_)
-- strict thread matches above, loose matches on Subject: below --
2009-05-30 6:39 Michael Sterrett (mr_bones_)
2009-11-23 1:37 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