Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-rpg/zsdx/
Date: Tue, 01 May 2018 19:37:47
Message-Id: 1525203336.371bf6b9ba9c16bdd29cdd22ce54a42ea1077d32.pacho@gentoo
1 commit: 371bf6b9ba9c16bdd29cdd22ce54a42ea1077d32
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 1 17:55:52 2018 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Tue May 1 19:35:36 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=371bf6b9
7
8 games-rpg/zsdx: Drop old
9
10 Package-Manager: Portage-2.3.31, Repoman-2.3.9
11
12 games-rpg/zsdx/zsdx-1.9.0.ebuild | 65 ----------------------------------------
13 1 file changed, 65 deletions(-)
14
15 diff --git a/games-rpg/zsdx/zsdx-1.9.0.ebuild b/games-rpg/zsdx/zsdx-1.9.0.ebuild
16 deleted file mode 100644
17 index f77a8c06fcc..00000000000
18 --- a/games-rpg/zsdx/zsdx-1.9.0.ebuild
19 +++ /dev/null
20 @@ -1,65 +0,0 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -
26 -inherit cmake-utils gnome2-utils games
27 -
28 -DESCRIPTION="A free 2D Zelda fangame"
29 -HOMEPAGE="http://www.solarus-games.org/"
30 -SRC_URI="http://www.zelda-solarus.com/downloads/${PN}/${P}.tar.gz"
31 -
32 -LICENSE="all-rights-reserved CC-BY-SA-3.0 GPL-3"
33 -SLOT="0"
34 -KEYWORDS="~amd64 ~x86"
35 -IUSE=""
36 -RESTRICT="mirror"
37 -
38 -RDEPEND=">=games-engines/solarus-1.3.0
39 - <games-engines/solarus-1.4.0"
40 -DEPEND="app-arch/zip"
41 -
42 -DOCS=( ChangeLog readme.txt )
43 -
44 -src_prepare() {
45 - cmake-utils_src_prepare
46 -}
47 -
48 -src_configure() {
49 - local mycmakeargs=(
50 - -DSOLARUS_INSTALL_DATAROOTDIR="${GAMES_DATADIR}"
51 - -DSOLARUS_INSTALL_BINDIR="${GAMES_BINDIR}"
52 - )
53 - cmake-utils_src_configure
54 -}
55 -
56 -src_compile() {
57 - cmake-utils_src_compile
58 -}
59 -
60 -src_install() {
61 - cmake-utils_src_install
62 - newicon -s 48 build/icons/${PN}_icon_48.png ${PN}.png
63 - newicon -s 256 build/icons/${PN}_icon_256.png ${PN}.png
64 -
65 - # install proper wrapper script
66 - rm -f "${ED%/}${GAMES_BINDIR}"/${PN}
67 - games_make_wrapper ${PN} "solarus \"${GAMES_DATADIR}/solarus/${PN}\""
68 -
69 - make_desktop_entry "${PN}" "Zelda: Mystery of Solarus DX"
70 - prepgamesdirs
71 -}
72 -
73 -pkg_preinst() {
74 - games_pkg_preinst
75 - gnome2_icon_savelist
76 -}
77 -
78 -pkg_postinst() {
79 - games_pkg_postinst
80 - gnome2_icon_cache_update
81 -}
82 -
83 -pkg_postrm() {
84 - gnome2_icon_cache_update
85 -}