mr_bones_ 15/03/23 01:25:08 Modified: xqf-1.0.5.ebuild ChangeLog Log: EAPI=5 (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.12 games-util/xqf/xqf-1.0.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/xqf/xqf-1.0.5.ebuild?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/xqf/xqf-1.0.5.ebuild?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/xqf/xqf-1.0.5.ebuild?r1=1.11&r2=1.12 Index: xqf-1.0.5.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-util/xqf/xqf-1.0.5.ebuild,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- xqf-1.0.5.ebuild 3 May 2012 03:41:15 -0000 1.11 +++ xqf-1.0.5.ebuild 23 Mar 2015 01:25:08 -0000 1.12 @@ -1,9 +1,9 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/xqf/xqf-1.0.5.ebuild,v 1.11 2012/05/03 03:41:15 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/xqf/xqf-1.0.5.ebuild,v 1.12 2015/03/23 01:25:08 mr_bones_ Exp $ -EAPI=2 -inherit base eutils +EAPI=5 +inherit eutils DESCRIPTION="A server browser for many FPS games (frontend for qstat)" HOMEPAGE="http://www.linuxgames.com/xqf/" @@ -24,9 +24,15 @@ nls? ( sys-devel/gettext )" # bug #288853 -PATCHES=( "${FILESDIR}"/${P}-cpu-overrun.patch - "${FILESDIR}"/${P}-underlink.patch - "${FILESDIR}"/${P}-zlib-1.2.5.1-compile-fix.patch ) +src_prepare() { + epatch \ + "${FILESDIR}"/${P}-cpu-overrun.patch \ + "${FILESDIR}"/${P}-underlink.patch \ + "${FILESDIR}"/${P}-zlib-1.2.5.1-compile-fix.patch + sed -i \ + -e '/Icon/s/.png//' \ + xqf.desktop.in || die +} src_configure() { econf \ @@ -35,8 +41,3 @@ $(use_enable bzip2) \ --enable-gtk2 } - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS BUGS ChangeLog NEWS README TODO -} 1.35 games-util/xqf/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/xqf/ChangeLog?rev=1.35&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/xqf/ChangeLog?rev=1.35&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/xqf/ChangeLog?r1=1.34&r2=1.35 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-util/xqf/ChangeLog,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- ChangeLog 3 May 2012 03:41:15 -0000 1.34 +++ ChangeLog 23 Mar 2015 01:25:08 -0000 1.35 @@ -1,6 +1,9 @@ # ChangeLog for games-util/xqf -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/xqf/ChangeLog,v 1.34 2012/05/03 03:41:15 jdhore Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-util/xqf/ChangeLog,v 1.35 2015/03/23 01:25:08 mr_bones_ Exp $ + + 23 Mar 2015; Michael Sterrett <[email protected]> xqf-1.0.5.ebuild: + EAPI=5 03 May 2012; Jeff Horelick <[email protected]> xqf-1.0.5.ebuild: dev-util/pkgconfig -> virtual/pkgconfig @@ -163,7 +166,7 @@ fix sourceforge mirroring. 13 April 2002; Bart Verwilst <[email protected]>: just added a - description, and cleaned up the $Header: /var/cvsroot/gentoo-x86/games-util/xqf/ChangeLog,v 1.34 2012/05/03 03:41:15 jdhore Exp $ + description, and cleaned up the $Header: /var/cvsroot/gentoo-x86/games-util/xqf/ChangeLog,v 1.35 2015/03/23 01:25:08 mr_bones_ Exp $ *xqf-0.9.8 (6 Apr 2002)
