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-arcade/xtux: xtux-20030306.ebuild ChangeLog
Date: Wed, 03 Sep 2008 02:10:07
Message-Id: E1Kahoq-0005L7-37@stork.gentoo.org
1 mr_bones_ 08/09/03 02:10:04
2
3 Modified: xtux-20030306.ebuild ChangeLog
4 Log:
5 add particle patch from Albert Zeyer (bug #236469)
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.13 games-arcade/xtux/xtux-20030306.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/xtux/xtux-20030306.ebuild?rev=1.13&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/xtux/xtux-20030306.ebuild?rev=1.13&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/xtux/xtux-20030306.ebuild?r1=1.12&r2=1.13
14
15 Index: xtux-20030306.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-arcade/xtux/xtux-20030306.ebuild,v
18 retrieving revision 1.12
19 retrieving revision 1.13
20 diff -u -r1.12 -r1.13
21 --- xtux-20030306.ebuild 1 Dec 2006 20:38:49 -0000 1.12
22 +++ xtux-20030306.ebuild 3 Sep 2008 02:10:03 -0000 1.13
23 @@ -1,8 +1,8 @@
24 -# Copyright 1999-2006 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/xtux/xtux-20030306.ebuild,v 1.12 2006/12/01 20:38:49 wolf31o2 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/xtux/xtux-20030306.ebuild,v 1.13 2008/09/03 02:10:03 mr_bones_ Exp $
29
30 -inherit games
31 +inherit eutils games
32
33 DESCRIPTION="Multiplayer Gauntlet-style arcade game"
34 HOMEPAGE="http://xtux.sourceforge.net/"
35 @@ -28,6 +28,7 @@
36 -e "s:./tux_serv:tux_serv:" \
37 src/client/menu.c \
38 || die "sed failed"
39 + epatch "${FILESDIR}/${P}-particles.patch"
40 }
41
42 src_compile() {
43 @@ -36,8 +37,10 @@
44
45 src_install () {
46 dogamesbin xtux tux_serv || die "dogamesbin failed"
47 - dodir "${GAMES_DATADIR}/xtux"
48 - cp -r data "${D}/${GAMES_DATADIR}/xtux/" || die "cp failed"
49 + insinto "${GAMES_DATADIR}/xtux"
50 + doins -r data/ || die "doins failed"
51 dodoc AUTHORS CHANGELOG README README.GGZ doc/*
52 + newicon data/images/icon.xpm ${PN}.xpm
53 + make_desktop_entry xtux "Xtux" /usr/share/icons/${PN}.xpm
54 prepgamesdirs
55 }
56
57
58
59 1.11 games-arcade/xtux/ChangeLog
60
61 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/xtux/ChangeLog?rev=1.11&view=markup
62 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/xtux/ChangeLog?rev=1.11&content-type=text/plain
63 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/xtux/ChangeLog?r1=1.10&r2=1.11
64
65 Index: ChangeLog
66 ===================================================================
67 RCS file: /var/cvsroot/gentoo-x86/games-arcade/xtux/ChangeLog,v
68 retrieving revision 1.10
69 retrieving revision 1.11
70 diff -u -r1.10 -r1.11
71 --- ChangeLog 1 Dec 2006 20:38:49 -0000 1.10
72 +++ ChangeLog 3 Sep 2008 02:10:03 -0000 1.11
73 @@ -1,6 +1,10 @@
74 # ChangeLog for games-arcade/xtux
75 -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
76 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/xtux/ChangeLog,v 1.10 2006/12/01 20:38:49 wolf31o2 Exp $
77 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
78 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/xtux/ChangeLog,v 1.11 2008/09/03 02:10:03 mr_bones_ Exp $
79 +
80 + 03 Sep 2008; Michael Sterrett <mr_bones_@g.o>
81 + +files/xtux-20030306-particles.patch, xtux-20030306.ebuild:
82 + add particle patch from Albert Zeyer (bug #236469)
83
84 01 Dec 2006; Chris Gianelloni <wolf31o2@g.o> xtux-20030306.ebuild:
85 Removing old virtual/x11 dependency.