Gentoo Archives: gentoo-commits

From: "Tristan Heaven (nyhm)" <nyhm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-strategy/glob2: ChangeLog glob2-0.9.1.ebuild
Date: Mon, 10 Sep 2007 00:54:47
Message-Id: E1IUXRQ-00000U-9T@stork.gentoo.org
1 nyhm 07/09/10 00:47:52
2
3 Modified: ChangeLog
4 Added: glob2-0.9.1.ebuild
5 Log:
6 Version bump, bug #191634
7 (Portage version: 2.1.3.9)
8
9 Revision Changes Path
10 1.35 games-strategy/glob2/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/glob2/ChangeLog?rev=1.35&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/glob2/ChangeLog?rev=1.35&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/glob2/ChangeLog?r1=1.34&r2=1.35
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-strategy/glob2/ChangeLog,v
19 retrieving revision 1.34
20 retrieving revision 1.35
21 diff -u -r1.34 -r1.35
22 --- ChangeLog 19 Apr 2007 08:05:07 -0000 1.34
23 +++ ChangeLog 10 Sep 2007 00:47:51 -0000 1.35
24 @@ -1,6 +1,11 @@
25 # ChangeLog for games-strategy/glob2
26 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/ChangeLog,v 1.34 2007/04/19 08:05:07 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/ChangeLog,v 1.35 2007/09/10 00:47:51 nyhm Exp $
29 +
30 +*glob2-0.9.1 (10 Sep 2007)
31 +
32 + 10 Sep 2007; Tristan Heaven <nyhm@g.o> +glob2-0.9.1.ebuild:
33 + Version bump, bug #191634
34
35 *glob2-0.8.23 (19 Apr 2007)
36
37
38
39
40 1.1 games-strategy/glob2/glob2-0.9.1.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/glob2/glob2-0.9.1.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/glob2/glob2-0.9.1.ebuild?rev=1.1&content-type=text/plain
44
45 Index: glob2-0.9.1.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/glob2-0.9.1.ebuild,v 1.1 2007/09/10 00:47:51 nyhm Exp $
50
51 inherit eutils games
52
53 DESCRIPTION="Real Time Strategy (RTS) game involving a brave army of globs"
54 HOMEPAGE="http://globulation2.org/"
55 SRC_URI="http://dl.sv.nongnu.org/releases/glob2/${PV}/${P}.tar.gz"
56
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~amd64 ~ppc ~x86"
60 IUSE=""
61
62 RDEPEND="virtual/opengl
63 virtual/glu
64 dev-libs/boost
65 media-libs/libsdl
66 media-libs/sdl-net
67 media-libs/sdl-ttf
68 media-libs/sdl-image
69 media-libs/libvorbis
70 media-libs/speex"
71 DEPEND="${RDEPEND}
72 dev-util/scons"
73
74 src_compile() {
75 scons \
76 CXXFLAGS="${CXXFLAGS}" \
77 LINKFLAGS="${LDFLAGS}" \
78 INSTALLDIR="${GAMES_DATADIR}"/${PN} \
79 || die "scons failed again"
80 }
81
82 src_install() {
83 dogamesbin src/${PN} || die "dogamesbin failed"
84 insinto "${GAMES_DATADIR}"/${PN}
85 doins -r campaigns data maps scripts || die "doins failed"
86 find "${D}/${GAMES_DATADIR}"/${PN} -name SConscript -exec rm -f {} \;
87 doicon data/icons/glob2-icon-48x48.png
88 domenu data/glob2.desktop
89 dodoc AUTHORS README TODO
90 prepgamesdirs
91 }
92
93
94
95 --
96 gentoo-commits@g.o mailing list