summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiroslav Šulc <fordfrog@gentoo.org>2022-06-29 20:06:46 +0200
committerMiroslav Šulc <fordfrog@gentoo.org>2022-06-29 20:06:51 +0200
commit9a65b30f920869ce4a20cb0ce93a8a6dd3857639 (patch)
tree7b516ea2cf8f88efc833b1dc208e97369087d404
parentsci-mathematics/alt-ergo: require ocamlopt (diff)
downloadgentoo-9a65b30f.tar.gz
gentoo-9a65b30f.tar.bz2
gentoo-9a65b30f.zip
media-plugins/ams-lv2: dropped obsolete 1.2.2
Bug: https://bugs.gentoo.org/854801 Closes: https://bugs.gentoo.org/846035 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
-rw-r--r--media-plugins/ams-lv2/ams-lv2-1.2.2.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/media-plugins/ams-lv2/ams-lv2-1.2.2.ebuild b/media-plugins/ams-lv2/ams-lv2-1.2.2.ebuild
deleted file mode 100644
index f1e6ea5ca25e..000000000000
--- a/media-plugins/ams-lv2/ams-lv2-1.2.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_{7,8,9} )
-PYTHON_REQ_USE="threads(+)"
-inherit waf-utils python-any-r1
-
-DESCRIPTION="A port of the AMS internal modules to LV2 plugins to create modular synthesizers"
-HOMEPAGE="https://github.com/blablack/ams-lv2"
-SRC_URI="https://github.com/blablack/ams-lv2/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND=">=dev-cpp/gtkmm-2.24.0:2.4
- >=media-libs/lv2-1.10.0
- >=media-libs/lvtk-1.2.0[gtk2]
- >=sci-libs/fftw-3.3.3:3.0
- >=x11-libs/cairo-1.10.0
- >=x11-libs/gtk+-2.24:2
- virtual/jack"
-DEPEND="${RDEPEND}
- ${PYTHON_DEPS}
- virtual/pkgconfig"
-
-DOCS=( LICENSE README.md THANKS )