public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/orthorobot/
Date: Fri, 20 Jul 2018 21:24:49 +0000 (UTC)	[thread overview]
Message-ID: <1532120523.7b1aa8916856ce46d06bff6af32f03f4529b5fa7.mgorny@gentoo> (raw)

commit:     7b1aa8916856ce46d06bff6af32f03f4529b5fa7
Author:     BetaRays <BetaRays <AT> protonmail <DOT> com>
AuthorDate: Tue Jul 17 18:22:50 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jul 20 21:02:03 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b1aa891

games-arcade/orthorobot: Update love dependency

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 games-arcade/orthorobot/orthorobot-0-r2.ebuild | 41 ++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)

diff --git a/games-arcade/orthorobot/orthorobot-0-r2.ebuild b/games-arcade/orthorobot/orthorobot-0-r2.ebuild
new file mode 100644
index 00000000000..d8730666312
--- /dev/null
+++ b/games-arcade/orthorobot/orthorobot-0-r2.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit eutils
+
+DESCRIPTION="Perspective based puzzle game, where you flatten the view to move across gaps"
+HOMEPAGE="http://stabyourself.net/orthorobot/"
+SRC_URI="http://stabyourself.net/dl.php?file=${PN}/${PN}-source.zip -> ${P}.zip"
+
+LICENSE="CC-BY-NC-ND-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+LVSLOT="0.8"
+RDEPEND="games-engines/love:${LVSLOT}"
+DEPEND="app-arch/unzip"
+
+S="${WORKDIR}"
+
+src_unpack() {
+	default
+	#it is only one .love file (but with crappy name), so we can use asterisk
+	mv *.love "${P}.zip" || die 'mv failed'
+	unpack "./${P}.zip"
+	rm "${P}.zip" || die 'rm failed'
+}
+
+src_prepare() {
+	default
+	# fix error on quit
+	sed -i -e 's/love.event.push("q")/love.event.push(fadegoal)/' menu.lua || die 'sed failed'
+}
+
+src_install() {
+	local dir="/usr/share/love/${PN}"
+	insinto "${dir}"
+	doins -r .
+	make_wrapper "${PN}" "love-${LVSLOT} ${dir}"
+	make_desktop_entry "${PN}"
+}


             reply	other threads:[~2018-07-20 21:24 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-20 21:24 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-15  7:24 [gentoo-commits] repo/gentoo:master commit in: games-arcade/orthorobot/ Petr Vaněk
2023-02-14 11:19 Sergey Popov
2021-04-04  6:33 Sam James
2020-02-04 19:09 Sergey Popov
2018-04-22 19:40 Pacho Ramos
2018-04-22 19:40 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=1532120523.7b1aa8916856ce46d06bff6af32f03f4529b5fa7.mgorny@gentoo \
    --to=mgorny@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