Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/faac/
Date: Tue, 02 Oct 2018 12:12:01
Message-Id: 1538482282.20413be4eab2e92e2dd5c8bf9470d73f5459419c.asturm@gentoo
1 commit: 20413be4eab2e92e2dd5c8bf9470d73f5459419c
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 2 12:08:04 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 2 12:11:22 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20413be4
7
8 media-libs/faac: Drop unused deprecated eclasses
9
10 Package-Manager: Portage-2.3.50, Repoman-2.3.10
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-libs/faac/faac-1.29.9.2.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/media-libs/faac/faac-1.29.9.2.ebuild b/media-libs/faac/faac-1.29.9.2.ebuild
17 index f579c38eed0..291ceaf18e2 100644
18 --- a/media-libs/faac/faac-1.29.9.2.ebuild
19 +++ b/media-libs/faac/faac-1.29.9.2.ebuild
20 @@ -2,8 +2,8 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=6
24 -# eutils for einstalldocs
25 -inherit autotools epatch epunt-cxx eutils ltprune multilib-minimal
26 +
27 +inherit autotools epunt-cxx multilib-minimal
28
29 DESCRIPTION="Free MPEG-4 audio codecs by AudioCoding.com"
30 HOMEPAGE="http://www.audiocoding.com"
31 @@ -41,5 +41,5 @@ multilib_src_configure() {
32
33 multilib_src_install() {
34 emake DESTDIR="${D}" install
35 - prune_libtool_files
36 + find "${D}" -name '*.la' -delete || die
37 }