commit:     af72ecf66c716a2a0df0f7446de7c5f5b6b24c9d
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Feb  4 11:37:08 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Feb  8 00:03:24 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af72ecf6

media-sound/sndfile-tools: remove old

Closes: https://bugs.gentoo.org/407189
Closes: https://github.com/gentoo/gentoo/pull/7056

 .../sndfile-tools/sndfile-tools-1.03.ebuild        | 29 ----------------------
 1 file changed, 29 deletions(-)

diff --git a/media-sound/sndfile-tools/sndfile-tools-1.03.ebuild 
b/media-sound/sndfile-tools/sndfile-tools-1.03.ebuild
deleted file mode 100644
index a64ae07e3b2..00000000000
--- a/media-sound/sndfile-tools/sndfile-tools-1.03.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-DESCRIPTION="A small collection of programs that use libsndfile"
-HOMEPAGE="http://www.mega-nerd.com/libsndfile/tools/";
-SRC_URI="http://www.mega-nerd.com/libsndfile/files/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND=">=media-libs/libsndfile-1.0.19
-       >=x11-libs/cairo-1.4.0
-       sci-libs/fftw:3.0
-       media-sound/jack-audio-connection-kit"
-DEPEND="virtual/pkgconfig
-       ${RDEPEND}"
-
-src_configure() {
-       econf --disable-gcc-werror
-}
-
-src_install() {
-       emake DESTDIR="${D}" install || die
-       dodoc AUTHORS NEWS README
-}

Reply via email to