ssuominen 14/05/10 05:40:33 Modified: ufo-ai-2.4.ebuild ChangeLog Log: Link against mathlib for cos(), sin() and more wrt #509928 by Stefan Kalis (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path 1.5 games-strategy/ufo-ai/ufo-ai-2.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.4.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.4.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.4.ebuild?r1=1.4&r2=1.5 Index: ufo-ai-2.4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.4.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ufo-ai-2.4.ebuild 4 Nov 2012 06:02:12 -0000 1.4 +++ ufo-ai-2.4.ebuild 10 May 2014 05:40:33 -0000 1.5 @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.4.ebuild,v 1.4 2012/11/04 06:02:12 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.4.ebuild,v 1.5 2014/05/10 05:40:33 ssuominen Exp $ EAPI=3 inherit eutils flag-o-matic games @@ -54,7 +54,9 @@ # don't try to use the system mini-xml sed -i -e '/mxml/d' configure || die - epatch "${FILESDIR}"/${P}-locale.patch + epatch \ + "${FILESDIR}"/${P}-mathlib.patch \ + "${FILESDIR}"/${P}-locale.patch cp "${DISTDIR}"/1maps.pk3 "${WORKDIR}"/base/ || die mv "${WORKDIR}"/base/ "${S}"/ || die 1.42 games-strategy/ufo-ai/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/ufo-ai/ChangeLog?rev=1.42&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/ufo-ai/ChangeLog?rev=1.42&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/ufo-ai/ChangeLog?r1=1.41&r2=1.42 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ChangeLog,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- ChangeLog 4 Nov 2012 06:02:12 -0000 1.41 +++ ChangeLog 10 May 2014 05:40:33 -0000 1.42 @@ -1,6 +1,10 @@ # ChangeLog for games-strategy/ufo-ai -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ChangeLog,v 1.41 2012/11/04 06:02:12 mr_bones_ Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ChangeLog,v 1.42 2014/05/10 05:40:33 ssuominen Exp $ + + 10 May 2014; Samuli Suominen <[email protected]> + +files/ufo-ai-2.4-mathlib.patch, ufo-ai-2.4.ebuild: + Link against mathlib for cos(), sin() and more wrt #509928 by Stefan Kalis 04 Nov 2012; Michael Sterrett <[email protected]> ufo-ai-2.4.ebuild: don't try to use the system mini-xml (bug #440026)
