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
Date: Wed, 03 Sep 2008 15:52:14
Message-Id: E1KaueR-0003gm-24@stork.gentoo.org
1 mr_bones_ 08/09/03 15:52:11
2
3 Modified: xtux-20030306.ebuild
4 Log:
5 skip installing xv thumbnails
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.14 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.14&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/xtux/xtux-20030306.ebuild?rev=1.14&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/xtux/xtux-20030306.ebuild?r1=1.13&r2=1.14
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.13
19 retrieving revision 1.14
20 diff -u -r1.13 -r1.14
21 --- xtux-20030306.ebuild 3 Sep 2008 02:10:03 -0000 1.13
22 +++ xtux-20030306.ebuild 3 Sep 2008 15:52:10 -0000 1.14
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 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.13 2008/09/03 02:10:03 mr_bones_ Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/xtux/xtux-20030306.ebuild,v 1.14 2008/09/03 15:52:10 mr_bones_ Exp $
28
29 inherit eutils games
30
31 @@ -20,6 +20,7 @@
32 src_unpack() {
33 unpack ${A}
34 cd "${S}"
35 + find data/ -type d -name .xvpics -exec rm -rf \{\} +
36 sed -i \
37 -e "s:-g -Wall -O2:${CFLAGS}:" \
38 src/{client,common,server}/Makefile \