From a400d4efd677febb29632a925220798df766e5fc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 23 Nov 2019 19:17:07 +0100 Subject: [PATCH] media-plugins/ladspa-bs2b: Drop EAPI 0 ebuild MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- .../ladspa-bs2b/ladspa-bs2b-0.9.1.ebuild | 23 ------------------- 1 file changed, 23 deletions(-) delete mode 100644 media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1.ebuild diff --git a/media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1.ebuild b/media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1.ebuild deleted file mode 100644 index ca23f87ab9fa..000000000000 --- a/media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -DESCRIPTION="LADSPA plugin for bs2b headphone filter" -HOMEPAGE="http://bs2b.sourceforge.net/" -SRC_URI="mirror://sourceforge/bs2b/plugins/LADSPA%20plugin/${PV}/${P}.tar.bz2" - -LICENSE="|| ( GPL-2 GPL-3 )" -SLOT="0" -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 -} -- 2.26.2