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/koules: ChangeLog koules-1.4-r2.ebuild
Date: Sat, 02 Jan 2010 19:19:46
Message-Id: E1NR9Vn-000131-Ad@stork.gentoo.org
1 tupone 10/01/02 19:19:43
2
3 Modified: ChangeLog koules-1.4-r2.ebuild
4 Log:
5 Not installing ELF files on /usr/share Bug #298105
6 (Portage version: 2.1.6.13/cvs/Linux i686)
7
8 Revision Changes Path
9 1.15 games-arcade/koules/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/koules/ChangeLog?rev=1.15&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/koules/ChangeLog?rev=1.15&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/koules/ChangeLog?r1=1.14&r2=1.15
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-arcade/koules/ChangeLog,v
18 retrieving revision 1.14
19 retrieving revision 1.15
20 diff -u -r1.14 -r1.15
21 --- ChangeLog 24 Feb 2007 01:28:44 -0000 1.14
22 +++ ChangeLog 2 Jan 2010 19:19:42 -0000 1.15
23 @@ -1,6 +1,10 @@
24 # ChangeLog for games-arcade/koules
25 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/koules/ChangeLog,v 1.14 2007/02/24 01:28:44 nyhm Exp $
27 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/koules/ChangeLog,v 1.15 2010/01/02 19:19:42 tupone Exp $
29 +
30 + 02 Jan 2010; Tupone Alfredo <tupone@g.o> koules-1.4-r2.ebuild,
31 + +files/koules-1.4-sndsrv.patch:
32 + Not installing ELF files on /usr/share Bug #298105 by flameeyes@g.o
33
34 24 Feb 2007; Tristan Heaven <nyhm@g.o> koules-1.4-r2.ebuild:
35 Fix dependencies, bug #168179
36
37
38
39 1.5 games-arcade/koules/koules-1.4-r2.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/koules/koules-1.4-r2.ebuild?rev=1.5&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/koules/koules-1.4-r2.ebuild?rev=1.5&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/koules/koules-1.4-r2.ebuild?r1=1.4&r2=1.5
44
45 Index: koules-1.4-r2.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/games-arcade/koules/koules-1.4-r2.ebuild,v
48 retrieving revision 1.4
49 retrieving revision 1.5
50 diff -u -r1.4 -r1.5
51 --- koules-1.4-r2.ebuild 24 Feb 2007 01:28:44 -0000 1.4
52 +++ koules-1.4-r2.ebuild 2 Jan 2010 19:19:43 -0000 1.5
53 @@ -1,6 +1,7 @@
54 -# Copyright 1999-2007 Gentoo Foundation
55 +# Copyright 1999-2010 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/koules/koules-1.4-r2.ebuild,v 1.4 2007/02/24 01:28:44 nyhm Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/koules/koules-1.4-r2.ebuild,v 1.5 2010/01/02 19:19:43 tupone Exp $
59 +EAPI=2
60
61 inherit eutils games
62
63 @@ -36,10 +37,9 @@
64
65 S=${WORKDIR}/${PN}${PV}
66
67 -src_unpack() {
68 - unpack ${A}
69 - cd "${S}"
70 - epatch "${WORKDIR}"/${P}-gcc3.patch
71 +src_prepare() {
72 + epatch "${WORKDIR}"/${P}-gcc3.patch \
73 + "${FILESDIR}"/${P}-sndsrv.patch
74 sed -i \
75 -e "/^KOULESDIR/s:=.*:=${GAMES_BINDIR}:" \
76 -e "/^SOUNDDIR/s:=.*:=${GAMES_DATADIR}/${PN}:" Iconfig \
77 @@ -89,9 +89,8 @@
78 }
79
80 src_install() {
81 - dogamesbin koules bins/* || die "dogamesbin failed"
82 + dogamesbin koules koules.sndsrv.linux bins/* || die "dogamesbin failed"
83 exeinto "${GAMES_DATADIR}/${PN}"
84 - doexe koules.sndsrv.linux || die "doexe failed"
85 if use tk ; then
86 dogamesbin koules.tcl || die "dogamebin failed (tcl)"
87 fi