diff options
author | Matt Jolly <Matt.Jolly@footclan.ninja> | 2022-09-17 22:33:44 +1000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-12 23:57:12 +0100 |
commit | 15c5d5506e574f08c0b822bd4d223694df65fdfd (patch) | |
tree | de65a79915c1a07feb75cbbb28486ce96ebb49cc /games-rpg | |
parent | games-rpg/zsxd: add 1.12.2 (diff) | |
download | gentoo-15c5d5506e574f08c0b822bd4d223694df65fdfd.tar.gz gentoo-15c5d5506e574f08c0b822bd4d223694df65fdfd.tar.bz2 gentoo-15c5d5506e574f08c0b822bd4d223694df65fdfd.zip |
games-rpg/zsxd: drop 1.9.0-r1
Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-rpg')
-rw-r--r-- | games-rpg/zsxd/Manifest | 1 | ||||
-rw-r--r-- | games-rpg/zsxd/zsxd-1.9.0-r1.ebuild | 49 |
2 files changed, 0 insertions, 50 deletions
diff --git a/games-rpg/zsxd/Manifest b/games-rpg/zsxd/Manifest index dd4c228e28c1..d86c8e467b5a 100644 --- a/games-rpg/zsxd/Manifest +++ b/games-rpg/zsxd/Manifest @@ -1,2 +1 @@ DIST zsxd-v1.12.2.tar.gz 4439231 BLAKE2B 1cba628a427cae10e0b08498690b95ef5a60f62531b1b4c7635ccbd561201ff54511b5c32e8e5e3251625e08276466ef2faa81f62eb2b67669cc001b00b7f215 SHA512 434c5f433be6a535c9976175d54d16d39c65d40c3a03199453282bef9a79e3eec71c676cf4a57a621460ff3e5397ec595d0e0dae8dc45afe13d45a5a5f003614 -DIST zsxd-zsxd-1.9.0.tar.gz 3690390 BLAKE2B c5b6a671c5b5f8ba702ba23f447c0858aa870730a752761f65092b8e1f4a0879f2877fabf0e52a71be380ff25628f0be94f01f6a02009bfe4f7d1952f50ba5f4 SHA512 a457374adc7a8f4b7872b6f6693051d1499320f4349d55009e581132b62f5eebd6e35cc80c1ac14c5c80b74145fb7ac26b312f3f329df71c36e71d9a38383f05 diff --git a/games-rpg/zsxd/zsxd-1.9.0-r1.ebuild b/games-rpg/zsxd/zsxd-1.9.0-r1.ebuild deleted file mode 100644 index ea879c3b692d..000000000000 --- a/games-rpg/zsxd/zsxd-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 parody" -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 bindist" - -RDEPEND=" - >=games-engines/solarus-1.3.1-r1 - <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 XD" -} |