public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-action/deathchase3d/
@ 2015-11-22  6:09 Michael Sterrett
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Sterrett @ 2015-11-22  6:09 UTC (permalink / raw
  To: gentoo-commits

commit:     de6a4318c844c657ac65786afbfef15db11c09c7
Author:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 22 06:09:07 2015 +0000
Commit:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Sun Nov 22 06:09:07 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de6a4318

use epatch to apply patch

Package-Manager: portage-2.2.20.1

 games-action/deathchase3d/deathchase3d-0.9.ebuild | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/games-action/deathchase3d/deathchase3d-0.9.ebuild b/games-action/deathchase3d/deathchase3d-0.9.ebuild
index 35290c1..8a9b39e 100644
--- a/games-action/deathchase3d/deathchase3d-0.9.ebuild
+++ b/games-action/deathchase3d/deathchase3d-0.9.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
-EAPI=4
 
-inherit games
+EAPI=5
+inherit eutils games
 
 DESCRIPTION="A remake of the Sinclair Spectrum game of the same name"
 HOMEPAGE="http://www.autismuk.freeserve.co.uk/"
@@ -14,10 +14,12 @@ SLOT="0"
 KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
-DEPEND="media-libs/libsdl"
-RDEPEND="${DEPEND}"
+DEPEND="media-libs/libsdl[video]"
+RDEPEND=${DEPEND}
 
-PATCHES=( "${FILESDIR}"/${P}-underlink.patch )
+src_prepare() {
+	epatch "${FILESDIR}"/${P}-underlink.patch
+}
 
 src_install() {
 	dogamesbin "${PN}/${PN}"


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

* [gentoo-commits] repo/gentoo:master commit in: games-action/deathchase3d/
@ 2021-09-13  8:07 Ionen Wolkens
  0 siblings, 0 replies; 3+ messages in thread
From: Ionen Wolkens @ 2021-09-13  8:07 UTC (permalink / raw
  To: gentoo-commits

commit:     035240349b99ae1206282fd3a7655adbb50f6e96
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 13 04:54:59 2021 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Mon Sep 13 08:07:08 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03524034

games-action/deathchase3d: EAPI6->8, remove homepage, add .desktop

HOMEPAGE does not seem to have a replacement

Closes: https://bugs.gentoo.org/680562
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 .../deathchase3d/deathchase3d-0.9-r1.ebuild         | 21 ++++++++++++---------
 1 file changed, 12 insertions(+), 9 deletions(-)

diff --git a/games-action/deathchase3d/deathchase3d-0.9-r1.ebuild b/games-action/deathchase3d/deathchase3d-0.9-r1.ebuild
index 41a27eb9534..89616438bd2 100644
--- a/games-action/deathchase3d/deathchase3d-0.9-r1.ebuild
+++ b/games-action/deathchase3d/deathchase3d-0.9-r1.ebuild
@@ -1,25 +1,28 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
-DESCRIPTION="A remake of the Sinclair Spectrum game of the same name"
-HOMEPAGE="http://www.autismuk.freeserve.co.uk/"
-SRC_URI="http://www.autismuk.freeserve.co.uk/${P}.tar.gz"
+inherit desktop
 
-LICENSE="GPL-2"
+DESCRIPTION="Remake of the Sinclair Spectrum game of the same name"
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
+SRC_URI="mirror://gentoo/${P}.tar.gz"
+
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
-DEPEND="media-libs/libsdl[video]"
-RDEPEND=${DEPEND}
+RDEPEND="media-libs/libsdl[video]"
+DEPEND="${DEPEND}"
 
 PATCHES=(
 	"${FILESDIR}/${P}-underlink.patch"
 )
 
 src_install() {
-	dobin "${PN}/${PN}"
+	dobin ${PN}/${PN}
 	dodoc README ${PN}/docs/en/index.html
+
+	make_desktop_entry ${PN} "Death Chase 3D" applications-games
 }


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

* [gentoo-commits] repo/gentoo:master commit in: games-action/deathchase3d/
@ 2022-03-10 23:12 Sam James
  0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2022-03-10 23:12 UTC (permalink / raw
  To: gentoo-commits

commit:     cc5c7ffedd38a3fa68ead12e97b4c29a460b060d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 10 23:09:27 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 10 23:09:27 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc5c7ffe

games-action/deathchase3d: fix DEPEND

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

 games-action/deathchase3d/deathchase3d-0.9-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-action/deathchase3d/deathchase3d-0.9-r1.ebuild b/games-action/deathchase3d/deathchase3d-0.9-r1.ebuild
index 89616438bd28..e32544fe26a8 100644
--- a/games-action/deathchase3d/deathchase3d-0.9-r1.ebuild
+++ b/games-action/deathchase3d/deathchase3d-0.9-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -14,7 +14,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
 RDEPEND="media-libs/libsdl[video]"
-DEPEND="${DEPEND}"
+DEPEND="${RDEPEND}"
 
 PATCHES=(
 	"${FILESDIR}/${P}-underlink.patch"


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

end of thread, other threads:[~2022-03-10 23:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-10 23:12 [gentoo-commits] repo/gentoo:master commit in: games-action/deathchase3d/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2021-09-13  8:07 Ionen Wolkens
2015-11-22  6:09 Michael Sterrett

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