From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BDD49138331 for ; Thu, 8 Feb 2018 00:10:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C47E4E0ACB; Thu, 8 Feb 2018 00:10:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A77ACE0ACB for ; Thu, 8 Feb 2018 00:10:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D71FD335C4C for ; Thu, 8 Feb 2018 00:10:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE3301E9 for ; Thu, 8 Feb 2018 00:10:38 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1518048204.af72ecf66c716a2a0df0f7446de7c5f5b6b24c9d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/sndfile-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/sndfile-tools/sndfile-tools-1.03.ebuild X-VCS-Directories: media-sound/sndfile-tools/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: af72ecf66c716a2a0df0f7446de7c5f5b6b24c9d X-VCS-Branch: master Date: Thu, 8 Feb 2018 00:10:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c2cf8a8a-0217-4f1b-a466-adfb14f7b725 X-Archives-Hash: 0bb7256729c9061dd990c322dc8029b9 commit: af72ecf66c716a2a0df0f7446de7c5f5b6b24c9d Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun Feb 4 11:37:08 2018 +0000 Commit: Andreas Sturmlechner gentoo 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 -}