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 5641713835A for ; Sun, 4 Apr 2021 07:27:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 751A6E0857; Sun, 4 Apr 2021 07:27:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 5EBF0E0857 for ; Sun, 4 Apr 2021 07:27:05 +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 6EF58340B27 for ; Sun, 4 Apr 2021 07:27:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A1BA4A5 for ; Sun, 4 Apr 2021 07:27:03 +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: <1617521214.f90239dde06391ecc4cf9f7eb55f142e9dbac851.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/crimsonland/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-action/crimsonland/crimsonland-1.3.5.ebuild X-VCS-Directories: games-action/crimsonland/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f90239dde06391ecc4cf9f7eb55f142e9dbac851 X-VCS-Branch: master Date: Sun, 4 Apr 2021 07:27:03 +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: 0754c26c-1f26-42b6-bf50-156c9a6af1c6 X-Archives-Hash: f017bc17bc347fe1451fc1e7db598767 commit: f90239dde06391ecc4cf9f7eb55f142e9dbac851 Author: Sam James gentoo org> AuthorDate: Sun Apr 4 07:26:30 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Apr 4 07:26:54 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f90239dd games-action/crimsonland: eutils->wrapper Signed-off-by: Sam James gentoo.org> games-action/crimsonland/crimsonland-1.3.5.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/games-action/crimsonland/crimsonland-1.3.5.ebuild b/games-action/crimsonland/crimsonland-1.3.5.ebuild index e8809fadd77..dc1f260f4e8 100644 --- a/games-action/crimsonland/crimsonland-1.3.5.ebuild +++ b/games-action/crimsonland/crimsonland-1.3.5.ebuild @@ -1,14 +1,16 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit eutils desktop xdg-utils +inherit desktop wrapper xdg-utils DESCRIPTION="A top-down shooter with a touch of RPG" HOMEPAGE="https://crimsonland.com/" SRC_URI="Crimsonland-Linux-x86-${PV}.tar" # https://dev.gentoo.org/~chewi/distfiles/${PN}.png" +S="${WORKDIR}" + LICENSE="all-rights-reserved" SLOT="0" KEYWORDS="-* ~amd64 ~x86" @@ -19,8 +21,6 @@ RDEPEND=" media-libs/openal[abi_x86_32] " -S="${WORKDIR}" - DIR="/opt/${PN}" QA_PREBUILT="${DIR}/*"