From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5780E139694 for ; Fri, 24 Feb 2017 10:10:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99CC4E0CBD; Fri, 24 Feb 2017 10:10:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7846EE0CBD for ; Fri, 24 Feb 2017 10:10:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 39CEA34105A for ; Fri, 24 Feb 2017 10:10:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A4B1F52D1 for ; Fri, 24 Feb 2017 10:10:36 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1487931018.d1a6b33b161d89a87c89efde6afdffb6029fc8aa.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/zita-convolver/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/zita-convolver/zita-convolver-2.0.0.ebuild X-VCS-Directories: media-libs/zita-convolver/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: d1a6b33b161d89a87c89efde6afdffb6029fc8aa X-VCS-Branch: master Date: Fri, 24 Feb 2017 10:10:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 48913535-778d-4431-93f3-c78d81c1d67d X-Archives-Hash: 76192edad768f9a604913a83464124fa commit: d1a6b33b161d89a87c89efde6afdffb6029fc8aa Author: Manuel Rüger gentoo org> AuthorDate: Fri Feb 24 10:10:18 2017 +0000 Commit: Manuel Rüger gentoo 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 -}