commit:     87cad9776adf9753a2a10672e7e868b4c8952a79
Author:     Vadim Misbakh-Soloviov <mva <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 15 05:28:35 2024 +0000
Commit:     Vadim Misbakh-Soloviov <mva <AT> gentoo <DOT> org>
CommitDate: Mon Jan 15 05:29:57 2024 +0000
URL:        https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=87cad977

games-puzzle/vessel: Migrated to EAPI8

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

 games-puzzle/vessel/vessel-2013.02.22.ebuild | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/games-puzzle/vessel/vessel-2013.02.22.ebuild 
b/games-puzzle/vessel/vessel-2013.02.22.ebuild
index cfa2bcc..4851008 100644
--- a/games-puzzle/vessel/vessel-2013.02.22.ebuild
+++ b/games-puzzle/vessel/vessel-2013.02.22.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
+inherit desktop wrapper unpacker
 
 DESCRIPTION="Platform game where you manipulate liquids."
 HOMEPAGE="http://strangeloopgames.com";
@@ -12,7 +12,6 @@ SRC_URI="${PN}-$(ver_cut 2)$(ver_cut 3)$(ver_cut 1)-bin"
 LICENSE="all-rights-reserved"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 RESTRICT="strip fetch"
 
 DEPEND="app-arch/unzip"
@@ -21,7 +20,7 @@ S=${WORKDIR}/data
 
 pkg_nofetch() {
        echo
-       elog "Download ${SRC_URI} from ${HOMEPAGE} and place it in ${DISTDIR}"
+       elog "Download ${SRC_URI} from ${HOMEPAGE} and place it in 
${ACTUAL_PORTAGE_DISTDIR}"
        echo
 }
 

Reply via email to