diff options
author | Sam James <sam@gentoo.org> | 2021-04-04 08:05:56 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-04 08:13:02 +0000 |
commit | 0ad186042fa279f351d42f36a051546b976c262a (patch) | |
tree | 273f181356f566a209e6a40d85d8f151d64c66a9 /games-arcade/nottetris2 | |
parent | games-puzzle/bff-or-die: eutils--, wrapper++ (diff) | |
download | gentoo-0ad186042fa279f351d42f36a051546b976c262a.tar.gz gentoo-0ad186042fa279f351d42f36a051546b976c262a.tar.bz2 gentoo-0ad186042fa279f351d42f36a051546b976c262a.zip |
games-arcade/nottetris2: port to EAPI 7, eutils--, wrapper++
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-arcade/nottetris2')
-rw-r--r-- | games-arcade/nottetris2/nottetris2-1-r1.ebuild | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/games-arcade/nottetris2/nottetris2-1-r1.ebuild b/games-arcade/nottetris2/nottetris2-1-r1.ebuild index 730417cb8a3b..329cea1efb91 100644 --- a/games-arcade/nottetris2/nottetris2-1-r1.ebuild +++ b/games-arcade/nottetris2/nottetris2-1-r1.ebuild @@ -1,30 +1,30 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -inherit desktop eutils +inherit desktop wrapper DESCRIPTION="The spiritual successor of the classic Tetris mixed with physics" HOMEPAGE="https://stabyourself.net/nottetris2/" SRC_URI="https://stabyourself.net/dl.php?file=nottetris2/nottetris2-linux.zip -> ${P}.zip" +S="${WORKDIR}" LICENSE="CC-BY-NC-SA-3.0" SLOT="0" KEYWORDS="~amd64 ~x86" LVSLOT="0.7" -RDEPEND=">=games-engines/love-0.7.2:${LVSLOT} +RDEPEND=" + >=games-engines/love-0.7.2:${LVSLOT} media-libs/devil[png] " -DEPEND="app-arch/unzip" - -S="${WORKDIR}" +BDEPEND="app-arch/unzip" src_install() { local dir=/usr/share/love/${PN} - exeinto "${dir}" + exeinto ${dir} newexe "Not Tetris 2.love" ${PN}.love newdoc "Not Readme.txt" README |