summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2021-09-13 00:54:59 -0400
committerIonen Wolkens <ionen@gentoo.org>2021-09-13 04:07:08 -0400
commit035240349b99ae1206282fd3a7655adbb50f6e96 (patch)
tree75024370ac92d703d21803369b57f70fe60dd35d /games-action/deathchase3d
parentdev-python/cangjie: enable py3.10 (diff)
downloadgentoo-035240349b99ae1206282fd3a7655adbb50f6e96.tar.gz
gentoo-035240349b99ae1206282fd3a7655adbb50f6e96.tar.bz2
gentoo-035240349b99ae1206282fd3a7655adbb50f6e96.zip
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@gentoo.org>
Diffstat (limited to 'games-action/deathchase3d')
-rw-r--r--games-action/deathchase3d/deathchase3d-0.9-r1.ebuild21
1 files 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 41a27eb95341..89616438bd28 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
}