summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-07-01 11:11:00 +0200
committerMichał Górny <mgorny@gentoo.org>2017-07-01 11:19:53 +0200
commit68d75fd287fc1e64e907be47357e41780ef98c2e (patch)
treebbbf21525700a31283818e2d5606e10c7c2679c0 /media-libs/lv2-ui/lv2-ui-2.4-r1.ebuild
parentmail-client/squirrelmail: Remove last-rited pkg, #611422 (diff)
downloadgentoo-68d75fd287fc1e64e907be47357e41780ef98c2e.tar.gz
gentoo-68d75fd287fc1e64e907be47357e41780ef98c2e.tar.bz2
gentoo-68d75fd287fc1e64e907be47357e41780ef98c2e.zip
media-libs/lv2-ui: Remove last-rited pkg, #388549
Diffstat (limited to 'media-libs/lv2-ui/lv2-ui-2.4-r1.ebuild')
-rw-r--r--media-libs/lv2-ui/lv2-ui-2.4-r1.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/media-libs/lv2-ui/lv2-ui-2.4-r1.ebuild b/media-libs/lv2-ui/lv2-ui-2.4-r1.ebuild
deleted file mode 100644
index 72030eeb0e7f..000000000000
--- a/media-libs/lv2-ui/lv2-ui-2.4-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_4} )
-PYTHON_REQ_USE='threads'
-
-inherit python-any-r1 waf-utils
-
-DESCRIPTION="Generic UI interface for LV2 plugins"
-HOMEPAGE="http://lv2plug.in/ns/extensions/ui"
-SRC_URI="http://lv2plug.in/spec/${P}.tar.bz2"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="${PYTHON_DEPS}"
-RDEPEND=">=media-libs/lv2core-6.0"
-
-DOCS=( "NEWS" )