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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3BB89158094 for ; Wed, 29 Jun 2022 18:05:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7EA2BE041F; Wed, 29 Jun 2022 18:05:17 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5EE72E041F for ; Wed, 29 Jun 2022 18:05:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 95043341100 for ; Wed, 29 Jun 2022 18:05:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F3FF4ED for ; Wed, 29 Jun 2022 18:05:15 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1656525907.023545594aba7f35969255989ff3f8dffc39b6ac.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vamp-aubio-plugins/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/vamp-aubio-plugins/vamp-aubio-plugins-0.5.1-r1.ebuild X-VCS-Directories: media-plugins/vamp-aubio-plugins/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 023545594aba7f35969255989ff3f8dffc39b6ac X-VCS-Branch: master Date: Wed, 29 Jun 2022 18:05:15 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c19648c5-50a8-4ebb-bac2-9ae84f75527b X-Archives-Hash: 7fce007757188160ef398c5bf724128c commit: 023545594aba7f35969255989ff3f8dffc39b6ac Author: Miroslav Šulc gentoo org> AuthorDate: Wed Jun 29 18:05:07 2022 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Wed Jun 29 18:05:07 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02354559 media-plugins/vamp-aubio-plugins: dropped obsolete 0.5.1-r1 Bug: https://bugs.gentoo.org/854792 Closes: https://bugs.gentoo.org/846044 Signed-off-by: Miroslav Šulc gentoo.org> .../vamp-aubio-plugins-0.5.1-r1.ebuild | 33 ---------------------- 1 file changed, 33 deletions(-) diff --git a/media-plugins/vamp-aubio-plugins/vamp-aubio-plugins-0.5.1-r1.ebuild b/media-plugins/vamp-aubio-plugins/vamp-aubio-plugins-0.5.1-r1.ebuild deleted file mode 100644 index 45636dad6da1..000000000000 --- a/media-plugins/vamp-aubio-plugins/vamp-aubio-plugins-0.5.1-r1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( pypy3 python3_{7..9} ) -PYTHON_REQ_USE='threads(+)' - -inherit python-any-r1 waf-utils - -WAF_PV='2.0.20' - -DESCRIPTION="Onset detection, pitch tracking, note tracking and tempo tracking plugins" -HOMEPAGE="https://www.vamp-plugins.org/" -SRC_URI="https://aubio.org/pub/vamp-aubio-plugins/${P}.tar.bz2 - https://waf.io/waf-${WAF_PV}" - -LICENSE="GPL-2" -SLOT="0" -# bug #748057, configure script only allows amd64/x86 -KEYWORDS="-* amd64 -x86" -IUSE="" - -DEPEND=">=media-libs/aubio-0.4.1 - media-libs/vamp-plugin-sdk - =sci-libs/fftw-3*" -RDEPEND="${DEPEND}" -DEPEND="${DEPEND} - ${PYTHON_DEPS}" - -src_prepare() { - rm -r "${S}"/waflib && cp "${DISTDIR}/waf-${WAF_PV}" "${S}"/waf || die 'Failed to update waf' - default -}