diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-02-04 12:37:08 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-02-08 01:03:24 +0100 |
commit | af72ecf66c716a2a0df0f7446de7c5f5b6b24c9d (patch) | |
tree | b7c8d2bdda65a92e084867130a17c13657a7f308 /media-sound | |
parent | media-sound/tap-reverbed: remove old (diff) | |
download | gentoo-af72ecf66c716a2a0df0f7446de7c5f5b6b24c9d.tar.gz gentoo-af72ecf66c716a2a0df0f7446de7c5f5b6b24c9d.tar.bz2 gentoo-af72ecf66c716a2a0df0f7446de7c5f5b6b24c9d.zip |
media-sound/sndfile-tools: remove old
Closes: https://bugs.gentoo.org/407189
Closes: https://github.com/gentoo/gentoo/pull/7056
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/sndfile-tools/sndfile-tools-1.03.ebuild | 29 |
1 files changed, 0 insertions, 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 a64ae07e3b29..000000000000 --- 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 -} |