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: vice-2.4.ebuild ChangeLog
Date: Sun, 26 May 2013 00:12:12
Message-Id: 20130526001204.DF9832171D@flycatcher.gentoo.org
1 mr_bones_ 13/05/26 00:12:04
2
3 Modified: vice-2.4.ebuild ChangeLog
4 Log:
5 disable-dependency-tracking is passed by default with eapi5
6
7 (Portage version: 2.1.11.62/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.9 app-emulation/vice/vice-2.4.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/vice-2.4.ebuild?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/vice-2.4.ebuild?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/vice-2.4.ebuild?r1=1.8&r2=1.9
15
16 Index: vice-2.4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.4.ebuild,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- vice-2.4.ebuild 10 May 2013 04:53:42 -0000 1.8
23 +++ vice-2.4.ebuild 26 May 2013 00:12:04 -0000 1.9
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.4.ebuild,v 1.8 2013/05/10 04:53:42 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.4.ebuild,v 1.9 2013/05/26 00:12:04 mr_bones_ Exp $
29
30 EAPI=5
31 inherit autotools eutils toolchain-funcs games
32 @@ -85,7 +85,6 @@
33 FCCACHE=/bin/true \
34 PKG_CONFIG=$(tc-getPKG_CONFIG) \
35 egamesconf \
36 - --disable-dependency-tracking \
37 --enable-fullscreen \
38 --enable-parsid \
39 --with-resid \
40
41
42
43 1.92 app-emulation/vice/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/ChangeLog?rev=1.92&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/ChangeLog?rev=1.92&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/ChangeLog?r1=1.91&r2=1.92
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v
52 retrieving revision 1.91
53 retrieving revision 1.92
54 diff -u -r1.91 -r1.92
55 --- ChangeLog 10 May 2013 04:53:42 -0000 1.91
56 +++ ChangeLog 26 May 2013 00:12:04 -0000 1.92
57 @@ -1,6 +1,9 @@
58 # ChangeLog for app-emulation/vice
59 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.91 2013/05/10 04:53:42 mr_bones_ Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.92 2013/05/26 00:12:04 mr_bones_ Exp $
62 +
63 + 26 May 2013; Michael Sterrett <mr_bones_@g.o> vice-2.4.ebuild:
64 + disable-dependency-tracking is passed by default with eapi5
65
66 10 May 2013; Michael Sterrett <mr_bones_@g.o>
67 +files/vice-2.4-autotools.patch, files/vice-2.3-libav.patch,