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.20.ebuild ChangeLog
Date: Sun, 26 Jul 2015 20:20:57
Message-Id: 20150726202047.2CBB9C2@oystercatcher.gentoo.org
1 mr_bones_ 15/07/26 20:20:47
2
3 Modified: vice-2.4.20.ebuild ChangeLog
4 Log:
5 Add upstream patch to work around compile failure described in bug #540142
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.3 app-emulation/vice/vice-2.4.20.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/vice-2.4.20.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/vice-2.4.20.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/vice-2.4.20.ebuild?r1=1.2&r2=1.3
15
16 Index: vice-2.4.20.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.4.20.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- vice-2.4.20.ebuild 15 Jun 2015 07:38:33 -0000 1.2
23 +++ vice-2.4.20.ebuild 26 Jul 2015 20:20:47 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2015 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.20.ebuild,v 1.2 2015/06/15 07:38:33 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.4.20.ebuild,v 1.3 2015/07/26 20:20:47 mr_bones_ Exp $
29
30 EAPI=5
31 inherit autotools eutils toolchain-funcs flag-o-matic games
32 @@ -87,7 +87,8 @@
33
34 src_prepare() {
35 epatch \
36 - "${FILESDIR}"/${P}-autotools.patch
37 + "${FILESDIR}"/${P}-autotools.patch \
38 + "${FILESDIR}"/${P}-xf86extensions.patch
39 sed -i \
40 -e 's/building//' \
41 doc/Makefile.am || die
42
43
44
45 1.104 app-emulation/vice/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/ChangeLog?rev=1.104&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/ChangeLog?rev=1.104&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/ChangeLog?r1=1.103&r2=1.104
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v
54 retrieving revision 1.103
55 retrieving revision 1.104
56 diff -u -r1.103 -r1.104
57 --- ChangeLog 1 Jul 2015 02:44:09 -0000 1.103
58 +++ ChangeLog 26 Jul 2015 20:20:47 -0000 1.104
59 @@ -1,6 +1,10 @@
60 # ChangeLog for app-emulation/vice
61 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.103 2015/07/01 02:44:09 patrick Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.104 2015/07/26 20:20:47 mr_bones_ Exp $
64 +
65 + 26 Jul 2015; Michael Sterrett <mr_bones_@g.o>
66 + +files/vice-2.4.20-xf86extensions.patch, vice-2.4.20.ebuild:
67 + Add upstream patch to work around compile failure described in bug #540142
68
69 01 Jul 2015; Patrick Lauer <patrick@g.o> metadata.xml:
70 Remove unneeded useflag description from metadata.xml