Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vamp-aubio-plugins/
Date: Wed, 29 Jun 2022 18:05:18
Message-Id: 1656525907.023545594aba7f35969255989ff3f8dffc39b6ac.fordfrog@gentoo
1 commit: 023545594aba7f35969255989ff3f8dffc39b6ac
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 29 18:05:07 2022 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 29 18:05:07 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02354559
7
8 media-plugins/vamp-aubio-plugins: dropped obsolete 0.5.1-r1
9
10 Bug: https://bugs.gentoo.org/854792
11 Closes: https://bugs.gentoo.org/846044
12 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
13
14 .../vamp-aubio-plugins-0.5.1-r1.ebuild | 33 ----------------------
15 1 file changed, 33 deletions(-)
16
17 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
18 deleted file mode 100644
19 index 45636dad6da1..000000000000
20 --- a/media-plugins/vamp-aubio-plugins/vamp-aubio-plugins-0.5.1-r1.ebuild
21 +++ /dev/null
22 @@ -1,33 +0,0 @@
23 -# Copyright 1999-2022 Gentoo Authors
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=6
27 -PYTHON_COMPAT=( pypy3 python3_{7..9} )
28 -PYTHON_REQ_USE='threads(+)'
29 -
30 -inherit python-any-r1 waf-utils
31 -
32 -WAF_PV='2.0.20'
33 -
34 -DESCRIPTION="Onset detection, pitch tracking, note tracking and tempo tracking plugins"
35 -HOMEPAGE="https://www.vamp-plugins.org/"
36 -SRC_URI="https://aubio.org/pub/vamp-aubio-plugins/${P}.tar.bz2
37 - https://waf.io/waf-${WAF_PV}"
38 -
39 -LICENSE="GPL-2"
40 -SLOT="0"
41 -# bug #748057, configure script only allows amd64/x86
42 -KEYWORDS="-* amd64 -x86"
43 -IUSE=""
44 -
45 -DEPEND=">=media-libs/aubio-0.4.1
46 - media-libs/vamp-plugin-sdk
47 - =sci-libs/fftw-3*"
48 -RDEPEND="${DEPEND}"
49 -DEPEND="${DEPEND}
50 - ${PYTHON_DEPS}"
51 -
52 -src_prepare() {
53 - rm -r "${S}"/waflib && cp "${DISTDIR}/waf-${WAF_PV}" "${S}"/waf || die 'Failed to update waf'
54 - default
55 -}