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/sndfile-tools/
Date: Thu, 08 Feb 2018 00:10:43
Message-Id: 1518048204.af72ecf66c716a2a0df0f7446de7c5f5b6b24c9d.asturm@gentoo
1 commit: af72ecf66c716a2a0df0f7446de7c5f5b6b24c9d
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Feb 4 11:37:08 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 8 00:03:24 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af72ecf6
7
8 media-sound/sndfile-tools: remove old
9
10 Closes: https://bugs.gentoo.org/407189
11 Closes: https://github.com/gentoo/gentoo/pull/7056
12
13 .../sndfile-tools/sndfile-tools-1.03.ebuild | 29 ----------------------
14 1 file changed, 29 deletions(-)
15
16 diff --git a/media-sound/sndfile-tools/sndfile-tools-1.03.ebuild b/media-sound/sndfile-tools/sndfile-tools-1.03.ebuild
17 deleted file mode 100644
18 index a64ae07e3b2..00000000000
19 --- a/media-sound/sndfile-tools/sndfile-tools-1.03.ebuild
20 +++ /dev/null
21 @@ -1,29 +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 -
27 -DESCRIPTION="A small collection of programs that use libsndfile"
28 -HOMEPAGE="http://www.mega-nerd.com/libsndfile/tools/"
29 -SRC_URI="http://www.mega-nerd.com/libsndfile/files/${P}.tar.gz"
30 -
31 -LICENSE="GPL-2"
32 -SLOT="0"
33 -KEYWORDS="~amd64"
34 -IUSE=""
35 -
36 -RDEPEND=">=media-libs/libsndfile-1.0.19
37 - >=x11-libs/cairo-1.4.0
38 - sci-libs/fftw:3.0
39 - media-sound/jack-audio-connection-kit"
40 -DEPEND="virtual/pkgconfig
41 - ${RDEPEND}"
42 -
43 -src_configure() {
44 - econf --disable-gcc-werror
45 -}
46 -
47 -src_install() {
48 - emake DESTDIR="${D}" install || die
49 - dodoc AUTHORS NEWS README
50 -}