media-libs/zita-convolver: removed old (2.0.0-r1, 3.1.0)
authorMiroslav Šulc <fordfrog@gentoo.org>
Wed, 18 Dec 2019 09:15:49 +0000 (10:15 +0100)
committerMiroslav Šulc <fordfrog@gentoo.org>
Wed, 18 Dec 2019 09:15:49 +0000 (10:15 +0100)
Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
media-libs/zita-convolver/Manifest
media-libs/zita-convolver/zita-convolver-2.0.0-r1.ebuild [deleted file]
media-libs/zita-convolver/zita-convolver-3.1.0.ebuild [deleted file]

index 474be5fab1f3eb95d609d28e1b931fa644b4aa85..501a92e0968c5b86105513770719f41299866525 100644 (file)
@@ -1,3 +1 @@
-DIST zita-convolver-2.0.0.tar.bz2 12858 BLAKE2B 1801681e799a85cd9a5b6d724ea3928e379bcd4cde1e01a39dc714e9480bdc0dfbf777aa4230c42190fc9e98ee3f842f34bf5c65a53744ff6b977c231194bb51 SHA512 5e12e8785e3b3161e42bb3a65e63ec4d4d2d6fa5c11960e0843f3985d76d4f24d7a1d979d0a092dd0c5407b817b66e799da211fa0f7eb96f581ffc56950135ce
-DIST zita-convolver-3.1.0.tar.bz2 21485 BLAKE2B 7976bac136bef04091b76b55fd4afd5a18c7f269c1dbce8875bc7c8a50b652f3c2ddd3c5e71ae26896d906a17b78f2bcfab129c078c1d60f8871c9509bb173d7 SHA512 0003d4fffcc07b3e67d54996a63db35d537d97b26003e06afbeed19fba551d552d4d5a808a86b5c600f5254816c6b26db49f48e13bfa3c77d93d61956c479eb9
 DIST zita-convolver-4.0.3.tar.bz2 19591 BLAKE2B 3bd77cbc46d93c2200329451634dc48b94183aaa17034aa4b3dd03c33ad7982e9bed85e164f5c0e34666a1a6443199afe24222d41477368c4b366335e9767b91 SHA512 62d7841757f10c094e43ed755e187f947c5743f302ed2a1ee6064a850c18921466f4505d8a2a7b3ad23619db7f1ad7307e1dfb2e8a1e7685e60ece2ffff4f6ca
diff --git a/media-libs/zita-convolver/zita-convolver-2.0.0-r1.ebuild b/media-libs/zita-convolver/zita-convolver-2.0.0-r1.ebuild
deleted file mode 100644 (file)
index 4bea16d..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils flag-o-matic multilib toolchain-funcs
-
-DESCRIPTION="C++ library implementing a real-time convolution matrix"
-HOMEPAGE="http://kokkinizita.linuxaudio.org/linuxaudio/downloads/index.html"
-SRC_URI="http://kokkinizita.linuxaudio.org/linuxaudio/downloads/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="cpu_flags_x86_sse"
-
-RDEPEND="sci-libs/fftw:3.0="
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${P}/libs
-
-src_prepare() {
-       epatch "${FILESDIR}"/${P}-makefile.patch
-}
-
-src_compile() {
-       # upstream defaults to this on x86 but patched out of the Makefile
-       # try to reenable optimisation for x86 and allow building on other arch's
-       use cpu_flags_x86_sse && append-flags "-msse" "-mfpmath=sse"
-
-       emake CXX="$(tc-getCXX)"
-}
-
-src_install() {
-       emake PREFIX="${ED}/usr" LIBDIR="$(get_libdir)" install
-       dodoc "${WORKDIR}/${P}/AUTHORS"
-}
diff --git a/media-libs/zita-convolver/zita-convolver-3.1.0.ebuild b/media-libs/zita-convolver/zita-convolver-3.1.0.ebuild
deleted file mode 100644 (file)
index 22c6eb0..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils flag-o-matic multilib toolchain-funcs
-
-DESCRIPTION="C++ library implementing a real-time convolution matrix"
-HOMEPAGE="http://kokkinizita.linuxaudio.org/linuxaudio/downloads/index.html"
-SRC_URI="http://kokkinizita.linuxaudio.org/linuxaudio/downloads/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-IUSE="cpu_flags_x86_sse"
-
-RDEPEND="sci-libs/fftw:3.0="
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${P}/libs
-
-src_prepare() {
-       epatch "${FILESDIR}"/${P}-makefile.patch
-}
-
-src_compile() {
-       # upstream defaults to this on x86 but patched out of the Makefile
-       # try to reenable optimisation for x86 and allow building on other arch's
-       use cpu_flags_x86_sse && append-flags "-msse" "-mfpmath=sse"
-
-       emake CXX="$(tc-getCXX)"
-}
-
-src_install() {
-       emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" LIBDIR="$(get_libdir)" install
-       dodoc "${WORKDIR}/${P}/AUTHORS" "${WORKDIR}/${P}/README"
-}