diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-11-23 19:17:07 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-11-23 19:18:57 +0100 |
commit | a400d4efd677febb29632a925220798df766e5fc (patch) | |
tree | 1d8369ef35c8db8ead5158f8d1b95e2c550d3e04 /media-plugins/ladspa-bs2b | |
parent | mail-filter/libsrs_alt: Drop EAPI 0 ebuild (diff) | |
download | gentoo-a400d4efd677febb29632a925220798df766e5fc.tar.gz gentoo-a400d4efd677febb29632a925220798df766e5fc.tar.bz2 gentoo-a400d4efd677febb29632a925220798df766e5fc.zip |
media-plugins/ladspa-bs2b: Drop EAPI 0 ebuild
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-plugins/ladspa-bs2b')
-rw-r--r-- | media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1.ebuild | 23 |
1 files changed, 0 insertions, 23 deletions
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 -} |