From 52f895faaaf01579a8d9528cafec20bf2c873f5c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 17 Jan 2020 22:43:15 +0000 Subject: gentoo resync : 17.01.2010 --- media-libs/slv2/slv2-0.6.6-r2.ebuild | 41 ------------------------------------ 1 file changed, 41 deletions(-) delete mode 100644 media-libs/slv2/slv2-0.6.6-r2.ebuild (limited to 'media-libs/slv2/slv2-0.6.6-r2.ebuild') diff --git a/media-libs/slv2/slv2-0.6.6-r2.ebuild b/media-libs/slv2/slv2-0.6.6-r2.ebuild deleted file mode 100644 index 39c9070abce8..000000000000 --- a/media-libs/slv2/slv2-0.6.6-r2.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) -PYTHON_REQ_USE='threads(+)' -inherit eutils multilib python-any-r1 toolchain-funcs waf-utils - -DESCRIPTION="A library to make the use of LV2 plugins as simple as possible for applications" -HOMEPAGE="http://wiki.drobilla.net/SLV2" -SRC_URI="http://download.drobilla.net/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="doc jack" - -RDEPEND=">=dev-libs/redland-1.0.6 - jack? ( virtual/jack ) - media-libs/lv2" -DEPEND="${RDEPEND} - ${PYTHON_DEPS} - virtual/pkgconfig - doc? ( app-doc/doxygen )" - -src_prepare() { - epatch "${FILESDIR}"/ldconfig.patch - epatch "${FILESDIR}"/${P}-raptor2-link.patch - - has_version ">=media-libs/lv2-1.16.0" && (sed -i "s/lv2core/lv2/" wscript || die "Failed to fix lv2") -} - -src_configure() { - waf-utils_src_configure \ - --prefix=/usr \ - --libdir=/usr/$(get_libdir) \ - --htmldir=/usr/share/doc/${PF}/html \ - $(use doc && echo --build-docs) \ - $(use jack || echo --no-jack) -} -- cgit v1.2.3