summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2012-02-15 11:07:50 +0000
committerTim Harder <radhermit@gentoo.org>2012-02-15 11:07:50 +0000
commit693ef2a8a4e40e7d24c70248c593f1b906fb1e4f (patch)
tree9475b8132441add33e07a1196c3b093466563ba3 /media-libs/rubberband
parentVersion bump. Add static-libs use flag. (diff)
downloadgentoo-2-693ef2a8a4e40e7d24c70248c593f1b906fb1e4f.tar.gz
gentoo-2-693ef2a8a4e40e7d24c70248c593f1b906fb1e4f.tar.bz2
gentoo-2-693ef2a8a4e40e7d24c70248c593f1b906fb1e4f.zip
Remove old.
(Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/rubberband')
-rw-r--r--media-libs/rubberband/ChangeLog6
-rw-r--r--media-libs/rubberband/rubberband-1.4.ebuild40
-rw-r--r--media-libs/rubberband/rubberband-1.5.0.ebuild35
3 files changed, 5 insertions, 76 deletions
diff --git a/media-libs/rubberband/ChangeLog b/media-libs/rubberband/ChangeLog
index 23f6648c5b4d..3702e501da63 100644
--- a/media-libs/rubberband/ChangeLog
+++ b/media-libs/rubberband/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/rubberband
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/rubberband/ChangeLog,v 1.15 2012/02/15 11:05:59 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/rubberband/ChangeLog,v 1.16 2012/02/15 11:07:50 radhermit Exp $
+
+ 15 Feb 2012; Tim Harder <radhermit@gentoo.org> -rubberband-1.4.ebuild,
+ -rubberband-1.5.0.ebuild:
+ Remove old.
*rubberband-1.7.0 (15 Feb 2012)
diff --git a/media-libs/rubberband/rubberband-1.4.ebuild b/media-libs/rubberband/rubberband-1.4.ebuild
deleted file mode 100644
index 434677aa5762..000000000000
--- a/media-libs/rubberband/rubberband-1.4.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/rubberband/rubberband-1.4.ebuild,v 1.1 2009/09/26 13:22:11 aballier Exp $
-
-EAPI=2
-inherit eutils multilib
-
-DESCRIPTION="An audio time-stretching and pitch-shifting library and utility program"
-HOMEPAGE="http://www.breakfastquay.com/rubberband/"
-SRC_URI="http://www.breakfastquay.com/rubberband/files/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-RDEPEND="media-libs/vamp-plugin-sdk
- media-libs/libsamplerate
- media-libs/libsndfile
- media-libs/ladspa-sdk
- =sci-libs/fftw-3*"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-gcc44.patch
- epatch "${FILESDIR}"/${P}-install.patch
-}
-
-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 || die "emake install failed"
- dodoc CHANGELOG
-}
diff --git a/media-libs/rubberband/rubberband-1.5.0.ebuild b/media-libs/rubberband/rubberband-1.5.0.ebuild
deleted file mode 100644
index 3adae98e3d37..000000000000
--- a/media-libs/rubberband/rubberband-1.5.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/rubberband/rubberband-1.5.0.ebuild,v 1.1 2010/05/05 07:25:39 aballier Exp $
-
-EAPI=2
-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/1/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-RDEPEND="media-libs/vamp-plugin-sdk
- media-libs/libsamplerate
- media-libs/libsndfile
- media-libs/ladspa-sdk
- =sci-libs/fftw-3*"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-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 || die "emake install failed"
- dodoc CHANGELOG
-}