Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/brutefir/
Date: Wed, 05 Dec 2018 11:53:17
Message-Id: 1544010689.996875d88ef4de394eddd49a140858a25f6a5a4b.zlogene@gentoo
1 commit: 996875d88ef4de394eddd49a140858a25f6a5a4b
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 5 11:51:29 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 5 11:51:29 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=996875d8
7
8 media-sound/brutefir: Drop old
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 media-sound/brutefir/brutefir-1.0k-r1.ebuild | 46 ----------------------------
14 1 file changed, 46 deletions(-)
15
16 diff --git a/media-sound/brutefir/brutefir-1.0k-r1.ebuild b/media-sound/brutefir/brutefir-1.0k-r1.ebuild
17 deleted file mode 100644
18 index 1ec00605375..00000000000
19 --- a/media-sound/brutefir/brutefir-1.0k-r1.ebuild
20 +++ /dev/null
21 @@ -1,46 +0,0 @@
22 -# Copyright 1999-2012 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=2
26 -inherit eutils multilib toolchain-funcs
27 -
28 -DESCRIPTION="Software convolution engine for applying long FIR filters"
29 -HOMEPAGE="http://www.ludd.luth.se/~torger/brutefir.html"
30 -SRC_URI="http://www.ludd.luth.se/~torger/files/${P}.tar.gz"
31 -
32 -LICENSE="GPL-2"
33 -SLOT="0"
34 -KEYWORDS="amd64 ~ppc x86"
35 -IUSE=""
36 -
37 -RDEPEND="media-libs/alsa-lib
38 - media-sound/jack-audio-connection-kit
39 - sci-libs/fftw:3.0"
40 -DEPEND="${RDEPEND}"
41 -
42 -src_prepare() {
43 - epatch "${FILESDIR}"/${P}-ld.patch
44 -}
45 -
46 -src_compile() {
47 - tc-export AS CC
48 - emake || die "emake failed"
49 -}
50 -
51 -src_install() {
52 - emake LIBDIR="/usr/$(get_libdir)" DESTDIR="${D}" \
53 - install || die "emake install failed"
54 - dodoc CHANGES README
55 -
56 - insinto /usr/share/${PN}
57 - doins xtc_config directpath.txt crosspath.txt massive_config \
58 - bench1_config bench2_config bench3_config bench4_config \
59 - bench5_config || die "doins failed"
60 -}
61 -
62 -pkg_postinst() {
63 - elog "Brutefir is a complicated piece of software. Please"
64 - elog "read the documentation first! You can find"
65 - elog "documentation here: http://www.ludd.luth.se/~torger/brutefir.html"
66 - elog "Example config files are in /usr/share/brutefir"
67 -}