public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/orthorobot/
@ 2018-04-22 19:40 Pacho Ramos
  0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos @ 2018-04-22 19:40 UTC (permalink / raw
  To: gentoo-commits

commit:     77ecba7e441dd468387111e32f24086783cff0e9
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 22 19:29:57 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Apr 22 19:40:02 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77ecba7e

games-arcade/orthorobot: Drop old

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 games-arcade/orthorobot/orthorobot-0.ebuild | 49 -----------------------------
 1 file changed, 49 deletions(-)

diff --git a/games-arcade/orthorobot/orthorobot-0.ebuild b/games-arcade/orthorobot/orthorobot-0.ebuild
deleted file mode 100644
index 2a7389e1d90..00000000000
--- a/games-arcade/orthorobot/orthorobot-0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit eutils games
-
-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"
-
-RDEPEND=">=games-engines/love-0.8.0"
-DEPEND="${RDEPEND}
-	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() {
-	# 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}"
-	insinto "${dir}"
-	doins -r .
-	games_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}/"
-}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-arcade/orthorobot/
@ 2018-04-22 19:40 Pacho Ramos
  0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos @ 2018-04-22 19:40 UTC (permalink / raw
  To: gentoo-commits

commit:     c283d69de273d2ae013ba5a698da05c64699735c
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 22 19:29:48 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Apr 22 19:40:01 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c283d69d

games-arcade/orthorobot: Stop using games.eclass

Package-Manager: Portage-2.3.31, Repoman-2.3.9

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

diff --git a/games-arcade/orthorobot/orthorobot-0-r1.ebuild b/games-arcade/orthorobot/orthorobot-0-r1.ebuild
new file mode 100644
index 00000000000..69e0533a32c
--- /dev/null
+++ b/games-arcade/orthorobot/orthorobot-0-r1.ebuild
@@ -0,0 +1,40 @@
+# 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"
+
+RDEPEND=">=games-engines/love-0.8.0:0"
+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 ${dir}"
+	make_desktop_entry "${PN}"
+}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-arcade/orthorobot/
@ 2018-07-20 21:24 Michał Górny
  0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2018-07-20 21:24 UTC (permalink / raw
  To: gentoo-commits

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}"
+}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-arcade/orthorobot/
@ 2020-02-04 19:09 Sergey Popov
  0 siblings, 0 replies; 6+ messages in thread
From: Sergey Popov @ 2020-02-04 19:09 UTC (permalink / raw
  To: gentoo-commits

commit:     6478aae843e8d54fbd15cb9b9c21b78ee3a87e87
Author:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  4 19:08:30 2020 +0000
Commit:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Tue Feb  4 19:09:35 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6478aae8

games-arcade/orthorobot: replace http with https in SRC_URI and HOMEPAGE urls

Signed-off-by: Sergey Popov <pinkbyte <AT> gentoo.org>
Package-Manager: Portage-2.3.84, Repoman-2.3.11

 games-arcade/orthorobot/orthorobot-0-r1.ebuild | 6 +++---
 games-arcade/orthorobot/orthorobot-0-r2.ebuild | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/games-arcade/orthorobot/orthorobot-0-r1.ebuild b/games-arcade/orthorobot/orthorobot-0-r1.ebuild
index 69e0533a32c..7d3771a8a4c 100644
--- a/games-arcade/orthorobot/orthorobot-0-r1.ebuild
+++ b/games-arcade/orthorobot/orthorobot-0-r1.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # 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"
+HOMEPAGE="https://stabyourself.net/orthorobot/"
+SRC_URI="https://stabyourself.net/dl.php?file=${PN}/${PN}-source.zip -> ${P}.zip"
 
 LICENSE="CC-BY-NC-ND-3.0"
 SLOT="0"

diff --git a/games-arcade/orthorobot/orthorobot-0-r2.ebuild b/games-arcade/orthorobot/orthorobot-0-r2.ebuild
index d8730666312..305cf7ee67e 100644
--- a/games-arcade/orthorobot/orthorobot-0-r2.ebuild
+++ b/games-arcade/orthorobot/orthorobot-0-r2.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # 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"
+HOMEPAGE="https://stabyourself.net/orthorobot/"
+SRC_URI="https://stabyourself.net/dl.php?file=${PN}/${PN}-source.zip -> ${P}.zip"
 
 LICENSE="CC-BY-NC-ND-3.0"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-arcade/orthorobot/
@ 2021-04-04  6:33 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2021-04-04  6:33 UTC (permalink / raw
  To: gentoo-commits

commit:     a13be1d469a84324792a9e2eafc235defc5a9655
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  4 06:16:51 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr  4 06:32:23 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a13be1d4

games-arcade/orthorobot: eutils->{desktop, wrapper}

Signed-off-by: Sam James <sam <AT> gentoo.org>

 games-arcade/orthorobot/orthorobot-0-r1.ebuild | 30 +++++++++++++++-----------
 games-arcade/orthorobot/orthorobot-0-r2.ebuild | 30 +++++++++++++++-----------
 2 files changed, 34 insertions(+), 26 deletions(-)

diff --git a/games-arcade/orthorobot/orthorobot-0-r1.ebuild b/games-arcade/orthorobot/orthorobot-0-r1.ebuild
index 7d3771a8a4c..387a153a6b6 100644
--- a/games-arcade/orthorobot/orthorobot-0-r1.ebuild
+++ b/games-arcade/orthorobot/orthorobot-0-r1.ebuild
@@ -1,39 +1,43 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-inherit eutils
+EAPI=7
+
+inherit desktop wrapper
 
 DESCRIPTION="Perspective based puzzle game, where you flatten the view to move across gaps"
 HOMEPAGE="https://stabyourself.net/orthorobot/"
 SRC_URI="https://stabyourself.net/dl.php?file=${PN}/${PN}-source.zip -> ${P}.zip"
+S="${WORKDIR}"
 
 LICENSE="CC-BY-NC-ND-3.0"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
 RDEPEND=">=games-engines/love-0.8.0:0"
-DEPEND="app-arch/unzip"
-
-S="${WORKDIR}"
+BDEPEND="app-arch/unzip"
 
 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'
+
+	# 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'
+
+	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'
+
+	# 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}"
+	local dir=/usr/share/love/${PN}
+	insinto ${dir}
+
 	doins -r .
 	make_wrapper "${PN}" "love ${dir}"
 	make_desktop_entry "${PN}"

diff --git a/games-arcade/orthorobot/orthorobot-0-r2.ebuild b/games-arcade/orthorobot/orthorobot-0-r2.ebuild
index 305cf7ee67e..1da2dac0561 100644
--- a/games-arcade/orthorobot/orthorobot-0-r2.ebuild
+++ b/games-arcade/orthorobot/orthorobot-0-r2.ebuild
@@ -1,12 +1,14 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-inherit eutils
+EAPI=7
+
+inherit desktop wrapper
 
 DESCRIPTION="Perspective based puzzle game, where you flatten the view to move across gaps"
 HOMEPAGE="https://stabyourself.net/orthorobot/"
 SRC_URI="https://stabyourself.net/dl.php?file=${PN}/${PN}-source.zip -> ${P}.zip"
+S="${WORKDIR}"
 
 LICENSE="CC-BY-NC-ND-3.0"
 SLOT="0"
@@ -14,28 +16,30 @@ KEYWORDS="~amd64 ~x86"
 
 LVSLOT="0.8"
 RDEPEND="games-engines/love:${LVSLOT}"
-DEPEND="app-arch/unzip"
-
-S="${WORKDIR}"
+BDEPEND="app-arch/unzip"
 
 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'
+
+	# 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'
+
+	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'
+	# 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}"
+	local dir=/usr/share/love/${PN}
+
+	insinto ${dir}
 	doins -r .
+
 	make_wrapper "${PN}" "love-${LVSLOT} ${dir}"
 	make_desktop_entry "${PN}"
 }


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-arcade/orthorobot/
@ 2023-02-14 11:19 Sergey Popov
  0 siblings, 0 replies; 6+ messages in thread
From: Sergey Popov @ 2023-02-14 11:19 UTC (permalink / raw
  To: gentoo-commits

commit:     b96dad685611b0a9ec6e6753421ed7e379d9bc9a
Author:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 14 11:04:58 2023 +0000
Commit:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Tue Feb 14 11:04:58 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b96dad68

games-arcade/orthorobot: remove myself from maintainers

Signed-off-by: Sergey Popov <pinkbyte <AT> gentoo.org>

 games-arcade/orthorobot/metadata.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/games-arcade/orthorobot/metadata.xml b/games-arcade/orthorobot/metadata.xml
index a3862b8ec2fc..115e9d64a669 100644
--- a/games-arcade/orthorobot/metadata.xml
+++ b/games-arcade/orthorobot/metadata.xml
@@ -1,8 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="person">
-		<email>pinkbyte@gentoo.org</email>
-		<name>Sergey Popov</name>
-	</maintainer>
+	<!-- maintainer-needed -->
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-02-14 11:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-20 21:24 [gentoo-commits] repo/gentoo:master commit in: games-arcade/orthorobot/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox