From: Andreas Sturmlechner Date: Sat, 17 Nov 2018 17:16:32 +0000 (+0100) Subject: media-libs/rubberband: Drop old X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=8f1d59eb1a77d7f5c74406358054be1e01c77d89;p=gentoo.git media-libs/rubberband: Drop old Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner --- diff --git a/media-libs/rubberband/rubberband-1.8.1-r1.ebuild b/media-libs/rubberband/rubberband-1.8.1-r1.ebuild deleted file mode 100644 index 2fb849c626be..000000000000 --- a/media-libs/rubberband/rubberband-1.8.1-r1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit multilib multilib-minimal - -DESCRIPTION="An audio time-stretching and pitch-shifting library and utility program" -HOMEPAGE="https://www.breakfastquay.com/rubberband/" -SRC_URI="https://code.breakfastquay.com/attachments/download/34/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~sparc x86" -IUSE="static-libs" - -RDEPEND="media-libs/vamp-plugin-sdk[${MULTILIB_USEDEP}] - media-libs/libsamplerate[${MULTILIB_USEDEP}] - media-libs/libsndfile - media-libs/ladspa-sdk - sci-libs/fftw:3.0[${MULTILIB_USEDEP}]" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_prepare() { - if ! use static-libs ; then - sed -e '/^all:/s/$(STATIC_TARGET)//' \ - -e '/^\tcp $(STATIC_TARGET)/d' \ - -i Makefile.in || die - fi - multilib_copy_sources -} - -multilib_src_install() { - emake INSTALL_BINDIR="${D}/usr/bin" \ - INSTALL_INCDIR="${D}/usr/include/rubberband" \ - INSTALL_LIBDIR="${D}/usr/$(get_libdir)" \ - INSTALL_VAMPDIR="${D}/usr/$(get_libdir)/vamp" \ - INSTALL_LADSPADIR="${D}/usr/$(get_libdir)/ladspa" \ - INSTALL_LRDFDIR="${D}/usr/share/ladspa/rdf" \ - INSTALL_PKGDIR="${D}/usr/$(get_libdir)/pkgconfig" \ - install -} - -multilib_src_install_all() { - dodoc CHANGELOG README.txt -}