summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiroslav Šulc <fordfrog@gentoo.org>2022-11-04 08:25:01 +0100
committerMiroslav Šulc <fordfrog@gentoo.org>2022-11-04 08:25:01 +0100
commit9313654882586b5eabb6ee122e22b598282c1869 (patch)
tree46787adad0cad4d43bc460b21f370269920e2193 /media-plugins
parentmedia-libs/suil: dropped obsolete 0.10.16-r1 (diff)
downloadgentoo-9313654882586b5eabb6ee122e22b598282c1869.tar.gz
gentoo-9313654882586b5eabb6ee122e22b598282c1869.tar.bz2
gentoo-9313654882586b5eabb6ee122e22b598282c1869.zip
media-plugins/mda-lv2: dropped obsolete 1.2.6
Bug: https://bugs.gentoo.org/879133 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-plugins')
-rw-r--r--media-plugins/mda-lv2/Manifest1
-rw-r--r--media-plugins/mda-lv2/mda-lv2-1.2.6.ebuild25
2 files changed, 0 insertions, 26 deletions
diff --git a/media-plugins/mda-lv2/Manifest b/media-plugins/mda-lv2/Manifest
index d406780e4d32..09edf0647171 100644
--- a/media-plugins/mda-lv2/Manifest
+++ b/media-plugins/mda-lv2/Manifest
@@ -1,2 +1 @@
DIST mda-lv2-1.2.10.tar.xz 2081216 BLAKE2B f201cff828fcef037795935bbeb56b0c2067a2f66666f99d8f90507333249c128d5d6202bc38a96dafa9f9aab28f5c9b571f9e8d88f7a77fd1b23f5fca1376d4 SHA512 be490887be25b2578a4f0a0f7d571aaa1bad37a640094ffde7bdca21a285ddf7d7650f96f735cb0ec01e262bddb945ab9e8923a2d8b94afb5dc6940cf4e2b054
-DIST mda-lv2-1.2.6.tar.bz2 2371464 BLAKE2B d9c6de99a3bac080df2a58db56673712a7c050fea76906bd8e1704f28b3588d990cc8c3ce2fe94b598b1b9a4acd751696775d6c19baee2bd7982853f2e2ae18b SHA512 0b49c8d4868010726bdf4b969b4822ffe17d705d81c956afabcfa27135c1bf54bb4fd00168d2606ddcd3f9b1930247655e700ae8d6039b43ff1a779cb8a617cc
diff --git a/media-plugins/mda-lv2/mda-lv2-1.2.6.ebuild b/media-plugins/mda-lv2/mda-lv2-1.2.6.ebuild
deleted file mode 100644
index b40371714dcf..000000000000
--- a/media-plugins/mda-lv2/mda-lv2-1.2.6.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..11} )
-PYTHON_REQ_USE='threads(+)'
-
-inherit python-any-r1 waf-utils
-
-DESCRIPTION="LV2 port of the MDA plugins by Paul Kellett"
-HOMEPAGE="https://drobilla.net/software/mda-lv2.html"
-SRC_URI="https://download.drobilla.net/${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
-
-BDEPEND="
- virtual/pkgconfig
-"
-RDEPEND="media-libs/lv2"
-DEPEND="
- ${PYTHON_DEPS}
-"