commit:     17a34fd434bb56c65f7d9e6adb31f5fac162f204
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 27 03:37:44 2022 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Mon Jun 27 03:37:44 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17a34fd4

media-libs/freeverb3: dropped obsolete 3.2.1-r2

Bug: https://bugs.gentoo.org/854336
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-libs/freeverb3/freeverb3-3.2.1-r2.ebuild | 42 --------------------------
 1 file changed, 42 deletions(-)

diff --git a/media-libs/freeverb3/freeverb3-3.2.1-r2.ebuild 
b/media-libs/freeverb3/freeverb3-3.2.1-r2.ebuild
deleted file mode 100644
index 956f16ac14ea..000000000000
--- a/media-libs/freeverb3/freeverb3-3.2.1-r2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Reverb and Impulse Response Convolution plug-ins (Audacious/JACK)"
-HOMEPAGE="https://savannah.nongnu.org/projects/freeverb3";
-SRC_URI="mirror://nongnu/${PN}/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="forcefpu openmp plugdouble threads"
-
-RDEPEND="sci-libs/fftw:3.0="
-DEPEND="${RDEPEND}"
-
-src_configure() {
-       local myeconfargs=(
-               --enable-release
-               --enable-undenormal
-               --disable-autocflags
-               --disable-pluginit
-               --disable-profile
-               --disable-sample
-               --disable-srcnewcoeffs
-               --disable-audacious
-               --disable-jack
-               $(use_enable openmp omp)
-               $(use_enable plugdouble)
-               $(use_enable threads pthread)
-       )
-       econf "${myeconfargs[@]}"
-}
-
-src_install() {
-       emake DESTDIR="${D}" install
-       einstalldocs
-
-       insinto /usr/share/${PN}/samples/IR
-       doins samples/IR/*.wav
-}

Reply via email to