Gentoo Archives: gentoo-commits

From: "Alfredo Tupone (tupone)" <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-simulation/singularity: ChangeLog singularity-0.26a.ebuild
Date: Tue, 02 Oct 2007 06:55:58
Message-Id: E1IcbX0-00065q-17@stork.gentoo.org
1 tupone 07/10/02 06:46:58
2
3 Modified: ChangeLog
4 Added: singularity-0.26a.ebuild
5 Log:
6 Version bump to 0.26a . Bug #193279
7 (Portage version: 2.1.3.9)
8
9 Revision Changes Path
10 1.4 games-simulation/singularity/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/singularity/ChangeLog?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/singularity/ChangeLog?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/singularity/ChangeLog?r1=1.3&r2=1.4
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-simulation/singularity/ChangeLog,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- ChangeLog 8 Oct 2006 19:52:54 -0000 1.3
23 +++ ChangeLog 2 Oct 2007 06:46:57 -0000 1.4
24 @@ -1,6 +1,11 @@
25 # ChangeLog for games-simulation/singularity
26 -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/singularity/ChangeLog,v 1.3 2006/10/08 19:52:54 blubb Exp $
28 +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/singularity/ChangeLog,v 1.4 2007/10/02 06:46:57 tupone Exp $
30 +
31 +*singularity-0.26a (02 Oct 2007)
32 +
33 + 02 Oct 2007; Tupone Alfredo <tupone@g.o> +singularity-0.26a.ebuild:
34 + Version bump to 0.26a . Bug #193279 by Arne Babenhauserheide
35
36 08 Oct 2006; Simon Stelling <blubb@g.o> singularity-0.25.ebuild:
37 added ~amd64
38
39
40
41 1.1 games-simulation/singularity/singularity-0.26a.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/singularity/singularity-0.26a.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/singularity/singularity-0.26a.ebuild?rev=1.1&content-type=text/plain
45
46 Index: singularity-0.26a.ebuild
47 ===================================================================
48 # Copyright 1999-2007 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.26a.ebuild,v 1.1 2007/10/02 06:46:57 tupone Exp $
51
52 inherit games
53
54 MUSIC=endgame-${PN}-music-001
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/${PN}_${PV}.tar.gz
59 http://www.emhsoft.com/singularity/${MUSIC}.zip"
60
61 LICENSE="GPL-2 CCPL-Attribution-ShareAlike-2.5"
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64 IUSE=""
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 code/*.pyc data/*.html # Remove unecessary files
75 }
76
77 src_install() {
78 insinto "${GAMES_DATADIR}/${PN}"
79 doins -r code data ../${MUSIC}/music || die "doins failed"
80 games_make_wrapper singularity "python ./singularity.py" "${GAMES_DATADIR}/${PN}/code"
81 dodoc README.txt TODO Changelog AUTHORS
82 prepgamesdirs
83 }
84
85
86
87 --
88 gentoo-commits@g.o mailing list