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 76A81138334 for ; Sun, 30 Jun 2019 08:23:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58E9CE086F; Sun, 30 Jun 2019 08:23:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 3B22CE086F for ; Sun, 30 Jun 2019 08:23:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 21C27346C83 for ; Sun, 30 Jun 2019 08:23:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B144629 for ; Sun, 30 Jun 2019 08:23:01 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1561882939.440af8b71c7a0574a043b6c7112ce3416ea65ee4.pacho@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 games-strategy/spaz/spaz-1.605.ebuild X-VCS-Directories: games-strategy/spaz/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 440af8b71c7a0574a043b6c7112ce3416ea65ee4 X-VCS-Branch: master Date: Sun, 30 Jun 2019 08:23:01 +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: 730279f4-f951-426d-9cfc-8c40644355bd X-Archives-Hash: ff70f004e6b97df0a508ff81867ae127 commit: 440af8b71c7a0574a043b6c7112ce3416ea65ee4 Author: Pacho Ramos gentoo org> AuthorDate: Sun Jun 30 08:22:19 2019 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Jun 30 08:22:19 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=440af8b7 games-strategy/spaz: Stop using games.eclass Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Pacho Ramos gentoo.org> .../{spaz-1.605.ebuild => spaz-1.605-r1.ebuild} | 24 +++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/games-strategy/spaz/spaz-1.605.ebuild b/games-strategy/spaz/spaz-1.605-r1.ebuild similarity index 61% rename from games-strategy/spaz/spaz-1.605.ebuild rename to games-strategy/spaz/spaz-1.605-r1.ebuild index 943dbedf377..98f1843747b 100644 --- a/games-strategy/spaz/spaz-1.605.ebuild +++ b/games-strategy/spaz/spaz-1.605-r1.ebuild @@ -1,12 +1,11 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=4 - -inherit unpacker games +EAPI=7 +inherit desktop eutils unpacker DESCRIPTION="Space Pirates and Zombies" -HOMEPAGE="http://spacepiratesandzombies.com" +HOMEPAGE="http://minmax-games.com/SpacePiratesAndZombies/" SRC_URI="${PN}-linux-humblebundle-09182012-bin" LICENSE="LOKI-EULA" SLOT="0" @@ -14,9 +13,12 @@ KEYWORDS="-* ~amd64 ~x86" IUSE="alsa pulseaudio" RESTRICT="bindist fetch strip" -DEPEND="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(-)]" +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 @@ -27,7 +29,7 @@ src_unpack() { } src_install() { - local dir="${GAMES_PREFIX_OPT}/${PN}" + local dir="/opt/${PN}" insinto "${dir}" exeinto "${dir}" @@ -37,8 +39,6 @@ src_install() { newicon SPAZ.png spaz.png dodoc README-linux.txt - games_make_wrapper ${PN} ./SPAZ "${dir}" "${dir}" + make_wrapper ${PN} ./SPAZ "${dir}" "${dir}" make_desktop_entry ${PN} "Space Pirates and Zombies" ${PN} - - prepgamesdirs }