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
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')
-rw-r--r--media-libs/lv2-ui/Manifest1
-rw-r--r--media-libs/lv2-ui/lv2-ui-2.4-r1.ebuild23
-rw-r--r--media-libs/lv2-ui/metadata.xml11
3 files changed, 0 insertions, 35 deletions
diff --git a/media-libs/lv2-ui/Manifest b/media-libs/lv2-ui/Manifest
deleted file mode 100644
index b66418503b17..000000000000
--- a/media-libs/lv2-ui/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST lv2-ui-2.4.tar.bz2 101001 SHA256 0175ff907293eec928d3543612d179359d9d515f8bf6bd032054e36f761f7bdd SHA512 55c6c1ae24045ff6e088408975d8555285404e9d2a3f06fbd5d6711b79fbf90b29f4b7e414b26727bd596814f86c643b4d27b2be8b7645e0b63af189b62d1278 WHIRLPOOL f7179aa9a53cae6c8d79d4d2e5feeacfa093e8b950c157ac49d6dd1317a0fc5aa21efb789da4bb6d33404f27e100b8daa3768e466d53972302df681989362c25
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" )
diff --git a/media-libs/lv2-ui/metadata.xml b/media-libs/lv2-ui/metadata.xml
deleted file mode 100644
index b7f9f0091f89..000000000000
--- a/media-libs/lv2-ui/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>proaudio@gentoo.org</email>
- <name>Gentoo ProAudio Project</name>
- </maintainer>
- <longdescription lang="en">
- This extension defines an interface that can be used in LV2 plugins and hosts to create UIs for plugins. The UIs are similar to plugins and reside in shared object files in an LV2 bundle.
-</longdescription>
-</pkgmetadata>