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-strategy/glob2: ChangeLog glob2-0.9.3.ebuild
Date: Mon, 28 Apr 2008 21:44:12
Message-Id: E1Jqb8r-0001kb-Qg@stork.gentoo.org
1 mr_bones_ 08/04/28 21:44:09
2
3 Modified: ChangeLog
4 Added: glob2-0.9.3.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.39 games-strategy/glob2/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/glob2/ChangeLog?rev=1.39&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/glob2/ChangeLog?rev=1.39&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/glob2/ChangeLog?r1=1.38&r2=1.39
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-strategy/glob2/ChangeLog,v
19 retrieving revision 1.38
20 retrieving revision 1.39
21 diff -u -r1.38 -r1.39
22 --- ChangeLog 24 Feb 2008 09:19:30 -0000 1.38
23 +++ ChangeLog 28 Apr 2008 21:44:09 -0000 1.39
24 @@ -1,6 +1,11 @@
25 # ChangeLog for games-strategy/glob2
26 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/ChangeLog,v 1.38 2008/02/24 09:19:30 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/ChangeLog,v 1.39 2008/04/28 21:44:09 mr_bones_ Exp $
29 +
30 +*glob2-0.9.3 (28 Apr 2008)
31 +
32 + 28 Apr 2008; Michael Sterrett <mr_bones_@g.o> +glob2-0.9.3.ebuild:
33 + version bump
34
35 *glob2-0.9.2 (24 Feb 2008)
36
37
38
39
40 1.1 games-strategy/glob2/glob2-0.9.3.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/glob2/glob2-0.9.3.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/glob2/glob2-0.9.3.ebuild?rev=1.1&content-type=text/plain
44
45 Index: glob2-0.9.3.ebuild
46 ===================================================================
47 # Copyright 1999-2008 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.3.ebuild,v 1.1 2008/04/28 21:44:09 mr_bones_ 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-3"
58 SLOT="0"
59 KEYWORDS="~amd64 ~ppc ~x86"
60 IUSE=""
61
62 RDEPEND="virtual/opengl
63 virtual/glu
64 >=dev-libs/boost-1.34
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-0.97"
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 newicon data/icons/glob2-icon-48x48.png ${PN}.png
88 make_desktop_entry glob2 "Globulation 2"
89 dodoc AUTHORS README*
90 prepgamesdirs
91 }
92
93
94
95 --
96 gentoo-commits@l.g.o mailing list