mr_bones_ 15/02/19 10:06:50 Modified: gslist-0.8.8a.ebuild ChangeLog Log: EAPI=5 (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.4 games-util/gslist/gslist-0.8.8a.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/gslist/gslist-0.8.8a.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/gslist/gslist-0.8.8a.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/gslist/gslist-0.8.8a.ebuild?r1=1.3&r2=1.4 Index: gslist-0.8.8a.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-util/gslist/gslist-0.8.8a.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- gslist-0.8.8a.ebuild 22 May 2010 15:22:27 -0000 1.3 +++ gslist-0.8.8a.ebuild 19 Feb 2015 10:06:50 -0000 1.4 @@ -1,8 +1,8 @@ -# Copyright 1999-2010 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/gslist/gslist-0.8.8a.ebuild,v 1.3 2010/05/22 15:22:27 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/gslist/gslist-0.8.8a.ebuild,v 1.4 2015/02/19 10:06:50 mr_bones_ Exp $ -EAPI=2 +EAPI=5 inherit eutils games DESCRIPTION="A GameSpy server browser" @@ -26,11 +26,11 @@ } src_compile() { - emake SQL=0 $(use web || echo GSWEB=0) || die "emake failed" + emake SQL=0 $(use web || echo GSWEB=0) } src_install() { - dogamesbin ${PN} || die "dogamesbin failed" + dogamesbin ${PN} dodoc ${PN}.txt prepgamesdirs } 1.9 games-util/gslist/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/gslist/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/gslist/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/gslist/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-util/gslist/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 22 May 2010 15:22:27 -0000 1.8 +++ ChangeLog 19 Feb 2015 10:06:50 -0000 1.9 @@ -1,6 +1,9 @@ # ChangeLog for games-util/gslist -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/gslist/ChangeLog,v 1.8 2010/05/22 15:22:27 pacho Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-util/gslist/ChangeLog,v 1.9 2015/02/19 10:06:50 mr_bones_ Exp $ + + 19 Feb 2015; Michael Sterrett <[email protected]> gslist-0.8.8a.ebuild: + EAPI=5 22 May 2010; Pacho Ramos <[email protected]> gslist-0.8.8a.ebuild: stable amd64, bug 303833 @@ -35,4 +38,3 @@ 04 Jan 2007; Tristan Heaven <[email protected]> +files/gslist-0.8.2-build.patch, +metadata.xml, +gslist-0.8.2.ebuild: Initial commit, bug #111319 -
