pacho 15/06/20 14:53:58 Modified: uae-0.8.29-r2.ebuild ChangeLog Log: Fix building (#505788) (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path 1.2 app-emulation/uae/uae-0.8.29-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/uae/uae-0.8.29-r2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/uae/uae-0.8.29-r2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/uae/uae-0.8.29-r2.ebuild?r1=1.1&r2=1.2 Index: uae-0.8.29-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emulation/uae/uae-0.8.29-r2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- uae-0.8.29-r2.ebuild 2 Apr 2014 11:55:44 -0000 1.1 +++ uae-0.8.29-r2.ebuild 20 Jun 2015 14:53:58 -0000 1.2 @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/uae/uae-0.8.29-r2.ebuild,v 1.1 2014/04/02 11:55:44 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/uae/uae-0.8.29-r2.ebuild,v 1.2 2015/06/20 14:53:58 pacho Exp $ EAPI="5" -inherit eutils +inherit eutils autotools DESCRIPTION="The Umiquious Amiga Emulator" HOMEPAGE="http://www.amigaemulator.org/" @@ -31,8 +31,11 @@ epatch "${FILESDIR}"/${PN}-0.8.25-allow_spaces_in_zip_filenames.diff epatch "${FILESDIR}"/${PN}-0.8.25-struct_uae_wrong_fields_name.diff epatch "${FILESDIR}"/${PN}-0.8.26-uae_reset_args.diff + epatch "${FILESDIR}"/${PN}-0.8.26-underlinking.patch cp "${FILESDIR}"/sdlgfx.h "${S}"/src || die + + eautoreconf } src_configure() { @@ -62,7 +65,7 @@ pkg_postinst() { elog - elog "Upstream recomends using SDL graphics (with an environment variable)" + elog "Upstream recommends using SDL graphics (with an environment variable)" elog "SDL_VIDEO_X11_XRANDR=1 for fullscreen support." echo } 1.43 app-emulation/uae/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/uae/ChangeLog?rev=1.43&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/uae/ChangeLog?rev=1.43&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/uae/ChangeLog?r1=1.42&r2=1.43 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emulation/uae/ChangeLog,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- ChangeLog 2 Apr 2014 11:55:44 -0000 1.42 +++ ChangeLog 20 Jun 2015 14:53:58 -0000 1.43 @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/uae -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/uae/ChangeLog,v 1.42 2014/04/02 11:55:44 tomwij Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/uae/ChangeLog,v 1.43 2015/06/20 14:53:58 pacho Exp $ + + 20 Jun 2015; Pacho Ramos <[email protected]> + +files/uae-0.8.26-underlinking.patch, uae-0.8.29-r2.ebuild: + Fix building (#505788) *uae-0.8.29-r2 (02 Apr 2014)
