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

commit:     cf7d59447881f4e83500175e4af379524b3f555e
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 29 22:11:39 2016 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Wed Jun 29 22:16:53 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf7d5944

games-util/xgame: remove deprecated games eclass

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

Package-Manager: portage-2.2.28

 games-util/xgame/xgame-1.7.1-r1.ebuild | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/games-util/xgame/xgame-1.7.1-r1.ebuild b/games-util/xgame/xgame-1.7.1-r1.ebuild
new file mode 100644
index 0000000..b6f6e06
--- /dev/null
+++ b/games-util/xgame/xgame-1.7.1-r1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Run games in a separate X session"
+HOMEPAGE="http://xgame.tlhiv.com/"
+SRC_URI="http://downloads.tlhiv.com/xgame/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND=
+RDEPEND="dev-lang/perl"
+
+src_install() {
+	default
+	dobin xgame
+}


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

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

commit:     bf948025ee5137b51194f961a900eacaaf6928f3
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 20 21:30:34 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Dec 21 01:57:19 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf948025

games-util/xgame: Remove old

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 games-util/xgame/xgame-1.7.1.ebuild | 23 -----------------------
 1 file changed, 23 deletions(-)

diff --git a/games-util/xgame/xgame-1.7.1.ebuild b/games-util/xgame/xgame-1.7.1.ebuild
deleted file mode 100644
index dd1e1220b46..00000000000
--- a/games-util/xgame/xgame-1.7.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit games
-
-DESCRIPTION="Run games in a separate X session"
-HOMEPAGE="http://xgame.tlhiv.com/"
-SRC_URI="http://downloads.tlhiv.com/xgame/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=
-RDEPEND="dev-lang/perl"
-
-src_install() {
-	dogamesbin xgame
-	dodoc README
-	prepgamesdirs
-}


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

* [gentoo-commits] repo/gentoo:master commit in: games-util/xgame/
@ 2021-04-21 18:51 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2021-04-21 18:51 UTC (permalink / raw
  To: gentoo-commits

commit:     6a97f7509adce3fb884d016af971e25c2c2ec693
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 21 09:01:59 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 21 18:49:57 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a97f750

games-util/xgame: update EAPI 6 -> 7

Signed-off-by: Sam James <sam <AT> gentoo.org>

 games-util/xgame/xgame-1.7.1-r1.ebuild | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/games-util/xgame/xgame-1.7.1-r1.ebuild b/games-util/xgame/xgame-1.7.1-r1.ebuild
index 22754c67d80..28d561192e8 100644
--- a/games-util/xgame/xgame-1.7.1-r1.ebuild
+++ b/games-util/xgame/xgame-1.7.1-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 DESCRIPTION="Run games in a separate X session"
 HOMEPAGE="http://xgame.tlhiv.com/"
@@ -10,9 +10,7 @@ SRC_URI="http://downloads.tlhiv.com/xgame/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
-DEPEND=
 RDEPEND="dev-lang/perl"
 
 src_install() {


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

* [gentoo-commits] repo/gentoo:master commit in: games-util/xgame/
@ 2024-07-20  7:45 Arthur Zamarin
  0 siblings, 0 replies; 4+ messages in thread
From: Arthur Zamarin @ 2024-07-20  7:45 UTC (permalink / raw
  To: gentoo-commits

commit:     972b96897d896d0fced92b9d7c33fad7d9ab1457
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 20 07:44:48 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 20 07:44:48 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=972b9689

games-util/xgame: treeclean

Closes: https://bugs.gentoo.org/934640 (pkgremoved)
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 games-util/xgame/Manifest              |  1 -
 games-util/xgame/metadata.xml          |  8 --------
 games-util/xgame/xgame-1.7.1-r1.ebuild | 19 -------------------
 3 files changed, 28 deletions(-)

diff --git a/games-util/xgame/Manifest b/games-util/xgame/Manifest
deleted file mode 100644
index 255290e01d05..000000000000
--- a/games-util/xgame/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST xgame-1.7.1.tar.gz 4657 BLAKE2B de9a7d470ab6577264cfa72d232c5cd70f6d2b2fd161d849d3f74439c236247be0c737281cd73f3f5f9b24eab301ac806e60aa372d2a35985118bf8b382c5f9b SHA512 1efe88dcac3ce6290220f60d664b3afa0e76901b9708502d954a3edca2ee73b3686af7639213067b2164990313db7eee66a404b9184440891a9f44a294008738

diff --git a/games-util/xgame/metadata.xml b/games-util/xgame/metadata.xml
deleted file mode 100644
index 7c730d47817a..000000000000
--- a/games-util/xgame/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="project">
-		<email>games@gentoo.org</email>
-		<name>Gentoo Games Project</name>
-	</maintainer>
-</pkgmetadata>

diff --git a/games-util/xgame/xgame-1.7.1-r1.ebuild b/games-util/xgame/xgame-1.7.1-r1.ebuild
deleted file mode 100644
index 28d561192e83..000000000000
--- a/games-util/xgame/xgame-1.7.1-r1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Run games in a separate X session"
-HOMEPAGE="http://xgame.tlhiv.com/"
-SRC_URI="http://downloads.tlhiv.com/xgame/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="dev-lang/perl"
-
-src_install() {
-	default
-	dobin xgame
-}


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

end of thread, other threads:[~2024-07-20  7:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-21 18:51 [gentoo-commits] repo/gentoo:master commit in: games-util/xgame/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-07-20  7:45 Arthur Zamarin
2017-12-21  1:57 David Seifert
2016-06-29 22:19 Austin English

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