Gentoo Archives: gentoo-commits

From: "Alfredo Tupone (tupone)" <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-arcade/xtux: xtux-20030306.ebuild ChangeLog
Date: Thu, 30 Sep 2010 16:13:53
Message-Id: 20100930161345.A4AFC20051@flycatcher.gentoo.org
1 tupone 10/09/30 16:13:45
2
3 Modified: xtux-20030306.ebuild ChangeLog
4 Log:
5 Respect LDFLAGS. Bug #337435
6 (Portage version: 2.1.8.3/cvs/Linux i686)
7
8 Revision Changes Path
9 1.17 games-arcade/xtux/xtux-20030306.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/xtux/xtux-20030306.ebuild?rev=1.17&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/xtux/xtux-20030306.ebuild?rev=1.17&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/xtux/xtux-20030306.ebuild?r1=1.16&r2=1.17
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.16
19 retrieving revision 1.17
20 diff -u -r1.16 -r1.17
21 --- xtux-20030306.ebuild 9 Mar 2010 12:57:51 -0000 1.16
22 +++ xtux-20030306.ebuild 30 Sep 2010 16:13:45 -0000 1.17
23 @@ -1,6 +1,7 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/xtux/xtux-20030306.ebuild,v 1.16 2010/03/09 12:57:51 abcd Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/xtux/xtux-20030306.ebuild,v 1.17 2010/09/30 16:13:45 tupone Exp $
28 +EAPI="2"
29
30 inherit eutils games
31
32 @@ -17,9 +18,7 @@
33
34 S=${WORKDIR}/${PN}
35
36 -src_unpack() {
37 - unpack ${A}
38 - cd "${S}"
39 +src_prepare() {
40 find data/ -type d -name .xvpics -exec rm -rf \{\} +
41 sed -i \
42 -e "s:-g -Wall -O2:${CFLAGS}:" \
43 @@ -29,7 +28,8 @@
44 -e "s:./tux_serv:tux_serv:" \
45 src/client/menu.c \
46 || die "sed failed"
47 - epatch "${FILESDIR}/${P}-particles.patch"
48 + epatch "${FILESDIR}/${P}-particles.patch" \
49 + "${FILESDIR}"/${P}-ldflags.patch
50 }
51
52 src_compile() {
53
54
55
56 1.14 games-arcade/xtux/ChangeLog
57
58 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/xtux/ChangeLog?rev=1.14&view=markup
59 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/xtux/ChangeLog?rev=1.14&content-type=text/plain
60 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/xtux/ChangeLog?r1=1.13&r2=1.14
61
62 Index: ChangeLog
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/games-arcade/xtux/ChangeLog,v
65 retrieving revision 1.13
66 retrieving revision 1.14
67 diff -u -r1.13 -r1.14
68 --- ChangeLog 9 Mar 2010 12:57:51 -0000 1.13
69 +++ ChangeLog 30 Sep 2010 16:13:45 -0000 1.14
70 @@ -1,6 +1,10 @@
71 # ChangeLog for games-arcade/xtux
72 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
73 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/xtux/ChangeLog,v 1.13 2010/03/09 12:57:51 abcd Exp $
74 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/xtux/ChangeLog,v 1.14 2010/09/30 16:13:45 tupone Exp $
75 +
76 + 30 Sep 2010; Tupone Alfredo <tupone@g.o> xtux-20030306.ebuild,
77 + +files/xtux-20030306-ldflags.patch:
78 + Respect LDFLAGS. Bug #337435 by flameeyes@g.o
79
80 09 Mar 2010; Jonathan Callen <abcd@g.o> xtux-20030306.ebuild:
81 QA: Do not use absolute path to icon when in standard dirs (in