* [gentoo-commits] gentoo-x86 commit in games-action/xshipwars: xshipwars-2.5.5.ebuild ChangeLog
@ 2009-11-06 20:43 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 5+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2009-11-06 20:43 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 09/11/06 20:43:52
Modified: xshipwars-2.5.5.ebuild ChangeLog
Log:
EAPI=2; update HOMEPAGE
(Portage version: 2.1.6.13/cvs/Linux i686)
Revision Changes Path
1.10 games-action/xshipwars/xshipwars-2.5.5.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/xshipwars/xshipwars-2.5.5.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/xshipwars/xshipwars-2.5.5.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/xshipwars/xshipwars-2.5.5.ebuild?r1=1.9&r2=1.10
Index: xshipwars-2.5.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/xshipwars/xshipwars-2.5.5.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- xshipwars-2.5.5.ebuild 4 Nov 2009 17:12:52 -0000 1.9
+++ xshipwars-2.5.5.ebuild 6 Nov 2009 20:43:51 -0000 1.10
@@ -1,12 +1,13 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/xshipwars/xshipwars-2.5.5.ebuild,v 1.9 2009/11/04 17:12:52 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/xshipwars/xshipwars-2.5.5.ebuild,v 1.10 2009/11/06 20:43:51 mr_bones_ Exp $
-inherit toolchain-funcs eutils games
+EAPI=2
+inherit eutils games
MY_P=xsw-${PV}
DESCRIPTION="massively multi-player, ultra graphical, space-oriented gaming system designed for network play"
-HOMEPAGE="http://wolfpack.twu.net/ShipWars/XShipWars/"
+HOMEPAGE="http://wolfsinger.com/~wolfpack/XShipWars/"
SRC_URI="http://wolfpack.twu.net/users/wolfpack/${MY_P}.tar.bz2
http://wolfpack.twu.net/users/wolfpack/xsw-data-${PV}.tar.bz2
http://wolfpack.twu.net/users/wolfpack/stimages-1.11.1.tar.bz2
@@ -26,11 +27,10 @@
S=${WORKDIR}/${MY_P}
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-build.patch
- epatch "${WORKDIR}"/${P}-64bit.patch
+src_prepare() {
+ epatch \
+ "${FILESDIR}"/${P}-build.patch \
+ "${WORKDIR}"/${P}-64bit.patch
sed -i \
-e "/^BINDIR/s:=.*:=${GAMES_BINDIR}:" \
-e "/^DATADIR/s:=.*:=${GAMES_DATADIR}:" \
@@ -40,6 +40,10 @@
client/xsw.h || die "sed on xsw.h failed"
}
+src_configure() {
+ :
+}
+
src_compile() {
local myconf=" \
--disable-arch-i486 \
1.24 games-action/xshipwars/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/xshipwars/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/xshipwars/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/xshipwars/ChangeLog?r1=1.23&r2=1.24
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/xshipwars/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog 4 Nov 2009 17:12:53 -0000 1.23
+++ ChangeLog 6 Nov 2009 20:43:51 -0000 1.24
@@ -1,6 +1,10 @@
# ChangeLog for games-action/xshipwars
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/xshipwars/ChangeLog,v 1.23 2009/11/04 17:12:53 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/xshipwars/ChangeLog,v 1.24 2009/11/06 20:43:51 mr_bones_ Exp $
+
+ 06 Nov 2009; Michael Sterrett <mr_bones_@gentoo.org>
+ xshipwars-2.5.5.ebuild:
+ EAPI=2; update HOMEPAGE
04 Nov 2009; Michael Sterrett <mr_bones_@gentoo.org>
xshipwars-2.5.5.ebuild:
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-action/xshipwars: xshipwars-2.5.5.ebuild ChangeLog
@ 2009-11-04 17:12 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 5+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2009-11-04 17:12 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 09/11/04 17:12:53
Modified: xshipwars-2.5.5.ebuild ChangeLog
Log:
esd is deprecated
(Portage version: 2.1.6.13/cvs/Linux i686)
Revision Changes Path
1.9 games-action/xshipwars/xshipwars-2.5.5.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/xshipwars/xshipwars-2.5.5.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/xshipwars/xshipwars-2.5.5.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/xshipwars/xshipwars-2.5.5.ebuild?r1=1.8&r2=1.9
Index: xshipwars-2.5.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/xshipwars/xshipwars-2.5.5.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- xshipwars-2.5.5.ebuild 30 Nov 2008 08:01:23 -0000 1.8
+++ xshipwars-2.5.5.ebuild 4 Nov 2009 17:12:52 -0000 1.9
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 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/xshipwars/xshipwars-2.5.5.ebuild,v 1.8 2008/11/30 08:01:23 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/xshipwars/xshipwars-2.5.5.ebuild,v 1.9 2009/11/04 17:12:52 mr_bones_ Exp $
inherit toolchain-funcs eutils games
@@ -16,12 +16,11 @@
LICENSE="GPL-2 xshipwars"
SLOT="0"
KEYWORDS="~amd64 ppc x86"
-IUSE="joystick yiff esd debug"
+IUSE="joystick yiff debug"
RDEPEND="x11-libs/libXpm
joystick? ( media-libs/libjsw )
- yiff? ( media-libs/yiff )
- esd? ( media-sound/esound )"
+ yiff? ( media-libs/yiff )"
DEPEND="${RDEPEND}
x11-proto/xextproto"
@@ -47,12 +46,12 @@
--disable-arch-i586 \
--disable-arch-i686 \
--disable-arch-pentiumpro \
+ --disable-ESounD \
$(use_enable joystick libjsw) \
$(use_enable debug) \
--enable-X11 \
--enable-libXpm \
$(use_enable yiff Y2) \
- $(use_enable esd ESounD) \
"
# xsw uses --{en,dis}able=FEATURE syntax
myconf=${myconf//able-/able=}
1.23 games-action/xshipwars/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/xshipwars/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/xshipwars/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/xshipwars/ChangeLog?r1=1.22&r2=1.23
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/xshipwars/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog 30 Nov 2008 08:01:23 -0000 1.22
+++ ChangeLog 4 Nov 2009 17:12:53 -0000 1.23
@@ -1,6 +1,10 @@
# ChangeLog for games-action/xshipwars
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/xshipwars/ChangeLog,v 1.22 2008/11/30 08:01:23 tupone Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/xshipwars/ChangeLog,v 1.23 2009/11/04 17:12:53 mr_bones_ Exp $
+
+ 04 Nov 2009; Michael Sterrett <mr_bones_@gentoo.org>
+ xshipwars-2.5.5.ebuild:
+ esd is deprecated
30 Nov 2008; Tupone Alfredo <tupone@gentoo.org>
-files/xshipwars-2.5.5-64bit.patch, xshipwars-2.5.5.ebuild:
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-action/xshipwars: xshipwars-2.5.5.ebuild ChangeLog
@ 2008-11-30 8:01 Alfredo Tupone (tupone)
0 siblings, 0 replies; 5+ messages in thread
From: Alfredo Tupone (tupone) @ 2008-11-30 8:01 UTC (permalink / raw
To: gentoo-commits
tupone 08/11/30 08:01:23
Modified: xshipwars-2.5.5.ebuild ChangeLog
Log:
Big file in FILESDIR. Bug #248973
(Portage version: 2.1.4.5)
Revision Changes Path
1.8 games-action/xshipwars/xshipwars-2.5.5.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/xshipwars/xshipwars-2.5.5.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/xshipwars/xshipwars-2.5.5.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/xshipwars/xshipwars-2.5.5.ebuild?r1=1.7&r2=1.8
Index: xshipwars-2.5.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/xshipwars/xshipwars-2.5.5.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- xshipwars-2.5.5.ebuild 7 Mar 2008 23:57:49 -0000 1.7
+++ xshipwars-2.5.5.ebuild 30 Nov 2008 08:01:23 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/xshipwars/xshipwars-2.5.5.ebuild,v 1.7 2008/03/07 23:57:49 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/xshipwars/xshipwars-2.5.5.ebuild,v 1.8 2008/11/30 08:01:23 tupone Exp $
inherit toolchain-funcs eutils games
@@ -10,7 +10,8 @@
SRC_URI="http://wolfpack.twu.net/users/wolfpack/${MY_P}.tar.bz2
http://wolfpack.twu.net/users/wolfpack/xsw-data-${PV}.tar.bz2
http://wolfpack.twu.net/users/wolfpack/stimages-1.11.1.tar.bz2
- http://wolfpack.twu.net/users/wolfpack/stsounds-1.6.4.tar.bz2"
+ http://wolfpack.twu.net/users/wolfpack/stsounds-1.6.4.tar.bz2
+ mirror://gentoo/${P}-64bit.patch.gz"
LICENSE="GPL-2 xshipwars"
SLOT="0"
@@ -30,7 +31,7 @@
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${P}-build.patch
- epatch "${FILESDIR}"/${P}-64bit.patch
+ epatch "${WORKDIR}"/${P}-64bit.patch
sed -i \
-e "/^BINDIR/s:=.*:=${GAMES_BINDIR}:" \
-e "/^DATADIR/s:=.*:=${GAMES_DATADIR}:" \
1.22 games-action/xshipwars/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/xshipwars/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/xshipwars/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/xshipwars/ChangeLog?r1=1.21&r2=1.22
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/xshipwars/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog 7 Mar 2008 23:57:49 -0000 1.21
+++ ChangeLog 30 Nov 2008 08:01:23 -0000 1.22
@@ -1,6 +1,10 @@
# ChangeLog for games-action/xshipwars
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/xshipwars/ChangeLog,v 1.21 2008/03/07 23:57:49 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/xshipwars/ChangeLog,v 1.22 2008/11/30 08:01:23 tupone Exp $
+
+ 30 Nov 2008; Tupone Alfredo <tupone@gentoo.org>
+ -files/xshipwars-2.5.5-64bit.patch, xshipwars-2.5.5.ebuild:
+ Big file in FILESDIR. Bug #248973 by <flameeyes@gentoo.org>
07 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org>
xshipwars-2.5.5.ebuild:
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-action/xshipwars: xshipwars-2.5.5.ebuild ChangeLog
@ 2008-03-07 23:57 Chris Gianelloni (wolf31o2)
0 siblings, 0 replies; 5+ messages in thread
From: Chris Gianelloni (wolf31o2) @ 2008-03-07 23:57 UTC (permalink / raw
To: gentoo-commits
wolf31o2 08/03/07 23:57:50
Modified: xshipwars-2.5.5.ebuild ChangeLog
Log:
QA cleanup: Fix quoting.
(Portage version: 2.1.4.4)
Revision Changes Path
1.7 games-action/xshipwars/xshipwars-2.5.5.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/xshipwars/xshipwars-2.5.5.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/xshipwars/xshipwars-2.5.5.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/xshipwars/xshipwars-2.5.5.ebuild?r1=1.6&r2=1.7
Index: xshipwars-2.5.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/xshipwars/xshipwars-2.5.5.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xshipwars-2.5.5.ebuild 6 Mar 2008 03:51:39 -0000 1.6
+++ xshipwars-2.5.5.ebuild 7 Mar 2008 23:57:49 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/xshipwars/xshipwars-2.5.5.ebuild,v 1.6 2008/03/06 03:51:39 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/xshipwars/xshipwars-2.5.5.ebuild,v 1.7 2008/03/07 23:57:49 wolf31o2 Exp $
inherit toolchain-funcs eutils games
@@ -58,7 +58,7 @@
local x
for x in client monitor unvedit ; do #server
- ./configure.${x} Linux --prefix=${GAMES_PREFIX} ${myconf} || die "configure ${x}"
+ ./configure.${x} Linux --prefix="${GAMES_PREFIX}" ${myconf} || die "configure ${x}"
emake -j1 -f Makefile.${x} all || die "build ${x}"
done
}
1.21 games-action/xshipwars/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/xshipwars/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/xshipwars/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/xshipwars/ChangeLog?r1=1.20&r2=1.21
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/xshipwars/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog 6 Mar 2008 03:51:39 -0000 1.20
+++ ChangeLog 7 Mar 2008 23:57:49 -0000 1.21
@@ -1,6 +1,10 @@
# ChangeLog for games-action/xshipwars
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/xshipwars/ChangeLog,v 1.20 2008/03/06 03:51:39 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/xshipwars/ChangeLog,v 1.21 2008/03/07 23:57:49 wolf31o2 Exp $
+
+ 07 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org>
+ xshipwars-2.5.5.ebuild:
+ QA cleanup: Fix quoting.
06 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org>
xshipwars-2.5.5.ebuild:
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-action/xshipwars: xshipwars-2.5.5.ebuild ChangeLog
@ 2008-03-06 3:51 Chris Gianelloni (wolf31o2)
0 siblings, 0 replies; 5+ messages in thread
From: Chris Gianelloni (wolf31o2) @ 2008-03-06 3:51 UTC (permalink / raw
To: gentoo-commits
wolf31o2 08/03/06 03:51:40
Modified: xshipwars-2.5.5.ebuild ChangeLog
Log:
Shorten DESCRIPTION by removing extraneous text.
(Portage version: 2.1.4.4)
Revision Changes Path
1.6 games-action/xshipwars/xshipwars-2.5.5.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/xshipwars/xshipwars-2.5.5.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/xshipwars/xshipwars-2.5.5.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/xshipwars/xshipwars-2.5.5.ebuild?r1=1.5&r2=1.6
Index: xshipwars-2.5.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/xshipwars/xshipwars-2.5.5.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xshipwars-2.5.5.ebuild 6 Mar 2008 03:45:10 -0000 1.5
+++ xshipwars-2.5.5.ebuild 6 Mar 2008 03:51:39 -0000 1.6
@@ -1,11 +1,11 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/xshipwars/xshipwars-2.5.5.ebuild,v 1.5 2008/03/06 03:45:10 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/xshipwars/xshipwars-2.5.5.ebuild,v 1.6 2008/03/06 03:51:39 wolf31o2 Exp $
inherit toolchain-funcs eutils games
MY_P=xsw-${PV}
-DESCRIPTION="massively multi-player, ultra graphical, space-oriented gaming system designed exclusively for network play"
+DESCRIPTION="massively multi-player, ultra graphical, space-oriented gaming system designed for network play"
HOMEPAGE="http://wolfpack.twu.net/ShipWars/XShipWars/"
SRC_URI="http://wolfpack.twu.net/users/wolfpack/${MY_P}.tar.bz2
http://wolfpack.twu.net/users/wolfpack/xsw-data-${PV}.tar.bz2
1.20 games-action/xshipwars/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/xshipwars/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/xshipwars/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/xshipwars/ChangeLog?r1=1.19&r2=1.20
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/xshipwars/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog 6 Mar 2008 03:45:10 -0000 1.19
+++ ChangeLog 6 Mar 2008 03:51:39 -0000 1.20
@@ -1,6 +1,10 @@
# ChangeLog for games-action/xshipwars
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/xshipwars/ChangeLog,v 1.19 2008/03/06 03:45:10 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/xshipwars/ChangeLog,v 1.20 2008/03/06 03:51:39 wolf31o2 Exp $
+
+ 06 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org>
+ xshipwars-2.5.5.ebuild:
+ Shorten DESCRIPTION by removing extraneous text.
06 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org>
-files/xshipwars-1.34.0-gcc3.patch, -files/xshipwars-1.34.0-gcc33.patch,
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2009-11-06 20:43 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-06 20:43 [gentoo-commits] gentoo-x86 commit in games-action/xshipwars: xshipwars-2.5.5.ebuild ChangeLog Michael Sterrett (mr_bones_)
-- strict thread matches above, loose matches on Subject: below --
2009-11-04 17:12 Michael Sterrett (mr_bones_)
2008-11-30 8:01 Alfredo Tupone (tupone)
2008-03-07 23:57 Chris Gianelloni (wolf31o2)
2008-03-06 3:51 Chris Gianelloni (wolf31o2)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox