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 6F4AF1382C5 for ; Sun, 4 Apr 2021 10:19:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81F33E0823; Sun, 4 Apr 2021 10:19:21 +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 683D3E0823 for ; Sun, 4 Apr 2021 10:19:21 +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 3B36333D7EF for ; Sun, 4 Apr 2021 10:19:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C719247 for ; Sun, 4 Apr 2021 10:19:18 +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: <1617531547.cec6c174564dfd387e3669236ae4ac06ef18be89.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-engines/nazghul/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-engines/nazghul/nazghul-0.7.1-r1.ebuild X-VCS-Directories: games-engines/nazghul/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: cec6c174564dfd387e3669236ae4ac06ef18be89 X-VCS-Branch: master Date: Sun, 4 Apr 2021 10:19:18 +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: 10c6f11e-b89a-44e8-8030-cfb403fc1724 X-Archives-Hash: 893e66485fd4a5edf68170cd38da00f0 commit: cec6c174564dfd387e3669236ae4ac06ef18be89 Author: Sam James gentoo org> AuthorDate: Sun Apr 4 10:14:55 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Apr 4 10:19:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cec6c174 games-engines/nazghul: port to EAPI 7, eutils-- Signed-off-by: Sam James gentoo.org> games-engines/nazghul/nazghul-0.7.1-r1.ebuild | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/games-engines/nazghul/nazghul-0.7.1-r1.ebuild b/games-engines/nazghul/nazghul-0.7.1-r1.ebuild index 3bcc845864d..7b3c9b70ec1 100644 --- a/games-engines/nazghul/nazghul-0.7.1-r1.ebuild +++ b/games-engines/nazghul/nazghul-0.7.1-r1.ebuild @@ -1,9 +1,9 @@ -# 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 eutils vcs-clean +inherit desktop vcs-clean DESCRIPTION="A computer role-playing game (CRPG) engine with game called HaximA" HOMEPAGE="http://myweb.cableone.net/gmcnutt/nazghul.html" @@ -12,17 +12,17 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" -DEPEND="media-libs/libpng:0 +DEPEND=" + media-libs/libpng:0 >=media-libs/libsdl-1.2.3[X,sound,video] media-libs/sdl-image[png] - media-libs/sdl-mixer[midi,vorbis,wav]" + media-libs/sdl-mixer[midi,vorbis,wav] +" RDEPEND="${DEPEND}" src_prepare() { ecvs_clean - default }