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 0132E138334 for ; Sun, 20 Oct 2019 19:37:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF6B4E098E; Sun, 20 Oct 2019 19:37:27 +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 B7FEDE098E for ; Sun, 20 Oct 2019 19:37:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 678A434C0BB for ; Sun, 20 Oct 2019 19:37:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 91FE7828 for ; Sun, 20 Oct 2019 19:37:24 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1571600213.f16d5eb585dbc7994fa54e93614ee09633d6eaeb.sping@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/ladspa-bs2b/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1-r1.ebuild media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1.ebuild X-VCS-Directories: media-plugins/ladspa-bs2b/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: f16d5eb585dbc7994fa54e93614ee09633d6eaeb X-VCS-Branch: master Date: Sun, 20 Oct 2019 19:37:24 +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: a67a6cff-fed9-4191-94a3-91caee8ddc39 X-Archives-Hash: 441bc746dfc8d5e2cfdcb0b000f245cf commit: f16d5eb585dbc7994fa54e93614ee09633d6eaeb Author: Sebastian Pipping gentoo org> AuthorDate: Sun Oct 20 19:33:40 2019 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Sun Oct 20 19:36:53 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f16d5eb5 media-plugins/ladspa-bs2b: EAPI 7 + SRC_URI fix Closes: https://bugs.gentoo.org/697278 Signed-off-by: Sebastian Pipping gentoo.org> Package-Manager: Portage-2.3.68, Repoman-2.3.16 ...ladspa-bs2b-0.9.1.ebuild => ladspa-bs2b-0.9.1-r1.ebuild} | 13 ++++--------- media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1.ebuild | 2 +- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1.ebuild b/media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1-r1.ebuild similarity index 54% copy from media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1.ebuild copy to media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1-r1.ebuild index 44046793079..8fb9247457d 100644 --- a/media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1.ebuild +++ b/media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1-r1.ebuild @@ -1,23 +1,18 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=0 +EAPI="7" DESCRIPTION="LADSPA plugin for bs2b headphone filter" HOMEPAGE="http://bs2b.sourceforge.net/" -SRC_URI="mirror://sourceforge/bs2b/LADSPA%20splugin/${PV}/${P}.tar.bz2" +SRC_URI="mirror://sourceforge/bs2b/plugins/LADSPA%20plugin/${PV}/${P}.tar.bz2" LICENSE="|| ( GPL-2 GPL-3 )" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="media-libs/ladspa-sdk >=media-libs/libbs2b-3.1.0" RDEPEND="${DEPEND}" - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS THANKS -} diff --git a/media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1.ebuild b/media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1.ebuild index 44046793079..ca23f87ab9f 100644 --- a/media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1.ebuild +++ b/media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1.ebuild @@ -5,7 +5,7 @@ EAPI=0 DESCRIPTION="LADSPA plugin for bs2b headphone filter" HOMEPAGE="http://bs2b.sourceforge.net/" -SRC_URI="mirror://sourceforge/bs2b/LADSPA%20splugin/${PV}/${P}.tar.bz2" +SRC_URI="mirror://sourceforge/bs2b/plugins/LADSPA%20plugin/${PV}/${P}.tar.bz2" LICENSE="|| ( GPL-2 GPL-3 )" SLOT="0"