diff options
author | David Seifert <soap@gentoo.org> | 2017-12-20 22:30:28 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-12-21 02:51:24 +0100 |
commit | 0f71c39ac8e65547c3ceb42593e8c367d7ba37c2 (patch) | |
tree | f6e05bb6a7de57ea663164c7694a5e26582c4a65 /games-rpg | |
parent | games-rpg/xu4: Remove old (diff) | |
download | gentoo-0f71c39ac8e65547c3ceb42593e8c367d7ba37c2.tar.gz gentoo-0f71c39ac8e65547c3ceb42593e8c367d7ba37c2.tar.bz2 gentoo-0f71c39ac8e65547c3ceb42593e8c367d7ba37c2.zip |
games-rpg/zsxd: Remove old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'games-rpg')
-rw-r--r-- | games-rpg/zsxd/zsxd-1.9.0.ebuild | 60 |
1 files changed, 0 insertions, 60 deletions
diff --git a/games-rpg/zsxd/zsxd-1.9.0.ebuild b/games-rpg/zsxd/zsxd-1.9.0.ebuild deleted file mode 100644 index b62e432d6eb3..000000000000 --- a/games-rpg/zsxd/zsxd-1.9.0.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils gnome2-utils cmake-utils games - -DESCRIPTION="A free 2D Zelda fangame parody" -HOMEPAGE="http://www.solarus-games.org/" -SRC_URI="http://www.zelda-solarus.com/downloads/${PN}/${P}.tar.gz" - -LICENSE="all-rights-reserved CC-BY-SA-3.0 GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -RESTRICT="mirror bindist" - -RDEPEND="=games-engines/solarus-1.3.1" -DEPEND="app-arch/zip" - -DOCS=( ChangeLog readme.txt ) - -src_prepare() { - cmake-utils_src_prepare -} - -src_configure() { - local mycmakeargs=( - -DSOLARUS_INSTALL_DATAROOTDIR="${GAMES_DATADIR}" - -DSOLARUS_INSTALL_BINDIR="${GAMES_BINDIR}" - ) - cmake-utils_src_configure -} - -src_compile() { - cmake-utils_src_compile -} - -src_install() { - cmake-utils_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 -f "${ED%/}${GAMES_BINDIR}"/${PN} - games_make_wrapper ${PN} "solarus \"${GAMES_DATADIR}/solarus/${PN}\"" - - make_desktop_entry "${PN}" "Zelda: Mystery of Solarus XD" - prepgamesdirs -} - -pkg_preinst() { - games_pkg_preinst - gnome2_icon_savelist -} - -pkg_postinst() { - games_pkg_postinst - gnome2_icon_cache_update -} |