mr_bones_ 15/05/04 21:21:32 Modified: glob2-0.9.4.4-r1.ebuild ChangeLog Log: add patch from zimous to fix building with gcc49 (bug #538580) (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.5 games-strategy/glob2/glob2-0.9.4.4-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/glob2/glob2-0.9.4.4-r1.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/glob2/glob2-0.9.4.4-r1.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/glob2/glob2-0.9.4.4-r1.ebuild?r1=1.4&r2=1.5 Index: glob2-0.9.4.4-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-strategy/glob2/glob2-0.9.4.4-r1.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- glob2-0.9.4.4-r1.ebuild 24 Dec 2013 12:57:42 -0000 1.4 +++ glob2-0.9.4.4-r1.ebuild 4 May 2015 21:21:32 -0000 1.5 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/glob2-0.9.4.4-r1.ebuild,v 1.4 2013/12/24 12:57:42 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/glob2-0.9.4.4-r1.ebuild,v 1.5 2015/05/04 21:21:32 mr_bones_ Exp $ EAPI=5 inherit eutils gnome2-utils scons-utils games @@ -27,7 +27,7 @@ virtual/opengl" DEPEND="${RDEPEND}" -PATCHES=( "${FILESDIR}"/${P}-{gcc44,scons-blows,underlinking}.patch ) +PATCHES=( "${FILESDIR}"/${P}-{gcc44,scons-blows,underlinking,gcc49}.patch ) src_configure() { myesconsargs=( 1.61 games-strategy/glob2/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/glob2/ChangeLog?rev=1.61&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/glob2/ChangeLog?rev=1.61&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/glob2/ChangeLog?r1=1.60&r2=1.61 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-strategy/glob2/ChangeLog,v retrieving revision 1.60 retrieving revision 1.61 diff -u -r1.60 -r1.61 --- ChangeLog 25 Aug 2014 20:33:05 -0000 1.60 +++ ChangeLog 4 May 2015 21:21:32 -0000 1.61 @@ -1,6 +1,12 @@ # ChangeLog for games-strategy/glob2 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/ChangeLog,v 1.60 2014/08/25 20:33:05 mr_bones_ Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/ChangeLog,v 1.61 2015/05/04 21:21:32 mr_bones_ Exp $ + + 04 May 2015; Michael Sterrett <[email protected]> + +files/glob2-0.9.4.4-gcc49.patch, files/glob2-0.9.4.4-gcc44.patch, + files/glob2-0.9.4.4-scons-blows.patch, files/glob2-0.9.4.4-underlinking.patch, + glob2-0.9.4.4-r1.ebuild: + add patch from zimous to fix building with gcc49 (bug #538580) 25 Aug 2014; Michael Sterrett <[email protected]> -glob2-0.9.4.4.ebuild: old
