public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-simulation/singularity: ChangeLog singularity-0.26a.ebuild
@ 2007-10-02  6:46 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 2+ messages in thread
From: Alfredo Tupone (tupone) @ 2007-10-02  6:46 UTC (permalink / raw
  To: gentoo-commits

tupone      07/10/02 06:46:58

  Modified:             ChangeLog
  Added:                singularity-0.26a.ebuild
  Log:
  Version bump to 0.26a . Bug #193279
  (Portage version: 2.1.3.9)

Revision  Changes    Path
1.4                  games-simulation/singularity/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/singularity/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	8 Oct 2006 19:52:54 -0000	1.3
+++ ChangeLog	2 Oct 2007 06:46:57 -0000	1.4
@@ -1,6 +1,11 @@
 # ChangeLog for games-simulation/singularity
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/singularity/ChangeLog,v 1.3 2006/10/08 19:52:54 blubb Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/singularity/ChangeLog,v 1.4 2007/10/02 06:46:57 tupone Exp $
+
+*singularity-0.26a (02 Oct 2007)
+
+  02 Oct 2007; Tupone Alfredo <tupone@gentoo.org> +singularity-0.26a.ebuild:
+  Version bump to 0.26a . Bug #193279 by Arne Babenhauserheide
 
   08 Oct 2006; Simon Stelling <blubb@gentoo.org> singularity-0.25.ebuild:
   added ~amd64



1.1                  games-simulation/singularity/singularity-0.26a.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/singularity/singularity-0.26a.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/singularity/singularity-0.26a.ebuild?rev=1.1&content-type=text/plain

Index: singularity-0.26a.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-simulation/singularity/singularity-0.26a.ebuild,v 1.1 2007/10/02 06:46:57 tupone Exp $

inherit games

MUSIC=endgame-${PN}-music-001

DESCRIPTION="A simulation of a true AI. Go from computer to computer, pursued by the entire world. Keep hidden, and you might have a chance."
HOMEPAGE="http://www.emhsoft.com/singularity/"
SRC_URI="http://www.emhsoft.com/singularity/${PN}_${PV}.tar.gz
	http://www.emhsoft.com/singularity/${MUSIC}.zip"

LICENSE="GPL-2 CCPL-Attribution-ShareAlike-2.5"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="dev-python/pygame"
DEPEND="${RDEPEND}
	app-arch/unzip"

src_unpack() {
	unpack ${A}
	cd "${S}"

	rm code/*.pyc data/*.html # Remove unecessary files
}

src_install() {
	insinto "${GAMES_DATADIR}/${PN}"
	doins -r code data ../${MUSIC}/music || die "doins failed"
	games_make_wrapper singularity "python ./singularity.py" "${GAMES_DATADIR}/${PN}/code"
	dodoc README.txt TODO Changelog AUTHORS
	prepgamesdirs
}



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in games-simulation/singularity: ChangeLog singularity-0.26a.ebuild
@ 2007-10-14  7:26 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2007-10-14  7:26 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    07/10/14 07:26:57

  Modified:             ChangeLog singularity-0.26a.ebuild
  Log:
  make music optional at upstream request (bug #195447)
  (Portage version: 2.1.3.9)

Revision  Changes    Path
1.5                  games-simulation/singularity/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/singularity/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	2 Oct 2007 06:46:57 -0000	1.4
+++ ChangeLog	14 Oct 2007 07:26:57 -0000	1.5
@@ -1,6 +1,10 @@
 # ChangeLog for games-simulation/singularity
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/singularity/ChangeLog,v 1.4 2007/10/02 06:46:57 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/singularity/ChangeLog,v 1.5 2007/10/14 07:26:57 mr_bones_ Exp $
+
+  14 Oct 2007; Michael Sterrett <mr_bones_@gentoo.org>
+  +files/singularity-0.26a-musicdir.patch, singularity-0.26a.ebuild:
+  make music optional at upstream request (bug #195447)
 
 *singularity-0.26a (02 Oct 2007)
 



1.2                  games-simulation/singularity/singularity-0.26a.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/singularity/singularity-0.26a.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/singularity/singularity-0.26a.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/singularity/singularity-0.26a.ebuild?r1=1.1&r2=1.2

Index: singularity-0.26a.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/singularity/singularity-0.26a.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- singularity-0.26a.ebuild	2 Oct 2007 06:46:57 -0000	1.1
+++ singularity-0.26a.ebuild	14 Oct 2007 07:26:57 -0000	1.2
@@ -1,20 +1,20 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/singularity/singularity-0.26a.ebuild,v 1.1 2007/10/02 06:46:57 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/singularity/singularity-0.26a.ebuild,v 1.2 2007/10/14 07:26:57 mr_bones_ Exp $
 
-inherit games
+inherit eutils games
 
 MUSIC=endgame-${PN}-music-001
 
 DESCRIPTION="A simulation of a true AI. Go from computer to computer, pursued by the entire world. Keep hidden, and you might have a chance."
 HOMEPAGE="http://www.emhsoft.com/singularity/"
 SRC_URI="http://www.emhsoft.com/singularity/${PN}_${PV}.tar.gz
-	http://www.emhsoft.com/singularity/${MUSIC}.zip"
+	music? ( http://www.emhsoft.com/singularity/${MUSIC}.zip )"
 
 LICENSE="GPL-2 CCPL-Attribution-ShareAlike-2.5"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
+IUSE="music"
 
 RDEPEND="dev-python/pygame"
 DEPEND="${RDEPEND}
@@ -25,11 +25,15 @@
 	cd "${S}"
 
 	rm code/*.pyc data/*.html # Remove unecessary files
+	epatch "${FILESDIR}/${P}-musicdir.patch"
 }
 
 src_install() {
 	insinto "${GAMES_DATADIR}/${PN}"
-	doins -r code data ../${MUSIC}/music || die "doins failed"
+	doins -r code data || die "doins failed"
+	if use music ; then
+		doins -r ../${MUSIC}/music || die "doins failed"
+	fi
 	games_make_wrapper singularity "python ./singularity.py" "${GAMES_DATADIR}/${PN}/code"
 	dodoc README.txt TODO Changelog AUTHORS
 	prepgamesdirs



-- 
gentoo-commits@gentoo.org mailing list



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

end of thread, other threads:[~2007-10-14  7:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-14  7:26 [gentoo-commits] gentoo-x86 commit in games-simulation/singularity: ChangeLog singularity-0.26a.ebuild Michael Sterrett (mr_bones_)
  -- strict thread matches above, loose matches on Subject: below --
2007-10-02  6:46 Alfredo Tupone (tupone)

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