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 C73031382C5 for ; Sun, 4 Apr 2021 06:33:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D595E07F9; Sun, 4 Apr 2021 06:33:05 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 05B6EE07F9 for ; Sun, 4 Apr 2021 06:33:04 +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 D7E40340B54 for ; Sun, 4 Apr 2021 06:33:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EACD746C for ; Sun, 4 Apr 2021 06:33:01 +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: <1617517942.f820b218e398948a1c51a969b1822f0ab91508d8.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/retrobattle/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-arcade/retrobattle/retrobattle-1.0.0-r1.ebuild X-VCS-Directories: games-arcade/retrobattle/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f820b218e398948a1c51a969b1822f0ab91508d8 X-VCS-Branch: master Date: Sun, 4 Apr 2021 06:33: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: c0c0de77-c60a-47be-b572-1aa4e19223b9 X-Archives-Hash: e15e854a242b47b193cac7a1f0ca9949 commit: f820b218e398948a1c51a969b1822f0ab91508d8 Author: Sam James gentoo org> AuthorDate: Sun Apr 4 06:14:30 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Apr 4 06:32:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f820b218 games-arcade/retrobattle: eutils->wrapper Signed-off-by: Sam James gentoo.org> .../retrobattle/retrobattle-1.0.0-r1.ebuild | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/games-arcade/retrobattle/retrobattle-1.0.0-r1.ebuild b/games-arcade/retrobattle/retrobattle-1.0.0-r1.ebuild index e283c6299a0..7bbb9fa2dc2 100644 --- a/games-arcade/retrobattle/retrobattle-1.0.0-r1.ebuild +++ b/games-arcade/retrobattle/retrobattle-1.0.0-r1.ebuild @@ -1,29 +1,32 @@ -# Copyright 1999-2018 Gentoo Foundation +# 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 MY_P="${PN}-src-${PV}" DESCRIPTION="A NES-like platform arcade game" HOMEPAGE="http://remar.se/andreas/retrobattle/" SRC_URI="http://remar.se/andreas/retrobattle/files/${MY_P}.tar.bz2" +S="${WORKDIR}/${MY_P}/src" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" + # test is incomplete RESTRICT="test" -DEPEND="media-libs/libsdl[X,sound,video] - media-libs/sdl-mixer[wav]" +DEPEND=" + media-libs/libsdl[X,sound,video] + media-libs/sdl-mixer[wav] +" RDEPEND="${DEPEND}" -S="${WORKDIR}/${MY_P}/src" - -PATCHES=( "${FILESDIR}"/${P}-{build,sound,gcc6}.patch ) +PATCHES=( + "${FILESDIR}"/${P}-{build,sound,gcc6}.patch +) src_install() { insinto /usr/share/${PN}