Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/faac/
Date: Fri, 14 Apr 2017 16:28:27
Message-Id: 1492187275.c694f2d283d94bfdceda724bc237e60402e97307.mgorny@gentoo
1 commit: c694f2d283d94bfdceda724bc237e60402e97307
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 24 22:15:27 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 14 16:27:55 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c694f2d2
7
8 media-libs/faac: Replace eutils inherit w/ split eclasses
9
10 media-libs/faac/faac-1.28-r3.ebuild | 4 ++--
11 media-libs/faac/faac-1.28-r4.ebuild | 4 ++--
12 2 files changed, 4 insertions(+), 4 deletions(-)
13
14 diff --git a/media-libs/faac/faac-1.28-r3.ebuild b/media-libs/faac/faac-1.28-r3.ebuild
15 index 2064d660b6d..3c83dc00746 100644
16 --- a/media-libs/faac/faac-1.28-r3.ebuild
17 +++ b/media-libs/faac/faac-1.28-r3.ebuild
18 @@ -1,8 +1,8 @@
19 -# Copyright 1999-2013 Gentoo Foundation
20 +# Copyright 1999-2017 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=5
24 -inherit autotools eutils
25 +inherit autotools epatch epunt-cxx ltprune
26
27 DESCRIPTION="Free MPEG-4 audio codecs by AudioCoding.com"
28 HOMEPAGE="http://www.audiocoding.com"
29
30 diff --git a/media-libs/faac/faac-1.28-r4.ebuild b/media-libs/faac/faac-1.28-r4.ebuild
31 index ade584b71d2..352a1d58b1a 100644
32 --- a/media-libs/faac/faac-1.28-r4.ebuild
33 +++ b/media-libs/faac/faac-1.28-r4.ebuild
34 @@ -1,8 +1,8 @@
35 -# Copyright 1999-2014 Gentoo Foundation
36 +# Copyright 1999-2017 Gentoo Foundation
37 # Distributed under the terms of the GNU General Public License v2
38
39 EAPI=5
40 -inherit autotools eutils multilib-minimal
41 +inherit autotools epatch epunt-cxx ltprune multilib-minimal
42
43 DESCRIPTION="Free MPEG-4 audio codecs by AudioCoding.com"
44 HOMEPAGE="http://www.audiocoding.com"