games-util/gslist: Remove old
authorDavid Seifert <soap@gentoo.org>
Wed, 20 Dec 2017 21:30:33 +0000 (22:30 +0100)
committerDavid Seifert <soap@gentoo.org>
Thu, 21 Dec 2017 01:56:43 +0000 (02:56 +0100)
Package-Manager: Portage-2.3.16, Repoman-2.3.6

games-util/gslist/gslist-0.8.11a.ebuild [deleted file]

diff --git a/games-util/gslist/gslist-0.8.11a.ebuild b/games-util/gslist/gslist-0.8.11a.ebuild
deleted file mode 100644 (file)
index e9cc990..0000000
+++ /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
-}