diff options
author | Vadim Misbakh-Soloviov <mva@gentoo.org> | 2024-01-15 12:05:00 +0700 |
---|---|---|
committer | Vadim Misbakh-Soloviov <mva@gentoo.org> | 2024-01-15 12:05:00 +0700 |
commit | 38e2b8a6646d88f03e45f0b442faaf25d58040c7 (patch) | |
tree | ac5c81c992bf9009f56fbc33aa4be78932b98e7a | |
parent | games-arcade/stealthbastarddeluxe: Migrated to EAPI8 (diff) | |
download | gamerlay-38e2b8a6646d88f03e45f0b442faaf25d58040c7.tar.gz gamerlay-38e2b8a6646d88f03e45f0b442faaf25d58040c7.tar.bz2 gamerlay-38e2b8a6646d88f03e45f0b442faaf25d58040c7.zip |
games-arcade/tokitori: Migrated to EAPI8
Signed-off-by: Vadim Misbakh-Soloviov <mva@gentoo.org>
-rw-r--r-- | games-arcade/tokitori/Manifest | 2 | ||||
-rw-r--r-- | games-arcade/tokitori/tokitori-20130703.ebuild | 11 |
2 files changed, 6 insertions, 7 deletions
diff --git a/games-arcade/tokitori/Manifest b/games-arcade/tokitori/Manifest index d6ed9a4..0ac83c7 100644 --- a/games-arcade/tokitori/Manifest +++ b/games-arcade/tokitori/Manifest @@ -1 +1 @@ -DIST TokiTori_2013-07-03_Linux_1372878397.sh 82386491 SHA256 cb6ef332415d0682af414a295673015cb84df76900c702a1a2e951f097f04873 SHA512 e8db119b39540fecde65889779ebd0ed2dc45839a2e2be8a45ae6fc2168c754f80e054408ffa6516e56eae01b8fbf9f5eba2c7d7ff2cd2578778682f2ed6000d WHIRLPOOL fc5d657e30590f85f335ae001f47c95817c218600d841a74d387024079e3a1bc62e81ce0f34e66b61064962910dad9bbf2470ac4a439fbc6bd97373b8c176e4e +DIST TokiTori_2013-07-03_Linux_1372878397.sh 82386491 SHA256 cb6ef332415d0682af414a295673015cb84df76900c702a1a2e951f097f04873 SHA512 e8db119b39540fecde65889779ebd0ed2dc45839a2e2be8a45ae6fc2168c754f80e054408ffa6516e56eae01b8fbf9f5eba2c7d7ff2cd2578778682f2ed6000d 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 } |