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 D4946138350 for ; Tue, 31 Mar 2020 17:43:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C866E0969; Tue, 31 Mar 2020 17:43:14 +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 F305DE0969 for ; Tue, 31 Mar 2020 17:43:13 +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 937EE34F317 for ; Tue, 31 Mar 2020 17:43:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A965150 for ; Tue, 31 Mar 2020 17:43:11 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1585676581.2a51a4e568ebadfca6344d2dcd3e880571148d88.sping@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/tremor/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/tremor/tremor-0_pre20130223-r1.ebuild media-libs/tremor/tremor-0_pre20130223-r2.ebuild X-VCS-Directories: media-libs/tremor/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 2a51a4e568ebadfca6344d2dcd3e880571148d88 X-VCS-Branch: master Date: Tue, 31 Mar 2020 17:43:11 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 50b38b86-8afb-4d4d-ba09-764c5f68750f X-Archives-Hash: 257666d4a3b97b2a4c278bb23fa72050 commit: 2a51a4e568ebadfca6344d2dcd3e880571148d88 Author: Sebastian Pipping gentoo org> AuthorDate: Tue Mar 31 17:41:46 2020 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Tue Mar 31 17:43:01 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a51a4e5 media-libs/tremor: Stop using ltprune eclass Signed-off-by: Sebastian Pipping gentoo.org> Package-Manager: Portage-2.3.92, Repoman-2.3.20 media-libs/tremor/tremor-0_pre20130223-r1.ebuild | 4 ++-- media-libs/tremor/tremor-0_pre20130223-r2.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-libs/tremor/tremor-0_pre20130223-r1.ebuild b/media-libs/tremor/tremor-0_pre20130223-r1.ebuild index 856548ea2fb..ff4417e9b64 100644 --- a/media-libs/tremor/tremor-0_pre20130223-r1.ebuild +++ b/media-libs/tremor/tremor-0_pre20130223-r1.ebuild @@ -5,7 +5,7 @@ EAPI=5 # svn export http://svn.xiph.org/trunk/Tremor tremor-${PV} -inherit autotools eutils ltprune multilib-minimal +inherit autotools eutils multilib-minimal DESCRIPTION="A fixed-point version of the Ogg Vorbis decoder (also known as libvorbisidec)" HOMEPAGE="https://wiki.xiph.org/Tremor" @@ -40,5 +40,5 @@ multilib_src_configure() { multilib_src_install_all() { einstalldocs dohtml -r doc/* - prune_libtool_files + find "${D}" -name '*.la' -type f -delete || die } diff --git a/media-libs/tremor/tremor-0_pre20130223-r2.ebuild b/media-libs/tremor/tremor-0_pre20130223-r2.ebuild index a316b2867b7..4aa37c129b8 100644 --- a/media-libs/tremor/tremor-0_pre20130223-r2.ebuild +++ b/media-libs/tremor/tremor-0_pre20130223-r2.ebuild @@ -5,7 +5,7 @@ EAPI=5 # svn export http://svn.xiph.org/trunk/Tremor tremor-${PV} -inherit autotools eutils ltprune multilib-minimal +inherit autotools eutils multilib-minimal DESCRIPTION="A fixed-point version of the Ogg Vorbis decoder (also known as libvorbisidec)" HOMEPAGE="https://wiki.xiph.org/Tremor" @@ -46,5 +46,5 @@ multilib_src_configure() { multilib_src_install_all() { einstalldocs dohtml -r doc/* - prune_libtool_files + find "${D}" -name '*.la' -type f -delete || die }