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 2DA1213835A for ; Mon, 12 Apr 2021 02:31:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4EBD4E0839; Mon, 12 Apr 2021 02:31:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 38B18E0833 for ; Mon, 12 Apr 2021 02:31:10 +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 B12F6340BE3 for ; Mon, 12 Apr 2021 02:31:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E152E647 for ; Mon, 12 Apr 2021 02:31:06 +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: <1618194644.0ddf4150c7ac9d37f014a3521e12bf7f9f6494d6.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/spaz/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-strategy/spaz/spaz-1.605-r1.ebuild X-VCS-Directories: games-strategy/spaz/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0ddf4150c7ac9d37f014a3521e12bf7f9f6494d6 X-VCS-Branch: master Date: Mon, 12 Apr 2021 02:31:06 +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: 7c7dda25-b8ae-4230-b563-8b4d3d2ba74e X-Archives-Hash: ac04fe26b54bb8f0fe7db69408eae36b commit: 0ddf4150c7ac9d37f014a3521e12bf7f9f6494d6 Author: Sam James gentoo org> AuthorDate: Mon Apr 12 01:37:05 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Apr 12 02:30:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ddf4150 games-strategy/spaz: eutils->wrapper Signed-off-by: Sam James gentoo.org> games-strategy/spaz/spaz-1.605-r1.ebuild | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/games-strategy/spaz/spaz-1.605-r1.ebuild b/games-strategy/spaz/spaz-1.605-r1.ebuild index 98f1843747b..3f312216a85 100644 --- a/games-strategy/spaz/spaz-1.605-r1.ebuild +++ b/games-strategy/spaz/spaz-1.605-r1.ebuild @@ -1,26 +1,26 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit desktop eutils unpacker + +inherit desktop unpacker wrapper DESCRIPTION="Space Pirates and Zombies" HOMEPAGE="http://minmax-games.com/SpacePiratesAndZombies/" SRC_URI="${PN}-linux-humblebundle-09182012-bin" +S="${WORKDIR}"/data + LICENSE="LOKI-EULA" SLOT="0" KEYWORDS="-* ~amd64 ~x86" IUSE="alsa pulseaudio" RESTRICT="bindist fetch strip" -DEPEND="" -BDEPEND="app-arch/unzip" RDEPEND=" >=media-libs/openal-1.15.1[alsa?,pulseaudio?,abi_x86_32(-)] >=media-libs/libsdl-1.2.15-r4[abi_x86_32(-)] " - -S="${WORKDIR}"/data +BDEPEND="app-arch/unzip" QA_PREBUILT="opt/spaz/SPAZ" @@ -29,10 +29,10 @@ src_unpack() { } src_install() { - local dir="/opt/${PN}" + local dir=/opt/${PN} - insinto "${dir}" - exeinto "${dir}" + insinto ${dir} + exeinto ${dir} doexe SPAZ doins -r common game mods doins audio.so