commit: d1a6b33b161d89a87c89efde6afdffb6029fc8aa Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org> AuthorDate: Fri Feb 24 10:10:18 2017 +0000 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org> CommitDate: Fri Feb 24 10:10:18 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1a6b33b
media-libs/zita-convolver: Remove old Package-Manager: Portage-2.3.3, Repoman-2.3.1 .../zita-convolver/zita-convolver-2.0.0.ebuild | 33 ---------------------- 1 file changed, 33 deletions(-) diff --git a/media-libs/zita-convolver/zita-convolver-2.0.0.ebuild b/media-libs/zita-convolver/zita-convolver-2.0.0.ebuild deleted file mode 100644 index 4d2c131803..0000000000 --- a/media-libs/zita-convolver/zita-convolver-2.0.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=3 - -inherit base toolchain-funcs multilib - -DESCRIPTION="C++ library implementing a real-time convolution matrix" -HOMEPAGE="http://kokkinizita.net/linuxaudio/downloads/index.html" -SRC_URI="http://kokkinizita.net/linuxaudio/downloads/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND="sci-libs/fftw:3.0" -DEPEND="${RDEPEND}" - -PATCHES=( "${FILESDIR}/${P}-makefile.patch" ) - -S=${WORKDIR}/${P}/libs - -src_compile() { - tc-export CXX - emake || die -} - -src_install() { - emake PREFIX="${D}/usr" LIBDIR="$(get_libdir)" install || die - dodoc "${WORKDIR}/${P}/AUTHORS" || die -}
