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.30c.ebuild
@ 2011-06-21  1:33 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2011-06-21  1:33 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    11/06/21 01:33:26

  Modified:             ChangeLog
  Added:                singularity-0.30c.ebuild
  Log:
  version bump (bug #372415)
  
  (Portage version: 2.1.9.42/cvs/Linux i686)

Revision  Changes    Path
1.17                 games-simulation/singularity/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/singularity/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/singularity/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/singularity/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/singularity/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	19 Sep 2010 18:22:16 -0000	1.16
+++ ChangeLog	21 Jun 2011 01:33:26 -0000	1.17
@@ -1,6 +1,12 @@
 # ChangeLog for games-simulation/singularity
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/singularity/ChangeLog,v 1.16 2010/09/19 18:22:16 hwoarang Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/singularity/ChangeLog,v 1.17 2011/06/21 01:33:26 mr_bones_ Exp $
+
+*singularity-0.30c (21 Jun 2011)
+
+  21 Jun 2011; Michael Sterrett <mr_bones_@gentoo.org>
+  +singularity-0.30c.ebuild:
+  version bump (bug #372415)
 
   19 Sep 2010; Markos Chandras <hwoarang@gentoo.org>
   singularity-0.30b.ebuild:



1.1                  games-simulation/singularity/singularity-0.30c.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/singularity/singularity-0.30c.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/singularity/singularity-0.30c.ebuild?rev=1.1&content-type=text/plain

Index: singularity-0.30c.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-simulation/singularity/singularity-0.30c.ebuild,v 1.1 2011/06/21 01:33:26 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://endgame-singularity.googlecode.com/files/${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
	media-libs/sdl-mixer[vorbis]"
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] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-simulation/singularity: ChangeLog singularity-0.30c.ebuild
@ 2015-02-19  1:27 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2015-02-19  1:27 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    15/02/19 01:27:34

  Modified:             ChangeLog
  Removed:              singularity-0.30c.ebuild
  Log:
  old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.29                 games-simulation/singularity/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/singularity/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/singularity/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/singularity/ChangeLog?r1=1.28&r2=1.29

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/singularity/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	10 Feb 2015 10:04:21 -0000	1.28
+++ ChangeLog	19 Feb 2015 01:27:34 -0000	1.29
@@ -1,6 +1,10 @@
 # ChangeLog for games-simulation/singularity
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/singularity/ChangeLog,v 1.28 2015/02/10 10:04:21 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/singularity/ChangeLog,v 1.29 2015/02/19 01:27:34 mr_bones_ Exp $
+
+  19 Feb 2015; Michael Sterrett <mr_bones_@gentoo.org>
+  -singularity-0.30c.ebuild:
+  old
 
   10 Feb 2015; Agostino Sarubbo <ago@gentoo.org> singularity-0.30c-r1.ebuild:
   Stable for x86, wrt bug #538900





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

end of thread, other threads:[~2015-02-19  1:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-19  1:27 [gentoo-commits] gentoo-x86 commit in games-simulation/singularity: ChangeLog singularity-0.30c.ebuild Michael Sterrett (mr_bones_)
  -- strict thread matches above, loose matches on Subject: below --
2011-06-21  1:33 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