summaryrefslogtreecommitdiff
path: root/media-libs
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-01-04 13:09:37 +0100
committerAlexis Ballier <aballier@gentoo.org>2017-01-04 13:09:37 +0100
commit68f4131173b762304f44c83a0764f229cf88c9d9 (patch)
tree5426c4e0d89c1685a46f12469a1152c8afa066d2 /media-libs
parentefd2ed5c48f0e8ee2ec0ade8b42087fa211b5947 (diff)
downloadgentoo-68f4131173b762304f44c83a0764f229cf88c9d9.tar.gz
gentoo-68f4131173b762304f44c83a0764f229cf88c9d9.tar.xz
media-libs/rubberband: remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/rubberband/Manifest1
-rw-r--r--media-libs/rubberband/rubberband-1.7.0.ebuild44
-rw-r--r--media-libs/rubberband/rubberband-1.8.1.ebuild44
3 files changed, 0 insertions, 89 deletions
diff --git a/media-libs/rubberband/Manifest b/media-libs/rubberband/Manifest
index 3d5623a2dce..ebed0088ddc 100644
--- a/media-libs/rubberband/Manifest
+++ b/media-libs/rubberband/Manifest
@@ -1,2 +1 @@
-DIST rubberband-1.7.0.tar.bz2 129328 SHA256 8037fe0e435a756f74b524b47943a8db0a4915c8437a8a4f88cb681ed577f682 SHA512 47d45ff6355e8f31f3ef0c0c5f14f27cc952f98597271b6b35b5047293b8dfa5e6576dc2e3ede102c0209507c77d666cf7c049fc65da18f09de84ea90fb2f87d WHIRLPOOL b32abc93a558bfb44bad76e3beb0d3f78bdface1141e0265e3d2720e6667236ee5f2120f3984818f927a0788d1fa6ed0c5dc15dbc3a154ec22b2c4027f054ed4
DIST rubberband-1.8.1.tar.bz2 177501 SHA256 ff0c63b0b5ce41f937a8a3bc560f27918c5fe0b90c6bc1cb70829b86ada82b75 SHA512 9721eaa36b80574f90b8ae5cfae388159a239e4257b8c85b9e55e7cf0dbbb9a996b857213a6a172a4ada5ff712e6936a16adbe08396e2ab1df3fd8d5a02a3620 WHIRLPOOL 14906711c8599b06ac8d772fd8c83fe8625f7235aafe67ccf505bdbcd43b8a28609f885b2243b22adfee8b1dad0815458253f1c07b728afd1c399e2ddf525dc4
diff --git a/media-libs/rubberband/rubberband-1.7.0.ebuild b/media-libs/rubberband/rubberband-1.7.0.ebuild
deleted file mode 100644
index 7d6afc625d2..00000000000
--- a/media-libs/rubberband/rubberband-1.7.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit multilib
-
-DESCRIPTION="An audio time-stretching and pitch-shifting library and utility program"
-HOMEPAGE="http://www.breakfastquay.com/rubberband/"
-SRC_URI="http://code.breakfastquay.com/attachments/download/23/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
-IUSE="static-libs"
-
-RDEPEND="media-libs/vamp-plugin-sdk
- media-libs/libsamplerate
- media-libs/libsndfile
- media-libs/ladspa-sdk
- sci-libs/fftw:3.0"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_prepare() {
- if ! use static-libs ; then
- sed -i -e '/^all:/s/$(STATIC_TARGET)//' \
- -e '/^\tcp $(STATIC_TARGET)/d' \
- Makefile.in || die
- fi
-}
-
-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
-
- dodoc CHANGELOG README.txt
-}
diff --git a/media-libs/rubberband/rubberband-1.8.1.ebuild b/media-libs/rubberband/rubberband-1.8.1.ebuild
deleted file mode 100644
index f4773bd36ef..00000000000
--- a/media-libs/rubberband/rubberband-1.8.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit multilib
-
-DESCRIPTION="An audio time-stretching and pitch-shifting library and utility program"
-HOMEPAGE="http://www.breakfastquay.com/rubberband/"
-SRC_URI="http://code.breakfastquay.com/attachments/download/34/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 hppa ppc ppc64 ~x86"
-IUSE="static-libs"
-
-RDEPEND="media-libs/vamp-plugin-sdk
- media-libs/libsamplerate
- media-libs/libsndfile
- media-libs/ladspa-sdk
- sci-libs/fftw:3.0"
-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
-}
-
-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
-
- dodoc CHANGELOG README.txt
-}