hasufell 14/05/31 12:04:25 Modified: ChangeLog freeciv-2.4.2.ebuild Log: don't rely on broken autoreconf wrt #511904 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
Revision Changes Path 1.152 games-strategy/freeciv/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeciv/ChangeLog?rev=1.152&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeciv/ChangeLog?rev=1.152&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeciv/ChangeLog?r1=1.151&r2=1.152 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v retrieving revision 1.151 retrieving revision 1.152 diff -u -r1.151 -r1.152 --- ChangeLog 24 May 2014 15:16:41 -0000 1.151 +++ ChangeLog 31 May 2014 12:04:25 -0000 1.152 @@ -1,6 +1,10 @@ # ChangeLog for games-strategy/freeciv # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v 1.151 2014/05/24 15:16:41 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v 1.152 2014/05/31 12:04:25 hasufell Exp $ + + 31 May 2014; Julian Ospald <[email protected]> freeciv-2.4.2.ebuild, + files/freeciv-2.4.2-as-needed.patch: + don't rely on broken autoreconf wrt #511904 24 May 2014; Julian Ospald <[email protected]> freeciv-2.4.2.ebuild, +files/freeciv-2.4.2-as-needed.patch: 1.4 games-strategy/freeciv/freeciv-2.4.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeciv/freeciv-2.4.2.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeciv/freeciv-2.4.2.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeciv/freeciv-2.4.2.ebuild?r1=1.3&r2=1.4 Index: freeciv-2.4.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.4.2.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- freeciv-2.4.2.ebuild 24 May 2014 15:16:41 -0000 1.3 +++ freeciv-2.4.2.ebuild 31 May 2014 12:04:25 -0000 1.4 @@ -1,11 +1,11 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.4.2.ebuild,v 1.3 2014/05/24 15:16:41 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.4.2.ebuild,v 1.4 2014/05/31 12:04:25 hasufell Exp $ # FIXME: gtk3 support breaks ggz support EAPI=5 -inherit autotools eutils gnome2-utils games-ggz games +inherit eutils gnome2-utils games-ggz games DESCRIPTION="multiplayer strategy game (Civilization Clone)" HOMEPAGE="http://www.freeciv.org/" @@ -70,7 +70,6 @@ src_prepare() { epatch "${FILESDIR}"/${P}-as-needed.patch - eautoreconf # install the .desktop in /usr/share/applications # install the icons in /usr/share/pixmaps
