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-emulation/xmame: xmame-0.106.ebuild
Date: Thu, 28 Feb 2008 19:06:00
Message-Id: E1JUo4r-0005PI-Rq@stork.gentoo.org
1 mr_bones_ 08/02/28 19:05:57
2
3 Modified: xmame-0.106.ebuild
4 Log:
5 local typo fix
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.8 games-emulation/xmame/xmame-0.106.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/xmame/xmame-0.106.ebuild?rev=1.8&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/xmame/xmame-0.106.ebuild?rev=1.8&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/xmame/xmame-0.106.ebuild?r1=1.7&r2=1.8
14
15 Index: xmame-0.106.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-emulation/xmame/xmame-0.106.ebuild,v
18 retrieving revision 1.7
19 retrieving revision 1.8
20 diff -u -r1.7 -r1.8
21 --- xmame-0.106.ebuild 9 Apr 2007 17:34:26 -0000 1.7
22 +++ xmame-0.106.ebuild 28 Feb 2008 19:05:57 -0000 1.8
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/xmame/xmame-0.106.ebuild,v 1.7 2007/04/09 17:34:26 nyhm Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/xmame/xmame-0.106.ebuild,v 1.8 2008/02/28 19:05:57 mr_bones_ Exp $
28
29 inherit flag-o-matic toolchain-funcs eutils games
30
31 @@ -167,8 +167,7 @@
32 }
33
34 src_install() {
35 - local disp=0, f
36 - local utils="chdman imgtool dat2html romcmp xml2info"
37 + local disp=0 f utils="chdman imgtool dat2html romcmp xml2info"
38
39 sed -i \
40 -e "s:^PREFIX.*:PREFIX=${D}/usr:" \
41
42
43
44 --
45 gentoo-commits@l.g.o mailing list