public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-util/gslist/
@ 2016-06-29 22:54 Austin English
  0 siblings, 0 replies; 2+ messages in thread
From: Austin English @ 2016-06-29 22:54 UTC (permalink / raw
  To: gentoo-commits

commit:     4149932ec6fff6292f0431277d4b0273dd51ebd7
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 29 22:54:02 2016 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Wed Jun 29 22:54:17 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4149932e

games-util/gslist: remove depreacted games eclass

Also update to EAPI 6

Gentoo-Bug: https://bugs.gentoo.org/574082

Package-Manager: portage-2.2.28

 games-util/gslist/gslist-0.8.11a-r1.ebuild | 38 ++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

diff --git a/games-util/gslist/gslist-0.8.11a-r1.ebuild b/games-util/gslist/gslist-0.8.11a-r1.ebuild
new file mode 100644
index 0000000..b497ce2
--- /dev/null
+++ b/games-util/gslist/gslist-0.8.11a-r1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+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}"
+
+PATCHES=(
+	"${FILESDIR}"/${P}-build.patch
+)
+
+src_prepare() {
+	default
+	rm -f gslist gslistsql *.exe *.dll || die
+}
+
+src_compile() {
+	emake SQL=0 $(use web || echo GSWEB=0)
+}
+
+src_install() {
+	dobin ${PN}
+	dodoc ${PN}.txt
+}


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-util/gslist/
@ 2017-12-21  1:57 David Seifert
  0 siblings, 0 replies; 2+ messages in thread
From: David Seifert @ 2017-12-21  1:57 UTC (permalink / raw
  To: gentoo-commits

commit:     5d5df1204bfe4b40053b821f9e33daf4f95c864d
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 20 21:30:33 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Dec 21 01:56:43 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d5df120

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(-)

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 e9cc99077f2..00000000000
--- 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
-}


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-12-21  1:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-29 22:54 [gentoo-commits] repo/gentoo:master commit in: games-util/gslist/ Austin English
  -- strict thread matches above, loose matches on Subject: below --
2017-12-21  1:57 David Seifert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox