media-plugins/mda-lv2: removed old 1.2.2
authorMiroslav Šulc <fordfrog@gentoo.org>
Thu, 23 Jan 2020 15:18:30 +0000 (16:18 +0100)
committerMiroslav Šulc <fordfrog@gentoo.org>
Thu, 23 Jan 2020 15:18:30 +0000 (16:18 +0100)
Package-Manager: Portage-2.3.85, Repoman-2.3.20
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
media-plugins/mda-lv2/Manifest
media-plugins/mda-lv2/mda-lv2-1.2.2.ebuild [deleted file]

index 7ef1fcc2fe44907457f08924911646da6eb8eb37..5e69b5c9cff425f36ee559c0450812b4c30e70f0 100644 (file)
@@ -1,2 +1 @@
-DIST mda-lv2-1.2.2.tar.bz2 2160906 BLAKE2B 2b0660395b3508247558305a1ec80c27c8e23ae4db3fb6eb30a06df54bca822256f712961dbaf9e318966be8f4c90824ea4246499fa2343a59376ef80f862eb5 SHA512 da9960462a896f8412cc1918e3a7c0bf9d33d5431a1264035705ca21295d52de1e6b5360369b9da519376a78f72b0c750d133d89b04240f3e35a210e4551854a
 DIST mda-lv2-1.2.4.tar.bz2 2362219 BLAKE2B 2b943ab585ee55f909161ed562e4cd9a8b57cf1c61e5199ebc6917b5ca6108fd9e8cb4c48517f01c823b9ab7ce96461f6f5ff1c103897aaa8bfd182a5debd2bf SHA512 d2ae0a7531de36ed30d0fa6e377d42d44d8dc67e4893e075b1d850e92c3a2d92f6f80e292e642c71ad1493532a0e06734011028cfec91348cfda02eec62dfe04
diff --git a/media-plugins/mda-lv2/mda-lv2-1.2.2.ebuild b/media-plugins/mda-lv2/mda-lv2-1.2.2.ebuild
deleted file mode 100644 (file)
index 2386d19..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-PYTHON_REQ_USE='threads(+)'
-
-inherit python-any-r1 waf-utils
-
-DESCRIPTION="LV2 port of the MDA plugins by Paul Kellett"
-HOMEPAGE="http://drobilla.net/software/mda-lv2/"
-SRC_URI="http://download.drobilla.net/${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="media-libs/lv2"
-DEPEND="
-       ${PYTHON_DEPS}
-       virtual/pkgconfig"