From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1FAC813835A for ; Sun, 4 Apr 2021 08:14:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 496A7E0815; Sun, 4 Apr 2021 08:14:17 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F10B8E081A for ; Sun, 4 Apr 2021 08:14:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CCDA4340B3A for ; Sun, 4 Apr 2021 08:14:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 33FA763F for ; Sun, 4 Apr 2021 08:14:14 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1617523982.0ad186042fa279f351d42f36a051546b976c262a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/nottetris2/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-arcade/nottetris2/nottetris2-1-r1.ebuild X-VCS-Directories: games-arcade/nottetris2/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0ad186042fa279f351d42f36a051546b976c262a X-VCS-Branch: master Date: Sun, 4 Apr 2021 08:14:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: af38cbc2-48e9-4d5a-9f8f-a1a306b14f62 X-Archives-Hash: 4331aea0db201b1d731821ce56678a54 commit: 0ad186042fa279f351d42f36a051546b976c262a Author: Sam James gentoo org> AuthorDate: Sun Apr 4 08:05:56 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Apr 4 08:13:02 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ad18604 games-arcade/nottetris2: port to EAPI 7, eutils--, wrapper++ Signed-off-by: Sam James gentoo.org> games-arcade/nottetris2/nottetris2-1-r1.ebuild | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/games-arcade/nottetris2/nottetris2-1-r1.ebuild b/games-arcade/nottetris2/nottetris2-1-r1.ebuild index 730417cb8a3..329cea1efb9 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