summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-03-16 21:39:23 +0100
committerPacho Ramos <pacho@gentoo.org>2018-03-16 21:42:45 +0100
commit7b22b0382a01e724061cb5a0eec8f33c5682f17b (patch)
treea7118fc1b3741be274ec94499e4c925a8b2477a8 /media-plugins/swh-lv2
parentmedia-plugins/rev-plugins: Drop old (diff)
downloadgentoo-7b22b0382a01e724061cb5a0eec8f33c5682f17b.tar.gz
gentoo-7b22b0382a01e724061cb5a0eec8f33c5682f17b.tar.bz2
gentoo-7b22b0382a01e724061cb5a0eec8f33c5682f17b.zip
media-plugins/swh-lv2: Drop old
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'media-plugins/swh-lv2')
-rw-r--r--media-plugins/swh-lv2/Manifest1
-rw-r--r--media-plugins/swh-lv2/swh-lv2-1.0.15.ebuild33
2 files changed, 0 insertions, 34 deletions
diff --git a/media-plugins/swh-lv2/Manifest b/media-plugins/swh-lv2/Manifest
index 5f7874a35420..a9a917e4789f 100644
--- a/media-plugins/swh-lv2/Manifest
+++ b/media-plugins/swh-lv2/Manifest
@@ -1,2 +1 @@
-DIST swh-lv2-1.0.15.tar.gz 257023 BLAKE2B 8515212af0a15b429508abb7e24abc9fea67426758945bfaa8869d6ccf42404e0e001868c4d679cc3206cc642edb743fffb2a605cb2e7161ae0c8a18a8248559 SHA512 cd5018e6ce8eda3d04f18b0c4546a70ff6cae4d250357bfb82bb52ebd35932620bb857318703dea6ccaeee6a3a15defca7b9f100d00f3ac0b6e4ad736e944251
DIST swh-lv2-1.0.16.tar.gz 159206 BLAKE2B d8a3e46debebad758e6300203f8cedf71c47799a85b1e95b11c258e464e73fdafd69f5bc80f419bab4f1b6541bd2038d75f5ff9ddc0088829a9a690fa24483e5 SHA512 1ded2c570b7f8385bb702539f5e1573fa23c6ddfb2b763af149b4ef1a32e394590b0b4fffcd006fca362b51318c1ff5cfbaeb40e4341cc07d5241aca1ac2eba0
diff --git a/media-plugins/swh-lv2/swh-lv2-1.0.15.ebuild b/media-plugins/swh-lv2/swh-lv2-1.0.15.ebuild
deleted file mode 100644
index 0a00da8534c3..000000000000
--- a/media-plugins/swh-lv2/swh-lv2-1.0.15.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-inherit toolchain-funcs multilib
-
-DESCRIPTION="Large collection of LV2 audio plugins/effects"
-HOMEPAGE="http://plugin.org.uk/"
-SRC_URI="http://plugin.org.uk/lv2/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="=sci-libs/fftw-3*"
-DEPEND="${RDEPEND}
- dev-libs/libxslt
- virtual/pkgconfig"
-
-src_prepare() {
- sed -e 's:-O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops::g' \
- -i Makefile || die
-}
-
-src_compile() {
- emake CC=$(tc-getCC) || die
-}
-
-src_install() {
- emake INSTALL_DIR="${D}/usr/$(get_libdir)/lv2" install-system || die
- dodoc README
-}