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 4E3DA138335 for ; Sun, 26 Aug 2018 12:34:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0790E0883; Sun, 26 Aug 2018 12:34:19 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C5C6CE0883 for ; Sun, 26 Aug 2018 12:34:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 0C258335CA6 for ; Sun, 26 Aug 2018 12:34:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 89F463A5 for ; Sun, 26 Aug 2018 12:34:15 +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: <1535286832.bf52a4b3d439b1b510dfb28c2fce582b299822c8.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/rubberband/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/rubberband/rubberband-1.8.1-r2.ebuild X-VCS-Directories: media-libs/rubberband/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: bf52a4b3d439b1b510dfb28c2fce582b299822c8 X-VCS-Branch: master Date: Sun, 26 Aug 2018 12:34:15 +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: aa7953fa-dab3-4edf-9eb7-471131c4aeba X-Archives-Hash: 622d84df699c0f752b8f6173c92b0e15 commit: bf52a4b3d439b1b510dfb28c2fce582b299822c8 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Aug 26 12:14:07 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Aug 26 12:33:52 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf52a4b3 media-libs/rubberband: Drop superfluous multilib.eclass, sort deps Use einstalldocs. Package-Manager: Portage-2.3.48, Repoman-2.3.10 media-libs/rubberband/rubberband-1.8.1-r2.ebuild | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/media-libs/rubberband/rubberband-1.8.1-r2.ebuild b/media-libs/rubberband/rubberband-1.8.1-r2.ebuild index 754ed4704a4..3c5c0fc2c7d 100644 --- a/media-libs/rubberband/rubberband-1.8.1-r2.ebuild +++ b/media-libs/rubberband/rubberband-1.8.1-r2.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit multilib multilib-minimal + +inherit multilib-minimal DESCRIPTION="An audio time-stretching and pitch-shifting library and utility program" HOMEPAGE="https://www.breakfastquay.com/rubberband/" @@ -13,10 +14,11 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="static-libs" -RDEPEND="media-libs/vamp-plugin-sdk[${MULTILIB_USEDEP}] +RDEPEND=" + media-libs/ladspa-sdk media-libs/libsamplerate[${MULTILIB_USEDEP}] media-libs/libsndfile - media-libs/ladspa-sdk + media-libs/vamp-plugin-sdk[${MULTILIB_USEDEP}] sci-libs/fftw:3.0[${MULTILIB_USEDEP}]" DEPEND="${RDEPEND} virtual/pkgconfig" @@ -43,5 +45,5 @@ multilib_src_install() { } multilib_src_install_all() { - dodoc CHANGELOG README.txt + einstalldocs }