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.2.ebuild
Date: Sun, 24 Feb 2008 09:19:34
Message-Id: E1JTD19-0000wi-8Z@stork.gentoo.org
1 mr_bones_ 08/02/24 09:19:31
2
3 Modified: ChangeLog
4 Added: glob2-0.9.2.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.38 games-strategy/glob2/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/glob2/ChangeLog?rev=1.38&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/glob2/ChangeLog?rev=1.38&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/glob2/ChangeLog?r1=1.37&r2=1.38
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-strategy/glob2/ChangeLog,v
19 retrieving revision 1.37
20 retrieving revision 1.38
21 diff -u -r1.37 -r1.38
22 --- ChangeLog 12 Sep 2007 21:15:12 -0000 1.37
23 +++ ChangeLog 24 Feb 2008 09:19:30 -0000 1.38
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.37 2007/09/12 21:15:12 nyhm Exp $
28 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/ChangeLog,v 1.38 2008/02/24 09:19:30 mr_bones_ Exp $
30 +
31 +*glob2-0.9.2 (24 Feb 2008)
32 +
33 + 24 Feb 2008; Michael Sterrett <mr_bones_@g.o> +glob2-0.9.2.ebuild:
34 + version bump
35
36 12 Sep 2007; Tristan Heaven <nyhm@g.o> glob2-0.9.1.ebuild:
37 Check for boost threads, bug #192144
38
39
40
41 1.1 games-strategy/glob2/glob2-0.9.2.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/glob2/glob2-0.9.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/glob2/glob2-0.9.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: glob2-0.9.2.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-strategy/glob2/glob2-0.9.2.ebuild,v 1.1 2008/02/24 09:19:30 mr_bones_ Exp $
51
52 inherit eutils games
53
54 DESCRIPTION="Real Time Strategy (RTS) game involving a brave army of globs"
55 HOMEPAGE="http://globulation2.org/"
56 SRC_URI="http://dl.sv.nongnu.org/releases/glob2/${PV}/${P}.tar.gz"
57
58 LICENSE="GPL-3"
59 SLOT="0"
60 KEYWORDS="~amd64 ~ppc ~x86"
61 IUSE=""
62
63 RDEPEND="virtual/opengl
64 virtual/glu
65 >=dev-libs/boost-1.34
66 media-libs/libsdl
67 media-libs/sdl-net
68 media-libs/sdl-ttf
69 media-libs/sdl-image
70 media-libs/libvorbis
71 media-libs/speex"
72 DEPEND="${RDEPEND}
73 >=dev-util/scons-0.97"
74
75 src_unpack() {
76 unpack ${A}
77 cd "${S}"
78 sed -i '1i SConsignFile()' SConstruct || die "sed failed"
79 }
80
81 src_compile() {
82 scons \
83 CXXFLAGS="${CXXFLAGS}" \
84 LINKFLAGS="${LDFLAGS}" \
85 INSTALLDIR="${GAMES_DATADIR}"/${PN} \
86 || die "scons failed again"
87 }
88
89 src_install() {
90 dogamesbin src/${PN} || die "dogamesbin failed"
91 insinto "${GAMES_DATADIR}"/${PN}
92 doins -r campaigns data maps scripts || die "doins failed"
93 find "${D}/${GAMES_DATADIR}"/${PN} -name SConscript -exec rm -f {} \;
94 newicon data/icons/glob2-icon-48x48.png ${PN}.png
95 make_desktop_entry glob2 "Globulation 2"
96 dodoc AUTHORS README*
97 prepgamesdirs
98 }
99
100
101
102 --
103 gentoo-commits@l.g.o mailing list