mr_bones_ 15/03/16 15:52:16 Modified: ChangeLog Added: gslist-0.8.11a.ebuild Log: version bump (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.11 games-util/gslist/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/gslist/ChangeLog?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/gslist/ChangeLog?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/gslist/ChangeLog?r1=1.10&r2=1.11 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-util/gslist/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ChangeLog 25 Feb 2015 08:19:41 -0000 1.10 +++ ChangeLog 16 Mar 2015 15:52:16 -0000 1.11 @@ -1,6 +1,13 @@ # ChangeLog for games-util/gslist # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/gslist/ChangeLog,v 1.10 2015/02/25 08:19:41 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/gslist/ChangeLog,v 1.11 2015/03/16 15:52:16 mr_bones_ Exp $ + +*gslist-0.8.11a (16 Mar 2015) + + 16 Mar 2015; Michael Sterrett <[email protected]> + +files/gslist-0.8.11a-build.patch, +gslist-0.8.11a.ebuild, + files/gslist-0.8.8a-build.patch: + version bump 25 Feb 2015; Michael Sterrett <[email protected]> gslist-0.8.8a.ebuild: Fix S 1.1 games-util/gslist/gslist-0.8.11a.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/gslist/gslist-0.8.11a.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/gslist/gslist-0.8.11a.ebuild?rev=1.1&content-type=text/plain Index: gslist-0.8.11a.ebuild =================================================================== # 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.11a.ebuild,v 1.1 2015/03/16 15:52:16 mr_bones_ Exp $ EAPI=5 inherit eutils games DESCRIPTION="A GameSpy server browser" HOMEPAGE="http://aluigi.altervista.org/papers.htm#gslist" SRC_URI="mirror://gentoo/${P}.zip" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~hppa ~x86" IUSE="web" RDEPEND="dev-libs/geoip" DEPEND="${RDEPEND} app-arch/unzip" S=${WORKDIR} src_prepare() { rm -f gslist gslistsql *.exe *.dll || die epatch "${FILESDIR}"/${P}-build.patch } src_compile() { emake SQL=0 $(use web || echo GSWEB=0) } src_install() { dogamesbin ${PN} dodoc ${PN}.txt prepgamesdirs }
