summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2019-11-17 18:55:45 -0500
committerAaron Bauman <bman@gentoo.org>2019-11-17 18:55:45 -0500
commit30bdbe56ff910e37cbf1c1489f30efe5113e5daf (patch)
tree8d91416f40be9e25cbba8ee9227223d574fe7189 /media-plugins/mda-lv2
parentmedia-libs/libpgf: drop old EAPI (diff)
downloadgentoo-30bdbe56ff910e37cbf1c1489f30efe5113e5daf.tar.gz
gentoo-30bdbe56ff910e37cbf1c1489f30efe5113e5daf.tar.bz2
gentoo-30bdbe56ff910e37cbf1c1489f30efe5113e5daf.zip
media-plugins/mda-lv2: drop old EAPI
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'media-plugins/mda-lv2')
-rw-r--r--media-plugins/mda-lv2/Manifest1
-rw-r--r--media-plugins/mda-lv2/mda-lv2-1.0.0.ebuild25
2 files changed, 0 insertions, 26 deletions
diff --git a/media-plugins/mda-lv2/Manifest b/media-plugins/mda-lv2/Manifest
index f2618838ca1e..962f98240a6b 100644
--- a/media-plugins/mda-lv2/Manifest
+++ b/media-plugins/mda-lv2/Manifest
@@ -1,2 +1 @@
-DIST mda-lv2-1.0.0.tar.bz2 2154530 BLAKE2B 4053f7e8c861487ce32fb5e4b94e643084f9a6aa91423011c52c0b8938308abff12a3804b194d7ac2a30a1e5d13e1b69add1b5c18927b4dff687a79b250d42e2 SHA512 3ee521d916eeaec14c64d3cc84d036e3c2152441cb1c266d8971e823a7e498039a210e49af5f1a9a773ac85cb49c620acf64e46a0625c6969f559b4c99786575
DIST mda-lv2-1.2.2.tar.bz2 2160906 BLAKE2B 2b0660395b3508247558305a1ec80c27c8e23ae4db3fb6eb30a06df54bca822256f712961dbaf9e318966be8f4c90824ea4246499fa2343a59376ef80f862eb5 SHA512 da9960462a896f8412cc1918e3a7c0bf9d33d5431a1264035705ca21295d52de1e6b5360369b9da519376a78f72b0c750d133d89b04240f3e35a210e4551854a
diff --git a/media-plugins/mda-lv2/mda-lv2-1.0.0.ebuild b/media-plugins/mda-lv2/mda-lv2-1.0.0.ebuild
deleted file mode 100644
index 3f64822e59bd..000000000000
--- a/media-plugins/mda-lv2/mda-lv2-1.0.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-PYTHON_COMPAT=( python2_7 )
-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"
-IUSE=""
-
-RDEPEND="media-libs/lv2"
-DEPEND="${RDEPEND}
- ${PYTHON_DEPS}
- virtual/pkgconfig"
-
-DOCS=( "README" )