summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVadim Misbakh-Soloviov <mva@gentoo.org>2024-01-15 09:58:45 +0700
committerVadim Misbakh-Soloviov <mva@gentoo.org>2024-01-15 09:58:45 +0700
commit0058a95c91c13048a7bd91a7bfb5694a41f9a071 (patch)
treeee53f3dc5f3881a8278cc4fcd01f356c09acbd12
parentgames-action/fieldrunners: migrate to EAPI8 (diff)
downloadgamerlay-0058a95c91c13048a7bd91a7bfb5694a41f9a071.tar.gz
gamerlay-0058a95c91c13048a7bd91a7bfb5694a41f9a071.tar.bz2
gamerlay-0058a95c91c13048a7bd91a7bfb5694a41f9a071.zip
games-action/hammerfight: migrate to EAPI8
Signed-off-by: Vadim Misbakh-Soloviov <mva@gentoo.org>
-rw-r--r--games-action/hammerfight/Manifest2
-rw-r--r--games-action/hammerfight/hammerfight-20110812.ebuild12
2 files changed, 7 insertions, 7 deletions
diff --git a/games-action/hammerfight/Manifest b/games-action/hammerfight/Manifest
index 7454457..c3072e4 100644
--- a/games-action/hammerfight/Manifest
+++ b/games-action/hammerfight/Manifest
@@ -1 +1 @@
-DIST hf-linux-08122011-bin 28179310 SHA256 3ab722b36ae4df104b8415a138874df9390c00e3a8250156eab2496b74c4a2b4 SHA512 b71a7d8890c5fdac3d9583b7f9274c33a3283165b768595cee1050c13f1bd7565b256e3fd848007cf9ce78cced452cb94d0d5f1fc07af46f5d23c016e89b1e3e WHIRLPOOL cf9043f21ecd1440f39bc963ed65601b12a0bf9c9858f5ebb86a8ab35c3ed8f168fda3bf55f71cba2645e90f246bf1fc539dd2aaec69a33cffdbd2ecf1ef44c4
+DIST hf-linux-08122011-bin 28179310 SHA256 3ab722b36ae4df104b8415a138874df9390c00e3a8250156eab2496b74c4a2b4 SHA512 b71a7d8890c5fdac3d9583b7f9274c33a3283165b768595cee1050c13f1bd7565b256e3fd848007cf9ce78cced452cb94d0d5f1fc07af46f5d23c016e89b1e3e
diff --git a/games-action/hammerfight/hammerfight-20110812.ebuild b/games-action/hammerfight/hammerfight-20110812.ebuild
index e066430..f5ca5c0 100644
--- a/games-action/hammerfight/hammerfight-20110812.ebuild
+++ b/games-action/hammerfight/hammerfight-20110812.ebuild
@@ -1,12 +1,12 @@
-# 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
+inherit desktop wrapper
DESCRIPTION="2D battles of flying machines equipped with various weaponry"
-HOMEPAGE="http://www.koshutin.com/"
+HOMEPAGE="http://koshutin.com/"
SRC_URI="hf-linux-${PV:4}${PV:0:4}-bin"
LICENSE="HPND"
@@ -24,7 +24,7 @@ S="${WORKDIR}/data"
pkg_nofetch() {
ewarn
- ewarn "Place ${A} to ${DISTDIR}"
+ ewarn "Please, fetch the package from HB and place it to ${PORTAGE_ACTUAL_DISTDIR}/${A}"
ewarn
}
@@ -37,7 +37,7 @@ src_install() {
local dir="/opt/${PN}"
local exe
- if use l10n_ru ; then
+ if use l10n_ru ; then # TODO: FIXME
einfo "Russian is chosen for primary language"
mv Data/Dialogs/{russian,english}.seria
fi