commit:     d8fd6d481858765edf8d9561e1a0caf6f210fc14
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 18 09:15:49 2019 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Wed Dec 18 09:15:49 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8fd6d48

media-libs/zita-convolver: removed old (2.0.0-r1, 3.1.0)

Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-libs/zita-convolver/Manifest                 |  2 --
 .../zita-convolver/zita-convolver-2.0.0-r1.ebuild  | 36 ----------------------
 .../zita-convolver/zita-convolver-3.1.0.ebuild     | 36 ----------------------
 3 files changed, 74 deletions(-)

diff --git a/media-libs/zita-convolver/Manifest 
b/media-libs/zita-convolver/Manifest
index 474be5fab1f..501a92e0968 100644
--- a/media-libs/zita-convolver/Manifest
+++ b/media-libs/zita-convolver/Manifest
@@ -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
index 4bea16d309c..00000000000
--- a/media-libs/zita-convolver/zita-convolver-2.0.0-r1.ebuild
+++ /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
index 22c6eb0b704..00000000000
--- a/media-libs/zita-convolver/zita-convolver-3.1.0.ebuild
+++ /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"
-}

Reply via email to