tupone 14/10/29 12:49:58 Modified: ChangeLog warzone2100-3.1.1.ebuild Log: Fix Bug #523876 (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Revision Changes Path 1.87 games-strategy/warzone2100/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/warzone2100/ChangeLog?rev=1.87&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/warzone2100/ChangeLog?rev=1.87&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/warzone2100/ChangeLog?r1=1.86&r2=1.87 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v retrieving revision 1.86 retrieving revision 1.87 diff -u -r1.86 -r1.87 --- ChangeLog 10 Aug 2014 07:04:01 -0000 1.86 +++ ChangeLog 29 Oct 2014 12:49:58 -0000 1.87 @@ -1,6 +1,10 @@ # ChangeLog for games-strategy/warzone2100 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v 1.86 2014/08/10 07:04:01 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v 1.87 2014/10/29 12:49:58 tupone Exp $ + + 29 Oct 2014; Alfredo Tupone <[email protected]> warzone2100-3.1.1.ebuild, + +files/warzone2100-3.1.1-openGL.patch: + Fix Bug #523876 by Lars Wendler (Polynomial-C) 10 Aug 2014; Michael Sterrett <[email protected]> warzone2100-3.1.1.ebuild: tidy deps (bug #519486( 1.4 games-strategy/warzone2100/warzone2100-3.1.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/warzone2100/warzone2100-3.1.1.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/warzone2100/warzone2100-3.1.1.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/warzone2100/warzone2100-3.1.1.ebuild?r1=1.3&r2=1.4 Index: warzone2100-3.1.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/warzone2100-3.1.1.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- warzone2100-3.1.1.ebuild 10 Aug 2014 07:04:01 -0000 1.3 +++ warzone2100-3.1.1.ebuild 29 Oct 2014 12:49:58 -0000 1.4 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/warzone2100-3.1.1.ebuild,v 1.3 2014/08/10 07:04:01 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/warzone2100-3.1.1.ebuild,v 1.4 2014/10/29 12:49:58 tupone Exp $ EAPI=5 inherit autotools toolchain-funcs eutils versionator gnome2-utils games @@ -55,7 +55,8 @@ -e 's/#top_builddir/top_builddir/' \ po/Makevars || die - epatch "${FILESDIR}"/${P}-pkgconf.patch + epatch "${FILESDIR}"/${P}-pkgconf.patch \ + "${FILESDIR}"/${P}-openGL.patch eautoreconf }
