public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gamerlay:master commit in: games-arcade/tokitori/
@ 2020-02-29  1:15 Azamat H. Hackimov
  0 siblings, 0 replies; 2+ messages in thread
From: Azamat H. Hackimov @ 2020-02-29  1:15 UTC (permalink / raw
  To: gentoo-commits

commit:     6e70a80f7b54fdff3cbe45bea13b5625490846af
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Sat Feb 29 00:51:22 2020 +0000
Commit:     Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Sat Feb 29 00:51:22 2020 +0000
URL:        https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=6e70a80f

games-arcade/tokitori: update package

Migrated from deprecated eclass.

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>

 games-arcade/tokitori/metadata.xml             |  4 ++++
 games-arcade/tokitori/tokitori-20130703.ebuild | 25 +++++++++++++------------
 2 files changed, 17 insertions(+), 12 deletions(-)

diff --git a/games-arcade/tokitori/metadata.xml b/games-arcade/tokitori/metadata.xml
new file mode 100644
index 0000000..097975e
--- /dev/null
+++ b/games-arcade/tokitori/metadata.xml
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+</pkgmetadata>

diff --git a/games-arcade/tokitori/tokitori-20130703.ebuild b/games-arcade/tokitori/tokitori-20130703.ebuild
index eece263..bd00381 100644
--- a/games-arcade/tokitori/tokitori-20130703.ebuild
+++ b/games-arcade/tokitori/tokitori-20130703.ebuild
@@ -1,6 +1,9 @@
-EAPI="5"
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
 
-inherit base games unpacker-nixstaller
+EAPI=7
+
+inherit desktop eutils unpacker-nixstaller
 
 MY_PN="${PN^^t}"
 TS="1372878397"
@@ -11,13 +14,12 @@ HOMEPAGE="http://www.tokitori.com/"
 SRC_URI="${MY_P}.sh"
 RESTRICT="fetch"
 
-LICENSE="as-is"
+LICENSE="all-rights-reserved"
 SLOT="0"
 KEYWORDS="-* ~amd64 ~x86"
 IUSE=""
 
-DEPEND=""
-RDEPEND="${DEPEND}
+RDEPEND="
 	media-libs/libsdl2
 	media-libs/openal
 	sys-libs/zlib
@@ -34,21 +36,23 @@ S="${WORKDIR}"
 DOCS=( "README.linux" )
 
 src_unpack() {
-	local arch=x86
+	local arch
 	use amd64 && arch=x86_64
+	use x86 && arch=x86
 	nixstaller_unpack "instarchive_all" "instarchive_all_${arch}"
 }
 
 src_install() {
-	local dir="${GAMES_PREFIX_OPT}/${PN}"
-	local arch=x86
+	local dir="/opt/${PN}"
+	local arch
 	use amd64 && arch=x86_64
+	use x86 && arch=x86
 
 	exeinto "${dir}"
 	insinto "${dir}"
 
 	make_desktop_entry "${PN}" "${MY_PN}" "${PN}"
-	games_make_wrapper "${PN}" "./${PN}" "${dir}"
+	make_wrapper "${PN}" "./${PN}" "${dir}"
 
 	newexe "${MY_PN}.bin.${arch}" "${PN}"
 	newicon "${MY_PN}.png" "${PN}.png"
@@ -69,8 +73,5 @@ src_install() {
 		"menu" \
 		"splash" \
 		"textures"
-
-	prepgamesdirs
-
 	base_src_install_docs
 }


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

* [gentoo-commits] proj/gamerlay:master commit in: games-arcade/tokitori/
@ 2024-01-15  5:48 Vadim Misbakh-Soloviov
  0 siblings, 0 replies; 2+ messages in thread
From: Vadim Misbakh-Soloviov @ 2024-01-15  5:48 UTC (permalink / raw
  To: gentoo-commits

commit:     38e2b8a6646d88f03e45f0b442faaf25d58040c7
Author:     Vadim Misbakh-Soloviov <mva <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 15 05:05:00 2024 +0000
Commit:     Vadim Misbakh-Soloviov <mva <AT> gentoo <DOT> org>
CommitDate: Mon Jan 15 05:05:00 2024 +0000
URL:        https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=38e2b8a6

games-arcade/tokitori: Migrated to EAPI8

Signed-off-by: Vadim Misbakh-Soloviov <mva <AT> gentoo.org>

 games-arcade/tokitori/tokitori-20130703.ebuild | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/games-arcade/tokitori/tokitori-20130703.ebuild b/games-arcade/tokitori/tokitori-20130703.ebuild
index bd00381..59985fd 100644
--- a/games-arcade/tokitori/tokitori-20130703.ebuild
+++ b/games-arcade/tokitori/tokitori-20130703.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-inherit desktop eutils unpacker-nixstaller
+inherit desktop wrapper unpacker-nixstaller
 
 MY_PN="${PN^^t}"
 TS="1372878397"
@@ -16,8 +16,7 @@ RESTRICT="fetch"
 
 LICENSE="all-rights-reserved"
 SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-IUSE=""
+KEYWORDS="~amd64 ~x86"
 
 RDEPEND="
 	media-libs/libsdl2
@@ -27,7 +26,7 @@ RDEPEND="
 
 pkg_nofetch() {
 	ewarn
-	ewarn "Place ${A} to ${DISTDIR}"
+	ewarn "Place ${A} to ${PORTAGE_ACTUAL_DISTDIR}"
 	ewarn
 }
 


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

end of thread, other threads:[~2024-01-15  5:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-15  5:48 [gentoo-commits] proj/gamerlay:master commit in: games-arcade/tokitori/ Vadim Misbakh-Soloviov
  -- strict thread matches above, loose matches on Subject: below --
2020-02-29  1:15 Azamat H. Hackimov

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