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 3BF1A138335 for ; Tue, 2 Oct 2018 12:12:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08C51E0916; Tue, 2 Oct 2018 12:11:59 +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 D437BE0916 for ; Tue, 2 Oct 2018 12:11:58 +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 57BA1335CFF for ; Tue, 2 Oct 2018 12:11:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD32A430 for ; Tue, 2 Oct 2018 12:11:54 +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: <1538482282.20413be4eab2e92e2dd5c8bf9470d73f5459419c.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/faac/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/faac/faac-1.29.9.2.ebuild X-VCS-Directories: media-libs/faac/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 20413be4eab2e92e2dd5c8bf9470d73f5459419c X-VCS-Branch: master Date: Tue, 2 Oct 2018 12:11:54 +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: c3f69643-c840-44a6-84c7-3ddd61bd0218 X-Archives-Hash: 710b352dd2360e911fba388226771f95 commit: 20413be4eab2e92e2dd5c8bf9470d73f5459419c Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Oct 2 12:08:04 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Oct 2 12:11:22 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20413be4 media-libs/faac: Drop unused deprecated eclasses Package-Manager: Portage-2.3.50, Repoman-2.3.10 Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/faac/faac-1.29.9.2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-libs/faac/faac-1.29.9.2.ebuild b/media-libs/faac/faac-1.29.9.2.ebuild index f579c38eed0..291ceaf18e2 100644 --- a/media-libs/faac/faac-1.29.9.2.ebuild +++ b/media-libs/faac/faac-1.29.9.2.ebuild @@ -2,8 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -# eutils for einstalldocs -inherit autotools epatch epunt-cxx eutils ltprune multilib-minimal + +inherit autotools epunt-cxx multilib-minimal DESCRIPTION="Free MPEG-4 audio codecs by AudioCoding.com" HOMEPAGE="http://www.audiocoding.com" @@ -41,5 +41,5 @@ multilib_src_configure() { multilib_src_install() { emake DESTDIR="${D}" install - prune_libtool_files + find "${D}" -name '*.la' -delete || die }