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-fps/sauerbraten: ChangeLog sauerbraten-2007.08.29.ebuild
Date: Mon, 24 Sep 2007 22:11:37
Message-Id: E1IZw1H-0000GA-HT@stork.gentoo.org
1 mr_bones_ 07/09/24 22:03:11
2
3 Modified: ChangeLog
4 Added: sauerbraten-2007.08.29.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.3.9)
8
9 Revision Changes Path
10 1.7 games-fps/sauerbraten/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/sauerbraten/ChangeLog?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/sauerbraten/ChangeLog?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/sauerbraten/ChangeLog?r1=1.6&r2=1.7
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-fps/sauerbraten/ChangeLog,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- ChangeLog 20 Aug 2007 22:31:18 -0000 1.6
23 +++ ChangeLog 24 Sep 2007 22:03:11 -0000 1.7
24 @@ -1,6 +1,12 @@
25 # ChangeLog for games-fps/sauerbraten
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-fps/sauerbraten/ChangeLog,v 1.6 2007/08/20 22:31:18 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-fps/sauerbraten/ChangeLog,v 1.7 2007/09/24 22:03:11 mr_bones_ Exp $
29 +
30 +*sauerbraten-2007.08.29 (24 Sep 2007)
31 +
32 + 24 Sep 2007; Michael Sterrett <mr_bones_@g.o>
33 + +sauerbraten-2007.08.29.ebuild:
34 + version bump
35
36 *sauerbraten-2007.08.19 (20 Aug 2007)
37
38
39
40
41 1.1 games-fps/sauerbraten/sauerbraten-2007.08.29.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/sauerbraten/sauerbraten-2007.08.29.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/sauerbraten/sauerbraten-2007.08.29.ebuild?rev=1.1&content-type=text/plain
45
46 Index: sauerbraten-2007.08.29.ebuild
47 ===================================================================
48 # Copyright 1999-2007 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/games-fps/sauerbraten/sauerbraten-2007.08.29.ebuild,v 1.1 2007/09/24 22:03:11 mr_bones_ Exp $
51
52 inherit eutils multilib games
53
54 DESCRIPTION="free multiplayer/singleplayer first person shooter (major redesign of the Cube FPS)"
55 HOMEPAGE="http://sauerbraten.org/"
56 SRC_URI="mirror://sourceforge/sauerbraten/sauerbraten_${PV//./_}_summer_edition_linux.tar.bz2"
57
58 LICENSE="ZLIB"
59 SLOT="0"
60 KEYWORDS="~amd64 ~x86"
61 IUSE=""
62 RESTRICT="strip"
63
64 DEPEND="x86? (
65 media-libs/libsdl
66 media-libs/sdl-mixer
67 media-libs/sdl-image
68 media-libs/libpng
69 virtual/opengl
70 )
71 amd64? (
72 app-emulation/emul-linux-x86-soundlibs
73 app-emulation/emul-linux-x86-sdl
74 )"
75
76 S=${WORKDIR}/${PN}
77
78 src_unpack() {
79 unpack ${A}
80 find -name CVS -print0 | xargs -0 rm -rf
81 }
82
83 src_install() {
84 use amd64 && multilib_toolchain_setup x86
85
86 exeinto "$(games_get_libdir)"/${PN}
87 doexe bin_unix/linux_{client,server} || die
88
89 insinto "${GAMES_DATADIR}"/${PN}
90 doins -r data packages || die
91
92 local x
93 for x in client server ; do
94 newgamesbin "${FILESDIR}"/wrapper ${PN}_${x}-bin || die
95 sed -i \
96 -e "s:@GENTOO_GAMESDIR@:${GAMES_DATADIR}/${PN}:g" \
97 -e "s:@GENTOO_EXEC@:$(games_get_libdir)/${PN}/linux_${x}:g" \
98 "${D}/${GAMES_BINDIR}"/${PN}_${x}-bin
99 done
100
101 dohtml -r README.html docs/*
102
103 make_desktop_entry ${PN}_client-bin ${PN}
104
105 prepgamesdirs
106 }
107
108
109
110 --
111 gentoo-commits@g.o mailing list