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-action/blobandconquer: ChangeLog blobandconquer-0.92.ebuild
Date: Sat, 26 Apr 2008 16:22:36
Message-Id: E1JpnAX-0002sW-4r@stork.gentoo.org
1 mr_bones_ 08/04/26 16:22:33
2
3 Modified: ChangeLog
4 Added: blobandconquer-0.92.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.5 games-action/blobandconquer/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/blobandconquer/ChangeLog?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/blobandconquer/ChangeLog?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/blobandconquer/ChangeLog?r1=1.4&r2=1.5
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-action/blobandconquer/ChangeLog,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ChangeLog 28 May 2007 21:46:31 -0000 1.4
23 +++ ChangeLog 26 Apr 2008 16:22:32 -0000 1.5
24 @@ -1,6 +1,12 @@
25 # ChangeLog for games-action/blobandconquer
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-action/blobandconquer/ChangeLog,v 1.4 2007/05/28 21:46:31 nyhm Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/games-action/blobandconquer/ChangeLog,v 1.5 2008/04/26 16:22:32 mr_bones_ Exp $
30 +
31 +*blobandconquer-0.92 (26 Apr 2008)
32 +
33 + 26 Apr 2008; Michael Sterrett <mr_bones_@g.o>
34 + +blobandconquer-0.92.ebuild:
35 + version bump
36
37 *blobandconquer-0.91 (28 May 2007)
38
39
40
41
42 1.1 games-action/blobandconquer/blobandconquer-0.92.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/blobandconquer/blobandconquer-0.92.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/blobandconquer/blobandconquer-0.92.ebuild?rev=1.1&content-type=text/plain
46
47 Index: blobandconquer-0.92.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/games-action/blobandconquer/blobandconquer-0.92.ebuild,v 1.1 2008/04/26 16:22:32 mr_bones_ Exp $
52
53 inherit eutils toolchain-funcs games
54
55 MY_PN=blobAndConquer
56 DESCRIPTION="Mission and objective based 3D action game"
57 HOMEPAGE="http://www.parallelrealities.co.uk/blobAndConquer.php"
58 SRC_URI="mirror://gentoo/${MY_PN}-${PV}-1.tar.gz"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~amd64 ~x86"
63 IUSE=""
64
65 DEPEND="virtual/opengl
66 virtual/glu
67 media-libs/libsdl
68 media-libs/sdl-mixer
69 media-libs/sdl-image
70 media-libs/sdl-ttf"
71
72 S=${WORKDIR}/${MY_PN}-${PV}
73
74 src_compile() {
75 emake \
76 CXX=$(tc-getCXX) \
77 LIBPATH="${LDFLAGS}" \
78 DATADIR="${GAMES_DATADIR}"/${PN}/ \
79 DOCDIR=/usr/share/doc/${PF}/html/ \
80 || die "emake failed"
81 }
82
83 src_install() {
84 dogamesbin ${MY_PN} || die "dogamesbin failed"
85 insinto "${GAMES_DATADIR}"/${PN}
86 doins -r data gfx music sound textures || die "doins failed"
87 doicon icons/${MY_PN}.png
88 domenu icons/${MY_PN}.desktop
89 cd doc
90 dohtml -r images pages index.html
91 dodoc README
92 prepgamesdirs
93 }
94
95 pkg_postinst() {
96 games_pkg_postinst
97 ewarn "Until ${PN}-1.0, save games may be incompatible with previous"
98 ewarn "versions."
99 }
100
101
102
103 --
104 gentoo-commits@l.g.o mailing list