summaryrefslogtreecommitdiff
path: root/games-arcade/orthorobot
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-04-28 20:02:04 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-04-28 20:02:04 +0100
commita4e2a46beb5e4858ef27bdedbb0ff6d2ced430ad (patch)
tree852c90a4bf354c30ea66504f70bfab5401fba18d /games-arcade/orthorobot
parent5e8702bcbbed438e6c6cce023e7ef0cc9baa3e02 (diff)
gentoo resync : 28.04.2018
Diffstat (limited to 'games-arcade/orthorobot')
-rw-r--r--games-arcade/orthorobot/Manifest2
-rw-r--r--games-arcade/orthorobot/orthorobot-0-r1.ebuild (renamed from games-arcade/orthorobot/orthorobot-0.ebuild)25
2 files changed, 9 insertions, 18 deletions
diff --git a/games-arcade/orthorobot/Manifest b/games-arcade/orthorobot/Manifest
index ba7661045a08..8c14019dcea5 100644
--- a/games-arcade/orthorobot/Manifest
+++ b/games-arcade/orthorobot/Manifest
@@ -1,3 +1,3 @@
DIST orthorobot-0.zip 3429026 BLAKE2B d21023045cce73142f03179719591f4f0e58a3a968a1094da07611ec77cac37bcf822ddd3748699c21718e27534ee2e993a1f4cab038dd745fc94337f277a374 SHA512 cf73bfd7d136c0d408dcee80db1193c4ae1d418128b8879a67c5fbfc013ce33ffab4255c0ea2e7d2a70f22301192fb77bd5b3105d69ff511d2d5a5b99fbd0cf0
-EBUILD orthorobot-0.ebuild 1141 BLAKE2B 65c8c395f91dfc600b16815093b153fd8841b021f0dbf886158019dcb30559ca9c59cce288e44c0859f25e45cec493fce9f1886c36a1beb8463f3ce67615e6b1 SHA512 a3784c8042f7f8163982bb5c3a10d018014eb5ff54630193c684fca90cd4f5b03a733fdd156f0abebbe9715f3e381ece5e36024dfa900843bf705c729645db6b
+EBUILD orthorobot-0-r1.ebuild 977 BLAKE2B fefeb5915d4acd6e51d9d7fa9724e5dc0db41eddb1f42666016cead27b93b6e3e5b1576578ccc250945495f0960b10dc656495bcb6af8cb9511378bb7e96014c SHA512 12cea3e84b373df31b1664d379492515283409aa4ad7288001be45991f155d3a8f8f07e0ec4d5182551b279f06316dc81a974ae6ffd2b8d11ee8abec54350d98
MISC metadata.xml 247 BLAKE2B 61049845c1ffb66aea9959f984983735ad8d7d9d37aab6da3a19951bbf8d67af657cacde1701da8a3dd93b0704c10430d511bea11d56bf98702950f0707436ec SHA512 96c55c2979dd6a4c4761fce9b5a0be387b11fcf197ef903d8680ae82f01a2caea93b1238bed1ac96d3eb250744e2149a507e0424ac017b4324f0806a54e72c4a
diff --git a/games-arcade/orthorobot/orthorobot-0.ebuild b/games-arcade/orthorobot/orthorobot-0-r1.ebuild
index 2a7389e1d90f..69e0533a32ca 100644
--- a/games-arcade/orthorobot/orthorobot-0.ebuild
+++ b/games-arcade/orthorobot/orthorobot-0-r1.ebuild
@@ -1,9 +1,8 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI="5"
-
-inherit eutils games
+EAPI=6
+inherit eutils
DESCRIPTION="Perspective based puzzle game, where you flatten the view to move across gaps"
HOMEPAGE="http://stabyourself.net/orthorobot/"
@@ -13,9 +12,8 @@ LICENSE="CC-BY-NC-ND-3.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-RDEPEND=">=games-engines/love-0.8.0"
-DEPEND="${RDEPEND}
- app-arch/unzip"
+RDEPEND=">=games-engines/love-0.8.0:0"
+DEPEND="app-arch/unzip"
S="${WORKDIR}"
@@ -28,22 +26,15 @@ src_unpack() {
}
src_prepare() {
+ default
# fix error on quit
sed -i -e 's/love.event.push("q")/love.event.push(fadegoal)/' menu.lua || die 'sed failed'
-
- epatch_user
}
src_install() {
- local dir="${GAMES_DATADIR}/love/${PN}"
+ local dir="/usr/share/love/${PN}"
insinto "${dir}"
doins -r .
- games_make_wrapper "${PN}" "love ${dir}"
+ make_wrapper "${PN}" "love ${dir}"
make_desktop_entry "${PN}"
- prepgamesdirs
-}
-
-pkg_postinst() {
- elog "${PN} savegames and configurations are stored in:"
- elog "~/.local/share/love/${PN}/"
}