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 B5F22158086 for ; Fri, 22 Oct 2021 08:22:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9304CE0896; Fri, 22 Oct 2021 08:22:56 +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-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7B60BE089A for ; Fri, 22 Oct 2021 08:22:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2F15E3434DE for ; Fri, 22 Oct 2021 08:22:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AFC8418C for ; Fri, 22 Oct 2021 08:22:50 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1634890886.52c17ceda67930bfadcc75a1134a0e1297228074.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/fil-plugins/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/fil-plugins/fil-plugins-0.3.0-r1.ebuild X-VCS-Directories: media-plugins/fil-plugins/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 52c17ceda67930bfadcc75a1134a0e1297228074 X-VCS-Branch: master Date: Fri, 22 Oct 2021 08:22:50 +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: e27e25bc-8ab4-4815-8184-70184243b1b4 X-Archives-Hash: ff14d3edbf4623abf723e99c0872b8fa commit: 52c17ceda67930bfadcc75a1134a0e1297228074 Author: Jakov Smolić gentoo org> AuthorDate: Fri Oct 22 07:46:03 2021 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Fri Oct 22 08:21:26 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52c17ced media-plugins/fil-plugins: Port to EAPI 8 Signed-off-by: Jakov Smolić gentoo.org> media-plugins/fil-plugins/fil-plugins-0.3.0-r1.ebuild | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/media-plugins/fil-plugins/fil-plugins-0.3.0-r1.ebuild b/media-plugins/fil-plugins/fil-plugins-0.3.0-r1.ebuild index 72569cb0237..e855239a54a 100644 --- a/media-plugins/fil-plugins/fil-plugins-0.3.0-r1.ebuild +++ b/media-plugins/fil-plugins/fil-plugins-0.3.0-r1.ebuild @@ -1,28 +1,27 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 -inherit epatch multilib toolchain-funcs +EAPI=8 -MY_P=${P/fil/FIL} +inherit toolchain-funcs + +MY_P="${P/fil/FIL}" DESCRIPTION="FIL-plugins ladspa plugin package. Filters by Fons Adriaensen" HOMEPAGE="http://kokkinizita.linuxaudio.org/linuxaudio/" SRC_URI="http://kokkinizita.linuxaudio.org/linuxaudio/downloads/${MY_P}.tar.bz2" +S="${WORKDIR}/${MY_P}" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~ppc x86" -IUSE="" DEPEND="media-libs/ladspa-sdk" RDEPEND="${DEPEND}" -S=${WORKDIR}/${MY_P} - -src_prepare() { - epatch "${FILESDIR}/${PN}-makefile.patch" -} +PATCHES=( + "${FILESDIR}"/${PN}-makefile.patch +) src_compile() { emake CXX="$(tc-getCXX)"