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 C988C139337 for ; Tue, 27 Jul 2021 18:21:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2E3EE087E; Tue, 27 Jul 2021 18:21:16 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 BDABBE087E for ; Tue, 27 Jul 2021 18:21:16 +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 DC421342B70 for ; Tue, 27 Jul 2021 18:21:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1DCF8823 for ; Tue, 27 Jul 2021 18:21:14 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1627409915.ec276b49c2f79c91ea6c372a4d0e1ad8c99baed6.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/binkplayer/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/binkplayer/binkplayer-1.99w.ebuild X-VCS-Directories: media-video/binkplayer/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: ec276b49c2f79c91ea6c372a4d0e1ad8c99baed6 X-VCS-Branch: master Date: Tue, 27 Jul 2021 18:21:14 +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: 0db4e0a9-90df-4725-b3fb-2093d8cde3df X-Archives-Hash: 623780d30c8abcdadcf125d5f80f3979 commit: ec276b49c2f79c91ea6c372a4d0e1ad8c99baed6 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sun Jul 25 09:04:51 2021 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Tue Jul 27 18:18:35 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec276b49 media-video/binkplayer: EAPI8 bump, minor ebuild improvements Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/21780 Signed-off-by: Ionen Wolkens gentoo.org> media-video/binkplayer/binkplayer-1.99w.ebuild | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/media-video/binkplayer/binkplayer-1.99w.ebuild b/media-video/binkplayer/binkplayer-1.99w.ebuild index 01e6281cfd4..da676885c94 100644 --- a/media-video/binkplayer/binkplayer-1.99w.ebuild +++ b/media-video/binkplayer/binkplayer-1.99w.ebuild @@ -1,25 +1,24 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=8 + DESCRIPTION="Bink Video! Player" HOMEPAGE="http://www.radgametools.com/default.htm" # No version on the archives and upstream has said they are not # interested in providing versioned archives. SRC_URI="mirror://gentoo/${P}.zip" +S="${WORKDIR}" # distributable per http://www.radgametools.com/binkfaq.htm LICENSE="freedist" SLOT="0" KEYWORDS="-* amd64 x86" -IUSE="" -DEPEND="app-arch/unzip" RDEPEND=" - >=media-libs/libsdl-1.2.15-r5[abi_x86_32(-)] - >=media-libs/openal-1.15.1-r1[abi_x86_32(-)]" - -S=${WORKDIR} + media-libs/libsdl[abi_x86_32(-)] + media-libs/openal[abi_x86_32(-)]" +BDEPEND="app-arch/unzip" QA_PREBUILT="opt/bin/BinkPlayer"