public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/rubberband/
Date: Wed,  4 Jan 2017 12:12:13 +0000 (UTC)	[thread overview]
Message-ID: <1483531777.68f4131173b762304f44c83a0764f229cf88c9d9.aballier@gentoo> (raw)

commit:     68f4131173b762304f44c83a0764f229cf88c9d9
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  4 12:09:37 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Jan  4 12:09:37 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68f41311

media-libs/rubberband: remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-libs/rubberband/Manifest                |  1 -
 media-libs/rubberband/rubberband-1.7.0.ebuild | 44 ---------------------------
 media-libs/rubberband/rubberband-1.8.1.ebuild | 44 ---------------------------
 3 files changed, 89 deletions(-)

diff --git a/media-libs/rubberband/Manifest b/media-libs/rubberband/Manifest
index 3d5623a..ebed008 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 7d6afc6..00000000
--- 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 f4773bd..00000000
--- 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
-}


             reply	other threads:[~2017-01-04 12:12 UTC|newest]

Thread overview: 120+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-04 12:12 Alexis Ballier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-01 22:07 [gentoo-commits] repo/gentoo:master commit in: media-libs/rubberband/ Sam James
2023-09-19 17:48 Arthur Zamarin
2023-09-10 14:01 Sam James
2023-08-30  6:28 Miroslav Šulc
2023-08-30  6:25 Miroslav Šulc
2023-08-29 19:09 Sam James
2023-08-29 19:09 Sam James
2023-08-29 18:46 Sam James
2023-08-29 18:46 Sam James
2023-08-29 18:46 Sam James
2023-08-29 18:46 Sam James
2023-07-29  7:44 Miroslav Šulc
2023-05-29 20:34 Sam James
2023-05-29 20:34 Sam James
2023-05-27 13:06 Sam James
2023-05-27 13:06 Sam James
2023-05-27 10:30 Sam James
2023-05-27 10:30 Sam James
2023-05-23 15:16 Arthur Zamarin
2023-05-23 15:16 Arthur Zamarin
2023-05-23 15:16 Arthur Zamarin
2023-05-23 15:16 Arthur Zamarin
2023-04-23  4:32 Miroslav Šulc
2023-04-19 11:07 Sam James
2023-04-19  9:11 Arthur Zamarin
2023-04-19  8:07 Arthur Zamarin
2023-04-19  7:59 Arthur Zamarin
2023-04-19  7:59 Arthur Zamarin
2023-04-19  7:49 Arthur Zamarin
2023-04-06 11:36 Miroslav Šulc
2023-03-10  7:41 Miroslav Šulc
2022-12-21  4:56 Sam James
2022-11-29 15:58 WANG Xuerui
2022-11-03  8:08 Agostino Sarubbo
2022-11-02 20:07 Sam James
2022-11-02 10:57 Arthur Zamarin
2022-11-02  8:44 Arthur Zamarin
2022-11-02  8:30 Arthur Zamarin
2022-11-02  8:30 Arthur Zamarin
2022-08-12 11:55 Agostino Sarubbo
2022-08-10  8:04 Arthur Zamarin
2022-08-10  8:04 Arthur Zamarin
2022-08-09  7:43 Agostino Sarubbo
2022-08-08 18:01 Arthur Zamarin
2022-08-08 18:01 Arthur Zamarin
2022-07-08  3:54 Miroslav Šulc
2022-03-06  8:02 Sam James
2022-03-06  7:38 Sam James
2022-03-05  0:07 Sam James
2022-01-27  8:27 Miroslav Šulc
2022-01-27  8:25 Miroslav Šulc
2021-12-07  0:49 Sam James
2021-12-07  0:27 Sam James
2021-11-24 23:59 Sam James
2021-11-24  9:08 Agostino Sarubbo
2021-11-23 17:02 Sam James
2021-11-23 17:02 Sam James
2021-11-23 10:48 Sam James
2021-11-23  9:12 Jakov Smolić
2021-10-23  6:58 Miroslav Šulc
2021-07-16 21:52 Miroslav Šulc
2021-07-13  4:02 Sam James
2021-07-11 20:51 Sam James
2021-07-10  0:48 Sam James
2021-07-10  0:48 Sam James
2021-07-10  0:48 Sam James
2021-06-04  1:14 Matt Turner
2021-04-16  0:40 Sam James
2021-04-12 15:55 Sam James
2021-04-12 15:55 Sam James
2021-04-12 15:55 Sam James
2021-04-12 15:52 Sam James
2021-04-12 15:50 Sam James
2021-04-12  7:55 Miroslav Šulc
2021-03-13 11:36 Miroslav Šulc
2020-11-03  8:54 Miroslav Šulc
2020-11-02 13:57 Sam James
2020-10-25 23:08 Thomas Deutschmann
2020-10-24 17:46 Sergei Trofimovich
2020-10-24 11:08 Sergei Trofimovich
2020-10-20 17:41 Sergei Trofimovich
2020-10-20  9:46 Sam James
2020-10-20  9:46 Sam James
2020-09-20 13:37 Miroslav Šulc
2020-09-20  8:31 Miroslav Šulc
2020-08-11 16:04 Miroslav Šulc
2018-11-29  8:55 Andreas Sturmlechner
2018-11-28 12:15 Tobias Klausmann
2018-11-18 10:38 Sergei Trofimovich
2018-11-17 18:39 Andreas Sturmlechner
2018-11-17 16:00 Mikle Kolyada
2018-11-09 17:53 Mikle Kolyada
2018-11-08 23:35 Sergei Trofimovich
2018-11-07 23:44 Thomas Deutschmann
2018-11-07  0:17 Sergei Trofimovich
2018-11-07  0:15 Sergei Trofimovich
2018-10-02 22:05 Andreas Sturmlechner
2018-09-14 12:17 Tobias Klausmann
2018-09-09  6:59 Mikle Kolyada
2018-09-07 23:03 Sergei Trofimovich
2018-09-07 22:54 Sergei Trofimovich
2018-09-07 22:43 Sergei Trofimovich
2018-09-02 23:46 Thomas Deutschmann
2018-08-26 12:34 Andreas Sturmlechner
2018-07-13  0:03 Lars Wendler
2018-07-12 19:00 Matt Thode
2018-05-24  0:42 Aaron Bauman
2018-03-06 22:35 Sergei Trofimovich
2017-06-18 11:56 Alexis Ballier
2017-06-10 20:14 Sergei Trofimovich
2017-02-23 12:35 Michael Weber
2017-02-17 17:28 Markus Meier
2016-10-01 12:41 Jeroen Roovers
2016-02-04 21:48 Tobias Klausmann
2016-01-15 15:23 Agostino Sarubbo
2015-11-12 10:37 Agostino Sarubbo
2015-09-23 14:23 Alexis Ballier
2015-09-16 13:20 Tobias Klausmann
2015-09-06  6:18 Jeroen Roovers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1483531777.68f4131173b762304f44c83a0764f229cf88c9d9.aballier@gentoo \
    --to=aballier@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox