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 app-emulation/vice: ChangeLog vice-2.1.ebuild
Date: Mon, 24 Aug 2009 22:05:41
Message-Id: E1MfhfX-0003Qg-Bt@stork.gentoo.org
1 mr_bones_ 09/08/24 22:05:39
2
3 Modified: ChangeLog vice-2.1.ebuild
4 Log:
5 don't try to actually run fc-cache (bug #280976)
6 (Portage version: 2.1.6.13/cvs/Linux i686)
7
8 Revision Changes Path
9 1.63 app-emulation/vice/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/vice/ChangeLog?rev=1.63&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/vice/ChangeLog?rev=1.63&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/vice/ChangeLog?r1=1.62&r2=1.63
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v
18 retrieving revision 1.62
19 retrieving revision 1.63
20 diff -u -r1.62 -r1.63
21 --- ChangeLog 11 May 2009 16:46:24 -0000 1.62
22 +++ ChangeLog 24 Aug 2009 22:05:39 -0000 1.63
23 @@ -1,6 +1,9 @@
24 # ChangeLog for app-emulation/vice
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.62 2009/05/11 16:46:24 ssuominen Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.63 2009/08/24 22:05:39 mr_bones_ Exp $
28 +
29 + 24 Aug 2009; Michael Sterrett <mr_bones_@g.o> vice-2.1.ebuild:
30 + don't try to actually run fc-cache (bug #280976)
31
32 11 May 2009; Samuli Suominen <ssuominen@g.o> vice-2.1.ebuild,
33 +files/vice-2.1-gcc44.patch:
34
35
36
37 1.3 app-emulation/vice/vice-2.1.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/vice/vice-2.1.ebuild?rev=1.3&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/vice/vice-2.1.ebuild?rev=1.3&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/vice/vice-2.1.ebuild?r1=1.2&r2=1.3
42
43 Index: vice-2.1.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.1.ebuild,v
46 retrieving revision 1.2
47 retrieving revision 1.3
48 diff -u -r1.2 -r1.3
49 --- vice-2.1.ebuild 11 May 2009 16:46:24 -0000 1.2
50 +++ vice-2.1.ebuild 24 Aug 2009 22:05:39 -0000 1.3
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2009 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.1.ebuild,v 1.2 2009/05/11 16:46:24 ssuominen Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.1.ebuild,v 1.3 2009/08/24 22:05:39 mr_bones_ Exp $
56
57 EAPI=2
58 inherit eutils games
59 @@ -58,6 +58,8 @@
60 }
61
62 src_configure() {
63 + # don't try to actually run fc-cache (bug #280976)
64 + FCCACHE=/bin/true \
65 egamesconf \
66 --disable-dependency-tracking \
67 --enable-fullscreen \