public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/freeverb3/
Date: Thu, 24 Dec 2015 21:42:51 +0000 (UTC)	[thread overview]
Message-ID: <1450993230.3eb9dd05b03b4187fe63eb37de4acc1c5a4e5c7a.mrueg@gentoo> (raw)

commit:     3eb9dd05b03b4187fe63eb37de4acc1c5a4e5c7a
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 24 21:40:30 2015 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu Dec 24 21:40:30 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3eb9dd05

media-libs/freeverb3: Remove old

Package-Manager: portage-2.2.26

 media-libs/freeverb3/Manifest                   |  1 -
 media-libs/freeverb3/freeverb3-2.5.13-r2.ebuild | 58 -------------------------
 2 files changed, 59 deletions(-)

diff --git a/media-libs/freeverb3/Manifest b/media-libs/freeverb3/Manifest
index f78cfbe..91aafd9 100644
--- a/media-libs/freeverb3/Manifest
+++ b/media-libs/freeverb3/Manifest
@@ -1,4 +1,3 @@
-DIST freeverb3-2.5.13.tar.gz 6143981 SHA256 9c29adc15a94e6140e52f0b1a5a60923a8e9a3beb21ada4182363c60b25126dd SHA512 9ebe020790fdc41fb1d766757b7ea8a2e93e6112e97ada620698fd36f8f471b6ea52e423371490a2b24328354e6b4d2f2f35f345a3bec68a4d55de929199dfb9 WHIRLPOOL 4bf2f6f634492a621eb541064bec6dc2c5afa8b303311c34402b46f5ca82ee7d6162430414f92e11042fbc77e990a25b150d67e6352207d29b1bca5163aeb5bb
 DIST freeverb3-2.6.6.tar.gz 6208119 SHA256 55c0585c8d53df1bcc5dcb6ffd26fc123583a239c3f064229af71e5f8dca6816 SHA512 755c95ef184487af7e01ea32765b77eba6ffc9738aece3d64f9da019f720075fb7907341689a8adbe81d6fd265a82436da578df2d98ff2e82803a064df4c5dc1 WHIRLPOOL 77795333dc30f3aca514a3a16d8760373bf1ac34fdcc1f3feef3d3bd3071fedf1dcb73ca85b3bf27666c0fba176d86607d68d4c0d5d37a2cfa42a5417d282bb4
 DIST freeverb3-3.1.1.tar.xz 6067288 SHA256 6327b6809f4c15dfc74331f0b88af8d92f593d1bf8eabee15ec2a98217aa8d93 SHA512 83feb43a6c178b82958089a3527788f1426bc76e5a86d353df5818a0ebeb1656742e225d4e3eb3187b768169af1a6f2716215408fdb30869452d10d64a967516 WHIRLPOOL e2ac3bec3f2ba90bfc8f25d9c09290dcdc5e43e4528182cbf112614f9d86e97f27beb13a4869cfe5ac10a29af47e4ed9ab64a064189d57ac1d4282a38442b935
 DIST freeverb3-3.1.2_pre20151102.tar.gz 8416503 SHA256 759ba987a6d696a34ce9a5a69ba87687bf678a93de3f49af3ad19df638379ae0 SHA512 ccdcf8832155e479164bb6a4cb2f830db83bf55b8c797ba96686abe8392e7d88f55c6ab8bcb2db447ec3ab4f5cca05e09ec0753a61452c01a32ff9f4008b3536 WHIRLPOOL a61cc9d301ddbbede0b9100219d93523ff7cece133f4402b1d82c2c9008d9cd7b2f89a1b94f8f638a298efd5bdc12eed3296618bcd9ab2cee9332cec733c8ea4

diff --git a/media-libs/freeverb3/freeverb3-2.5.13-r2.ebuild b/media-libs/freeverb3/freeverb3-2.5.13-r2.ebuild
deleted file mode 100644
index 44cf4ee..0000000
--- a/media-libs/freeverb3/freeverb3-2.5.13-r2.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=2
-inherit eutils autotools versionator
-
-MY_PV=$(replace_version_separator 3 '')
-
-DESCRIPTION="High Quality Reverb and Impulse Response Convolution library including XMMS/Audacious Effect plugins"
-HOMEPAGE="http://freeverb3.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${PN}-${MY_PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="audacious jack plugdouble cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse3 cpu_flags_x86_sse4_1 cpu_flags_x86_3dnow forcefpu"
-
-RDEPEND=">=sci-libs/fftw-3.0.1
-	audacious? ( <media-sound/audacious-2.5
-		media-libs/libsndfile )
-	jack? ( media-sound/jack-audio-connection-kit
-		media-libs/libsndfile )"
-DEPEND=${RDEPEND}
-
-S="${WORKDIR}/${PN}-$(get_version_component_range 1-3)"
-
-src_prepare() {
-	epatch "${FILESDIR}"/${P}-respect-disable-sse.patch
-	eautoreconf
-
-	epatch "${FILESDIR}"/${P}-fix-sse1v2-assembly.patch
-}
-
-src_configure() {
-	econf \
-		--enable-release \
-		--disable-bmp \
-		--disable-pluginit \
-		$(use_enable audacious) \
-		$(use_enable jack) \
-		$(use_enable plugdouble) \
-		$(use_enable cpu_flags_x86_3dnow 3dnow) \
-		$(use_enable cpu_flags_x86_sse sse) \
-		$(use_enable cpu_flags_x86_sse2 sse2) \
-		$(use_enable cpu_flags_x86_sse3 sse3) \
-		$(use_enable cpu_flags_x86_sse4_1 sse4) \
-		$(use_enable forcefpu) \
-		|| die "econf failed"
-}
-
-src_install() {
-	emake DESTDIR="${D}" install || die "emake install failed"
-	dodoc ChangeLog README || die 'dodoc failed'
-
-	insinto /usr/share/${PN}/samples/IR
-	doins samples/IR/*.wav || die
-}


             reply	other threads:[~2015-12-24 21:42 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-24 21:42 Manuel Rüger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-02-07  2:53 [gentoo-commits] repo/gentoo:master commit in: media-libs/freeverb3/ Sam James
2023-02-04 10:58 Sam James
2022-11-29  1:18 Sebastian Pipping
2022-06-27  3:37 Miroslav Šulc
2022-06-26  8:47 Agostino Sarubbo
2022-06-26  8:46 Agostino Sarubbo
2022-05-25 12:26 Sebastian Pipping
2019-12-08 12:04 Andreas Sturmlechner
2019-04-09 21:12 Mikle Kolyada
2018-12-12 16:40 Mikle Kolyada
2018-11-27 21:55 Thomas Deutschmann
2018-11-25 18:52 Andreas Sturmlechner
2018-11-25 18:52 Andreas Sturmlechner
2018-11-25 16:44 Sebastian Pipping
2018-11-25 15:45 Sebastian Pipping
2018-03-27 22:14 Sebastian Pipping
2018-01-06 21:20 Sebastian Pipping
2018-01-06 21:20 Sebastian Pipping
2018-01-06 19:46 Mikle Kolyada
2017-01-19 15:25 Sebastian Pipping
2016-08-06 16:51 Michał Górny
2016-02-08  1:09 Sebastian Pipping
2015-12-24 18:58 Agostino Sarubbo
2015-12-09 10:47 Agostino Sarubbo
2015-12-07 21:41 Sebastian Pipping
2015-11-02 12:30 Sebastian Pipping
2015-08-30 17:35 Sebastian Pipping

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=1450993230.3eb9dd05b03b4187fe63eb37de4acc1c5a4e5c7a.mrueg@gentoo \
    --to=mrueg@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