Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/tap-reverbed/
Date: Thu, 08 Feb 2018 00:10:45
Message-Id: 1518048192.a784349081c1bd50513bdc5b388fbf19beaef713.asturm@gentoo
1 commit: a784349081c1bd50513bdc5b388fbf19beaef713
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Feb 4 11:43:10 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 8 00:03:12 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7843490
7
8 media-sound/tap-reverbed: remove old
9
10 Closes: https://github.com/gentoo/gentoo/pull/7057
11
12 media-sound/tap-reverbed/tap-reverbed-0.ebuild | 46 --------------------------
13 1 file changed, 46 deletions(-)
14
15 diff --git a/media-sound/tap-reverbed/tap-reverbed-0.ebuild b/media-sound/tap-reverbed/tap-reverbed-0.ebuild
16 deleted file mode 100644
17 index 4d4235868cc..00000000000
18 --- a/media-sound/tap-reverbed/tap-reverbed-0.ebuild
19 +++ /dev/null
20 @@ -1,46 +0,0 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=2
25 -
26 -inherit autotools eutils
27 -
28 -MY_P="${PN}-r0"
29 -DESCRIPTION="Standalone JACK counterpart of LADSPA plugin TAP Reverberator"
30 -HOMEPAGE="http://tap-plugins.sourceforge.net/reverbed.html"
31 -SRC_URI="mirror://sourceforge/tap-plugins/${MY_P}.tar.gz"
32 -
33 -LICENSE="GPL-2"
34 -SLOT="0"
35 -KEYWORDS="~amd64 ~ppc ~x86"
36 -IUSE=""
37 -
38 -RDEPEND="media-libs/ladspa-sdk
39 - media-plugins/tap-plugins
40 - x11-libs/gtk+:2
41 - media-sound/jack-audio-connection-kit"
42 -DEPEND="${RDEPEND}
43 - virtual/pkgconfig"
44 -
45 -S=${WORKDIR}/${MY_P}
46 -
47 -src_prepare() {
48 - epatch "${FILESDIR}/${PN}-flags.patch"
49 - eautoreconf
50 -}
51 -
52 -src_install() {
53 - einstall
54 -
55 - dodoc README AUTHORS
56 - insinto /usr/share/tap-reverbed
57 - insopts -m0644
58 - doins src/\.reverbed
59 -}
60 -
61 -pkg_postinst() {
62 - elog "TAP Reverb Editor expects the configuration file '.reverbed'"
63 - elog "to be in the user's home directory. The default '.reverbed'"
64 - elog "file can be found in the /usr/share/tap-reverbed directory"
65 - elog "and should be manually copied to the user's directory."
66 -}