public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/whichwayisup/
Date: Tue, 24 Apr 2018 19:26:44 +0000 (UTC)	[thread overview]
Message-ID: <1524597995.79f46506edf99719b830e2d565f82d8d2e36600a.pacho@gentoo> (raw)

commit:     79f46506edf99719b830e2d565f82d8d2e36600a
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 24 19:15:43 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Apr 24 19:26:35 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79f46506

games-arcade/whichwayisup: Stop using games.eclass

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 .../whichwayisup/whichwayisup-0.7.9-r2.ebuild      | 59 ++++++++++++++++++++++
 1 file changed, 59 insertions(+)

diff --git a/games-arcade/whichwayisup/whichwayisup-0.7.9-r2.ebuild b/games-arcade/whichwayisup/whichwayisup-0.7.9-r2.ebuild
new file mode 100644
index 00000000000..84964d15a79
--- /dev/null
+++ b/games-arcade/whichwayisup/whichwayisup-0.7.9-r2.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit desktop python-single-r1
+
+MY_PV="${PV//./}"
+MY_P="${PN}_b${MY_PV}"
+
+DESCRIPTION="A traditional and challenging 2D platformer game with a slight rotational twist"
+HOMEPAGE="http://hectigo.net/puskutraktori/whichwayisup/"
+SRC_URI="http://hectigo.net/puskutraktori/whichwayisup/${MY_P}.zip"
+
+LICENSE="GPL-2 CC-BY-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+	dev-python/pygame[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+	app-arch/unzip
+"
+
+S="${WORKDIR}/${PN}"
+
+src_prepare() {
+	default
+	sed -i \
+		-e "s:libdir\ =\ .*:libdir\ =\ \"/usr/$(get_libdir)/${PN}\":" \
+		run_game.py || die
+	sed -i \
+		-e "s:data_dir\ =\ .*:data_dir\ =\ \"/usr/share/${PN}\":" \
+		lib/data.py || die
+	rm data/pictures/Thumbs.db
+	python_fix_shebang .
+}
+
+src_install() {
+	newbin run_game.py ${PN}
+
+	insinto "/usr/$(get_libdir)/${PN}"
+	doins lib/*.py
+
+	python_optimize "${ED}/usr/$(get_libdir)/${PN}"
+
+	einstalldocs
+
+	insinto "/usr/share/${PN}"
+	doins -r data/*
+
+	newicon "${FILESDIR}"/${PN}-32.xpm ${PN}.xpm
+	make_desktop_entry ${PN} "Which Way Is Up?"
+}


             reply	other threads:[~2018-04-24 19:26 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-24 19:26 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-05 23:44 [gentoo-commits] repo/gentoo:master commit in: games-arcade/whichwayisup/ Ionen Wolkens
2023-01-17  6:03 Ionen Wolkens
2021-11-14  0:45 Ionen Wolkens
2021-11-14  0:45 Ionen Wolkens
2021-07-21 13:08 Ionen Wolkens
2021-05-23 10:42 Sergei Trofimovich
2019-12-27 11:05 Pacho Ramos
2019-12-26 15:38 David Seifert
2019-12-25 17:23 Pacho Ramos
2018-04-24 19:26 Pacho Ramos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1524597995.79f46506edf99719b830e2d565f82d8d2e36600a.pacho@gentoo \
    --to=pacho@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox