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/ams-lv2/
Date: Wed, 29 Jun 2022 18:06:58
Message-Id: 1656526011.9a65b30f920869ce4a20cb0ce93a8a6dd3857639.fordfrog@gentoo
1 commit: 9a65b30f920869ce4a20cb0ce93a8a6dd3857639
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 29 18:06:46 2022 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 29 18:06:51 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a65b30f
7
8 media-plugins/ams-lv2: dropped obsolete 1.2.2
9
10 Bug: https://bugs.gentoo.org/854801
11 Closes: https://bugs.gentoo.org/846035
12 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
13
14 media-plugins/ams-lv2/ams-lv2-1.2.2.ebuild | 29 -----------------------------
15 1 file changed, 29 deletions(-)
16
17 diff --git a/media-plugins/ams-lv2/ams-lv2-1.2.2.ebuild b/media-plugins/ams-lv2/ams-lv2-1.2.2.ebuild
18 deleted file mode 100644
19 index f1e6ea5ca25e..000000000000
20 --- a/media-plugins/ams-lv2/ams-lv2-1.2.2.ebuild
21 +++ /dev/null
22 @@ -1,29 +0,0 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=6
27 -PYTHON_COMPAT=( python3_{7,8,9} )
28 -PYTHON_REQ_USE="threads(+)"
29 -inherit waf-utils python-any-r1
30 -
31 -DESCRIPTION="A port of the AMS internal modules to LV2 plugins to create modular synthesizers"
32 -HOMEPAGE="https://github.com/blablack/ams-lv2"
33 -SRC_URI="https://github.com/blablack/ams-lv2/archive/${PV}.tar.gz -> ${P}.tar.gz"
34 -
35 -LICENSE="GPL-2"
36 -SLOT="0"
37 -KEYWORDS="amd64 x86"
38 -IUSE=""
39 -
40 -RDEPEND=">=dev-cpp/gtkmm-2.24.0:2.4
41 - >=media-libs/lv2-1.10.0
42 - >=media-libs/lvtk-1.2.0[gtk2]
43 - >=sci-libs/fftw-3.3.3:3.0
44 - >=x11-libs/cairo-1.10.0
45 - >=x11-libs/gtk+-2.24:2
46 - virtual/jack"
47 -DEPEND="${RDEPEND}
48 - ${PYTHON_DEPS}
49 - virtual/pkgconfig"
50 -
51 -DOCS=( LICENSE README.md THANKS )