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/faad2/
Date: Tue, 18 Sep 2018 09:41:40
Message-Id: 1537263680.2e261d764f1a709d088b38a3ef7d80122c1b8740.asturm@gentoo
1 commit: 2e261d764f1a709d088b38a3ef7d80122c1b8740
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 18 09:40:49 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 18 09:41:20 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e261d76
7
8 media-libs/faad2: EAPI-7 bump
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11
12 media-libs/faad2/faad2-2.8.8.ebuild | 17 +++++++++--------
13 1 file changed, 9 insertions(+), 8 deletions(-)
14
15 diff --git a/media-libs/faad2/faad2-2.8.8.ebuild b/media-libs/faad2/faad2-2.8.8.ebuild
16 index 3429665fa71..61871bf219a 100644
17 --- a/media-libs/faad2/faad2-2.8.8.ebuild
18 +++ b/media-libs/faad2/faad2-2.8.8.ebuild
19 @@ -1,8 +1,9 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=6
25 -inherit autotools ltprune multilib-minimal
26 +EAPI=7
27 +
28 +inherit autotools multilib-minimal
29
30 DESCRIPTION="AAC audio decoding library"
31 HOMEPAGE="http://www.audiocoding.com/faad2.html"
32 @@ -12,13 +13,13 @@ LICENSE="GPL-2+"
33 SLOT="0"
34 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
35 IUSE="digitalradio static-libs"
36 -DOCS=( AUTHORS ChangeLog NEWS README TODO )
37 +
38 RDEPEND=""
39 DEPEND=""
40
41 -PATCHES=(
42 - "${FILESDIR}"/${PN}-2.8.5-libmp4ff-shared-lib.patch
43 -)
44 +DOCS=( AUTHORS ChangeLog NEWS README TODO )
45 +
46 +PATCHES=( "${FILESDIR}"/${PN}-2.8.5-libmp4ff-shared-lib.patch )
47
48 src_prepare() {
49 default
50 @@ -47,6 +48,6 @@ multilib_src_configure() {
51 }
52
53 multilib_src_install_all() {
54 - prune_libtool_files --all
55 + find "${D}" -name '*.la' -delete || die
56 einstalldocs
57 }