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/boswars: ChangeLog boswars-2.5.ebuild
Date: Sun, 02 Mar 2008 07:58:13
Message-Id: E1JVj5F-0008JQ-Eb@stork.gentoo.org
1 mr_bones_ 08/03/02 07:58:09
2
3 Modified: ChangeLog
4 Added: boswars-2.5.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.7 games-strategy/boswars/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/boswars/ChangeLog?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/boswars/ChangeLog?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/boswars/ChangeLog?r1=1.6&r2=1.7
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-strategy/boswars/ChangeLog,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- ChangeLog 29 Feb 2008 19:50:18 -0000 1.6
23 +++ ChangeLog 2 Mar 2008 07:58:08 -0000 1.7
24 @@ -1,6 +1,12 @@
25 # ChangeLog for games-strategy/boswars
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/boswars/ChangeLog,v 1.6 2008/02/29 19:50:18 carlo Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/boswars/ChangeLog,v 1.7 2008/03/02 07:58:08 mr_bones_ Exp $
29 +
30 +*boswars-2.5 (02 Mar 2008)
31 +
32 + 02 Mar 2008; Michael Sterrett <mr_bones_@g.o>
33 + +files/boswars-2.5-gentoo.patch, +boswars-2.5.ebuild:
34 + version bump
35
36 29 Feb 2008; Carsten Lohrke <carlo@g.o> boswars-2.4.1.ebuild:
37 Remove icon extension from desktop entry to match Icon Theme Specification.
38
39
40
41 1.1 games-strategy/boswars/boswars-2.5.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/boswars/boswars-2.5.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/boswars/boswars-2.5.ebuild?rev=1.1&content-type=text/plain
45
46 Index: boswars-2.5.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/boswars/boswars-2.5.ebuild,v 1.1 2008/03/02 07:58:08 mr_bones_ Exp $
51
52 inherit eutils games
53
54 DESCRIPTION="Futuristic real-time strategy game"
55 HOMEPAGE="http://www.boswars.org/"
56 SRC_URI="http://www.boswars.org/dist/releases/${P}-src.tar.gz
57 mirror://gentoo/bos.png"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~amd64 ~ppc ~x86"
62 IUSE=""
63
64 RDEPEND="dev-lang/lua
65 media-libs/libsdl
66 media-libs/libpng
67 media-libs/libvorbis
68 media-libs/libtheora
69 media-libs/libogg
70 virtual/opengl
71 x11-libs/libX11"
72 DEPEND="${RDEPEND}
73 dev-util/scons"
74
75 S=${WORKDIR}/${P}-src
76
77 src_unpack() {
78 unpack ${A/bos.png}
79 cd "${S}"
80 rm -f doc/{README-SDL.txt,guichan-copyright.txt}
81 epatch "${FILESDIR}"/${P}-gentoo.patch
82 sed -i \
83 -e "s:@GENTOO_DATADIR@:${GAMES_DATADIR}/${PN}:" \
84 engine/include/stratagus.h \
85 || die "sed failed"
86 }
87
88 src_compile() {
89 scons || die "scons failed"
90 }
91
92 src_install() {
93 dogamesbin ${PN} || die "dogamesbin failed"
94 insinto "${GAMES_DATADIR}"/${PN}
95 doins -r campaigns graphics intro languages maps scripts sounds units \
96 || die "doins failed"
97 doicon "${DISTDIR}"/bos.png
98 make_desktop_entry ${PN} "Bos Wars" bos
99 dodoc CHANGELOG COPYRIGHT.txt README.txt
100 dohtml -r doc/*
101 prepgamesdirs
102 }
103
104
105
106 --
107 gentoo-commits@l.g.o mailing list