mr_bones_ 15/07/26 20:20:47 Modified: vice-2.4.20.ebuild ChangeLog Log: Add upstream patch to work around compile failure described in bug #540142 (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.3 app-emulation/vice/vice-2.4.20.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/vice-2.4.20.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/vice-2.4.20.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/vice-2.4.20.ebuild?r1=1.2&r2=1.3 Index: vice-2.4.20.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.4.20.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- vice-2.4.20.ebuild 15 Jun 2015 07:38:33 -0000 1.2 +++ vice-2.4.20.ebuild 26 Jul 2015 20:20:47 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $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 $ +# $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 $ EAPI=5 inherit autotools eutils toolchain-funcs flag-o-matic games @@ -87,7 +87,8 @@ src_prepare() { epatch \ - "${FILESDIR}"/${P}-autotools.patch + "${FILESDIR}"/${P}-autotools.patch \ + "${FILESDIR}"/${P}-xf86extensions.patch sed -i \ -e 's/building//' \ doc/Makefile.am || die 1.104 app-emulation/vice/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/ChangeLog?rev=1.104&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/ChangeLog?rev=1.104&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/ChangeLog?r1=1.103&r2=1.104 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v retrieving revision 1.103 retrieving revision 1.104 diff -u -r1.103 -r1.104 --- ChangeLog 1 Jul 2015 02:44:09 -0000 1.103 +++ ChangeLog 26 Jul 2015 20:20:47 -0000 1.104 @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/vice # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.103 2015/07/01 02:44:09 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.104 2015/07/26 20:20:47 mr_bones_ Exp $ + + 26 Jul 2015; Michael Sterrett <mr_bon...@gentoo.org> + +files/vice-2.4.20-xf86extensions.patch, vice-2.4.20.ebuild: + Add upstream patch to work around compile failure described in bug #540142 01 Jul 2015; Patrick Lauer <patr...@gentoo.org> metadata.xml: Remove unneeded useflag description from metadata.xml