mr_bones_ 14/06/25 06:04:59 Modified: gwp-0.4.0-r2.ebuild ChangeLog Log: link with gold linker (bug #514428) (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.8 games-strategy/gwp/gwp-0.4.0-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/gwp/gwp-0.4.0-r2.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/gwp/gwp-0.4.0-r2.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/gwp/gwp-0.4.0-r2.ebuild?r1=1.7&r2=1.8 Index: gwp-0.4.0-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-strategy/gwp/gwp-0.4.0-r2.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- gwp-0.4.0-r2.ebuild 4 May 2012 04:51:08 -0000 1.7 +++ gwp-0.4.0-r2.ebuild 25 Jun 2014 06:04:59 -0000 1.8 @@ -1,9 +1,9 @@ -# 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/gwp/gwp-0.4.0-r2.ebuild,v 1.7 2012/05/04 04:51:08 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/gwp/gwp-0.4.0-r2.ebuild,v 1.8 2014/06/25 06:04:59 mr_bones_ Exp $ EAPI=2 -inherit eutils gnome2 +inherit eutils flag-o-matic gnome2 DESCRIPTION="GNOME client for the classic PBEM strategy game VGA Planets 3" HOMEPAGE="http://gwp.lunix.com.ar/" @@ -27,6 +27,7 @@ nls? ( sys-devel/gettext )" src_prepare() { + append-libs -lm gnome2_src_prepare epatch \ "${FILESDIR}"/${P}-gcc41.patch \ @@ -34,8 +35,7 @@ sed -i \ -e '/ -O1/d' \ -e '/ -g$/d' \ - src/Makefile.in \ - || die "sed failed" + src/Makefile.in || die } src_configure() { 1.10 games-strategy/gwp/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/gwp/ChangeLog?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/gwp/ChangeLog?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/gwp/ChangeLog?r1=1.9&r2=1.10 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-strategy/gwp/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ChangeLog 4 May 2012 04:51:08 -0000 1.9 +++ ChangeLog 25 Jun 2014 06:04:59 -0000 1.10 @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/gwp -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/gwp/ChangeLog,v 1.9 2012/05/04 04:51:08 jdhore Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/gwp/ChangeLog,v 1.10 2014/06/25 06:04:59 mr_bones_ Exp $ + + 25 Jun 2014; Michael Sterrett <mr_bon...@gentoo.org> gwp-0.4.0-r2.ebuild: + link with gold linker (bug #514428) 04 May 2012; Jeff Horelick <jdh...@gentoo.org> gwp-0.4.0-r2.ebuild: dev-util/pkgconfig -> virtual/pkgconfig @@ -40,4 +43,3 @@ Initial import. Original ebuild by James Jones <jcjo...@ufl.edu> and edited by me. Updated ebuild provided by Tom Wesley <t...@tomaw.org> and edited by me. Closing bug #56533. -