Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-simulation/singularity: ChangeLog singularity-0.28a.ebuild
Date: Mon, 26 May 2008 21:31:30
Message-Id: E1K0kHv-0005R2-15@stork.gentoo.org
1 mr_bones_ 08/05/26 21:31:27
2
3 Modified: ChangeLog
4 Added: singularity-0.28a.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.8 games-simulation/singularity/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/singularity/ChangeLog?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/singularity/ChangeLog?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/singularity/ChangeLog?r1=1.7&r2=1.8
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-simulation/singularity/ChangeLog,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- ChangeLog 18 Apr 2008 19:25:01 -0000 1.7
23 +++ ChangeLog 26 May 2008 21:31:26 -0000 1.8
24 @@ -1,6 +1,12 @@
25 # ChangeLog for games-simulation/singularity
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/singularity/ChangeLog,v 1.7 2008/04/18 19:25:01 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/singularity/ChangeLog,v 1.8 2008/05/26 21:31:26 mr_bones_ Exp $
29 +
30 +*singularity-0.28a (26 May 2008)
31 +
32 + 26 May 2008; Michael Sterrett <mr_bones_@g.o>
33 + +singularity-0.28a.ebuild:
34 + version bump
35
36 *singularity-0.27 (18 Apr 2008)
37
38
39
40
41 1.1 games-simulation/singularity/singularity-0.28a.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/singularity/singularity-0.28a.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/singularity/singularity-0.28a.ebuild?rev=1.1&content-type=text/plain
45
46 Index: singularity-0.28a.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/games-simulation/singularity/singularity-0.28a.ebuild,v 1.1 2008/05/26 21:31:26 mr_bones_ Exp $
51
52 inherit eutils games
53
54 MUSIC=endgame-${PN}-music-005
55
56 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."
57 HOMEPAGE="http://www.emhsoft.com/singularity/"
58 SRC_URI="http://www.emhsoft.com/singularity/${P}-src.tar.gz
59 music? ( http://endgame-singularity.googlecode.com/files/${MUSIC}.zip )"
60
61 LICENSE="GPL-2 CCPL-Attribution-ShareAlike-2.5"
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64 IUSE="music"
65
66 RDEPEND="dev-python/pygame"
67 DEPEND="${RDEPEND}
68 app-arch/unzip"
69
70 src_unpack() {
71 unpack ${A}
72 cd "${S}"
73
74 rm -f code/*.pyc data/*.html # Remove unecessary files
75 }
76
77 src_install() {
78 insinto "${GAMES_DATADIR}/${PN}"
79 doins -r code data || die "doins failed"
80 if use music ; then
81 doins -r ../${MUSIC}/music || die "doins failed"
82 fi
83 games_make_wrapper singularity "python ./singularity.py" "${GAMES_DATADIR}/${PN}/code"
84 dodoc README.txt TODO Changelog AUTHORS
85 prepgamesdirs
86 }
87
88
89
90 --
91 gentoo-commits@l.g.o mailing list