From 5d5df1204bfe4b40053b821f9e33daf4f95c864d Mon Sep 17 00:00:00 2001 From: David Seifert Date: Wed, 20 Dec 2017 22:30:33 +0100 Subject: games-util/gslist: Remove old Package-Manager: Portage-2.3.16, Repoman-2.3.6 --- games-util/gslist/gslist-0.8.11a.ebuild | 35 --------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 games-util/gslist/gslist-0.8.11a.ebuild (limited to 'games-util') diff --git a/games-util/gslist/gslist-0.8.11a.ebuild b/games-util/gslist/gslist-0.8.11a.ebuild deleted file mode 100644 index e9cc99077f2b..000000000000 --- a/games-util/gslist/gslist-0.8.11a.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -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 -} -- cgit v1.2.3-65-gdbad