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