summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Jolly <Matt.Jolly@footclan.ninja>2022-09-17 22:42:06 +1000
committerSam James <sam@gentoo.org>2022-10-12 23:57:13 +0100
commit220b4f26e4598e75dba9c6a3fa775cd397df1db7 (patch)
tree87d92f1223ef30cef3e86e1529a410950388f57c /games-rpg
parentgames-rpg/zsdx: add 1.12.3 (diff)
downloadgentoo-220b4f26e4598e75dba9c6a3fa775cd397df1db7.tar.gz
gentoo-220b4f26e4598e75dba9c6a3fa775cd397df1db7.tar.bz2
gentoo-220b4f26e4598e75dba9c6a3fa775cd397df1db7.zip
games-rpg/zsdx: drop 1.9.0-r1
Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja> Closes: https://github.com/gentoo/gentoo/pull/27289 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-rpg')
-rw-r--r--games-rpg/zsdx/Manifest1
-rw-r--r--games-rpg/zsdx/zsdx-1.9.0-r1.ebuild49
2 files changed, 0 insertions, 50 deletions
diff --git a/games-rpg/zsdx/Manifest b/games-rpg/zsdx/Manifest
index 91b0264a147f..4c01d44ed7f6 100644
--- a/games-rpg/zsdx/Manifest
+++ b/games-rpg/zsdx/Manifest
@@ -1,2 +1 @@
DIST zsdx-v1.12.3.tar.gz 21121784 BLAKE2B bc4d72f96b4a77daf72caea12526512565598700c704094b704d7b4713083bc4559e2019e426504f3631b6936b5b87c27ce37f6827a2700ca0a4e4448447ff02 SHA512 9a2a091023ccba0eb78ac16c7559eaf7756550fb81c69c69390f3f8add6b8fab05fefb438bfc66a59436cbec92c588038d014adea98c5748e4ed276c1d8213f1
-DIST zsdx-zsdx-1.9.0.tar.gz 20760682 BLAKE2B 7063b7bc34a03c5e1879eaae78d28dcf28ae9799eed2ef2b4422f3fad709234ae6ebb67f641d76df370b27b72eb6f9ed6d611b8bead37b87287637cb28b072cb SHA512 673a7db1dadfae09df23b189b9e18af1182cb731897e4067f47867387c04b21308991116c6f840cb228adee9c459565c2f5e6f1a01e885ea23c00347d4d64540
diff --git a/games-rpg/zsdx/zsdx-1.9.0-r1.ebuild b/games-rpg/zsdx/zsdx-1.9.0-r1.ebuild
deleted file mode 100644
index 4b05d8e37e66..000000000000
--- a/games-rpg/zsdx/zsdx-1.9.0-r1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-CMAKE_MAKEFILE_GENERATOR=emake
-inherit cmake desktop wrapper xdg
-
-DESCRIPTION="Free 2D Zelda fangame"
-HOMEPAGE="https://www.solarus-games.org/"
-SRC_URI="https://gitlab.com/solarus-games/${PN}/-/archive/${PN}-${PV}/${PN}-${PN}-${PV}.tar.gz"
-S="${WORKDIR}/${PN}-${PN}-${PV}"
-
-LICENSE="all-rights-reserved CC-BY-SA-3.0 GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-RESTRICT="mirror"
-
-RDEPEND="
- >=games-engines/solarus-1.3.0
- <games-engines/solarus-1.4.0
-"
-BDEPEND="app-arch/zip"
-
-DOCS=( ChangeLog readme.txt )
-
-src_prepare() {
- cmake_src_prepare
-}
-
-src_configure() {
- local mycmakeargs=(
- -DSOLARUS_INSTALL_DATAROOTDIR="/usr/share"
- -DSOLARUS_INSTALL_BINDIR="/usr/bin"
- )
- cmake_src_configure
-}
-
-src_install() {
- cmake_src_install
- newicon -s 48 build/icons/${PN}_icon_48.png ${PN}.png
- newicon -s 256 build/icons/${PN}_icon_256.png ${PN}.png
-
- # install proper wrapper script
- rm "${ED}"/usr/bin/${PN} || die
- make_wrapper ${PN} "solarus \"/usr/share/solarus/${PN}\""
-
- make_desktop_entry "${PN}" "Zelda: Mystery of Solarus DX"
-}