* [gentoo-commits] gentoo-x86 commit in games-simulation/singularity: singularity-0.30.ebuild ChangeLog
@ 2009-01-30 5:05 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 3+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2009-01-30 5:05 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 09/01/30 05:05:30
Modified: ChangeLog
Added: singularity-0.30.ebuild
Log:
version bump - ebuild submitted by Sergey Zasenko via bug #256780
(Portage version: 2.1.6.4/cvs/Linux 2.6.28.1 i686)
Revision Changes Path
1.10 games-simulation/singularity/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/singularity/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/singularity/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/singularity/ChangeLog?r1=1.9&r2=1.10
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/singularity/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog 20 Jun 2008 18:06:57 -0000 1.9
+++ ChangeLog 30 Jan 2009 05:05:30 -0000 1.10
@@ -1,6 +1,12 @@
# ChangeLog for games-simulation/singularity
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/singularity/ChangeLog,v 1.9 2008/06/20 18:06:57 mr_bones_ Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/singularity/ChangeLog,v 1.10 2009/01/30 05:05:30 mr_bones_ Exp $
+
+*singularity-0.30 (30 Jan 2009)
+
+ 30 Jan 2009; Michael Sterrett <mr_bones_@gentoo.org>
+ +singularity-0.30.ebuild:
+ version bump - ebuild submitted by Sergey Zasenko via bug #256780
20 Jun 2008; Michael Sterrett <mr_bones_@gentoo.org>
singularity-0.28a.ebuild:
1.1 games-simulation/singularity/singularity-0.30.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/singularity/singularity-0.30.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/singularity/singularity-0.30.ebuild?rev=1.1&content-type=text/plain
Index: singularity-0.30.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-simulation/singularity/singularity-0.30.ebuild,v 1.1 2009/01/30 05:05:30 mr_bones_ Exp $
EAPI=2
inherit eutils games
MUSIC=endgame-${PN}-music-006
DESCRIPTION="A simulation of a true AI. Go from computer to computer, pursued by the entire world"
HOMEPAGE="http://www.emhsoft.com/singularity/"
SRC_URI="http://www.emhsoft.com/singularity/${P}-src.tar.gz
music? ( http://endgame-singularity.googlecode.com/files/${MUSIC}.zip )"
LICENSE="GPL-2 CCPL-Attribution-ShareAlike-2.5"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+music"
RDEPEND="dev-python/pygame"
DEPEND="${RDEPEND}
app-arch/unzip"
src_prepare() {
rm -f code/*.pyc data/*.html # Remove unecessary files
}
src_install() {
insinto "${GAMES_DATADIR}/${PN}"
doins -r code data ${PN}.py || die "doins failed"
if use music ; then
doins -r ../${MUSIC}/music || die "doins failed"
fi
games_make_wrapper ${PN} "python ${PN}.py" "${GAMES_DATADIR}/${PN}"
dodoc README.txt TODO Changelog AUTHORS
prepgamesdirs
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-simulation/singularity: singularity-0.30.ebuild ChangeLog
@ 2009-07-15 13:33 Christian Faulhammer (fauli)
0 siblings, 0 replies; 3+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-07-15 13:33 UTC (permalink / raw
To: gentoo-commits
fauli 09/07/15 13:33:25
Modified: singularity-0.30.ebuild ChangeLog
Log:
stable x86, bug 277882
(Portage version: 2.1.6.13/cvs/Linux i686)
Revision Changes Path
1.2 games-simulation/singularity/singularity-0.30.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/singularity/singularity-0.30.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/singularity/singularity-0.30.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/singularity/singularity-0.30.ebuild?r1=1.1&r2=1.2
Index: singularity-0.30.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/singularity/singularity-0.30.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- singularity-0.30.ebuild 30 Jan 2009 05:05:30 -0000 1.1
+++ singularity-0.30.ebuild 15 Jul 2009 13:33:25 -0000 1.2
@@ -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-simulation/singularity/singularity-0.30.ebuild,v 1.1 2009/01/30 05:05:30 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/singularity/singularity-0.30.ebuild,v 1.2 2009/07/15 13:33:25 fauli Exp $
EAPI=2
inherit eutils games
@@ -13,7 +13,7 @@
LICENSE="GPL-2 CCPL-Attribution-ShareAlike-2.5"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
IUSE="+music"
RDEPEND="dev-python/pygame"
1.11 games-simulation/singularity/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/singularity/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/singularity/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/singularity/ChangeLog?r1=1.10&r2=1.11
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/singularity/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog 30 Jan 2009 05:05:30 -0000 1.10
+++ ChangeLog 15 Jul 2009 13:33:25 -0000 1.11
@@ -1,6 +1,10 @@
# ChangeLog for games-simulation/singularity
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/singularity/ChangeLog,v 1.10 2009/01/30 05:05:30 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/singularity/ChangeLog,v 1.11 2009/07/15 13:33:25 fauli Exp $
+
+ 15 Jul 2009; Christian Faulhammer <fauli@gentoo.org>
+ singularity-0.30.ebuild:
+ stable x86, bug 277882
*singularity-0.30 (30 Jan 2009)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-simulation/singularity: singularity-0.30.ebuild ChangeLog
@ 2009-08-02 0:06 Tony Vroon (chainsaw)
0 siblings, 0 replies; 3+ messages in thread
From: Tony Vroon (chainsaw) @ 2009-08-02 0:06 UTC (permalink / raw
To: gentoo-commits
chainsaw 09/08/02 00:06:45
Modified: singularity-0.30.ebuild ChangeLog
Log:
Marked stable on AMD64 as requested by Michael "Mr. Bones" Sterrett <mr_bones_@gentoo.org> in bug #277882. Watched game intro sequence and confirmed buttons are functional on a dual hex-core Opteron with USE="music".
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Revision Changes Path
1.3 games-simulation/singularity/singularity-0.30.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/singularity/singularity-0.30.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/singularity/singularity-0.30.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/singularity/singularity-0.30.ebuild?r1=1.2&r2=1.3
Index: singularity-0.30.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/singularity/singularity-0.30.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- singularity-0.30.ebuild 15 Jul 2009 13:33:25 -0000 1.2
+++ singularity-0.30.ebuild 2 Aug 2009 00:06:45 -0000 1.3
@@ -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-simulation/singularity/singularity-0.30.ebuild,v 1.2 2009/07/15 13:33:25 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/singularity/singularity-0.30.ebuild,v 1.3 2009/08/02 00:06:45 chainsaw Exp $
EAPI=2
inherit eutils games
@@ -13,7 +13,7 @@
LICENSE="GPL-2 CCPL-Attribution-ShareAlike-2.5"
SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
IUSE="+music"
RDEPEND="dev-python/pygame"
1.12 games-simulation/singularity/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/singularity/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/singularity/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/singularity/ChangeLog?r1=1.11&r2=1.12
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/singularity/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog 15 Jul 2009 13:33:25 -0000 1.11
+++ ChangeLog 2 Aug 2009 00:06:45 -0000 1.12
@@ -1,6 +1,12 @@
# ChangeLog for games-simulation/singularity
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/singularity/ChangeLog,v 1.11 2009/07/15 13:33:25 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/singularity/ChangeLog,v 1.12 2009/08/02 00:06:45 chainsaw Exp $
+
+ 02 Aug 2009; <chainsaw@gentoo.org> singularity-0.30.ebuild:
+ Marked stable on AMD64 as requested by Michael "Mr. Bones" Sterrett
+ <mr_bones_@gentoo.org> in bug #277882. Watched game intro sequence and
+ confirmed buttons are functional on a dual hex-core Opteron with
+ USE="music".
15 Jul 2009; Christian Faulhammer <fauli@gentoo.org>
singularity-0.30.ebuild:
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-08-02 0:06 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-02 0:06 [gentoo-commits] gentoo-x86 commit in games-simulation/singularity: singularity-0.30.ebuild ChangeLog Tony Vroon (chainsaw)
-- strict thread matches above, loose matches on Subject: below --
2009-07-15 13:33 Christian Faulhammer (fauli)
2009-01-30 5:05 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