Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/xineadump/
Date: Sun, 27 May 2018 00:15:27
Message-Id: 1527380101.f22c81540c5a50d664e9f0c35680ed1181705f94.bman@gentoo
1 commit: f22c81540c5a50d664e9f0c35680ed1181705f94
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 26 23:49:44 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sun May 27 00:15:01 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f22c8154
7
8 media-sound/xineadump: bump EAPI
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 media-sound/xineadump/xineadump-0.1-r1.ebuild | 15 +++++++--------
13 1 file changed, 7 insertions(+), 8 deletions(-)
14
15 diff --git a/media-sound/xineadump/xineadump-0.1-r1.ebuild b/media-sound/xineadump/xineadump-0.1-r1.ebuild
16 index 44abf590ccd..be2a6091556 100644
17 --- a/media-sound/xineadump/xineadump-0.1-r1.ebuild
18 +++ b/media-sound/xineadump/xineadump-0.1-r1.ebuild
19 @@ -1,8 +1,7 @@
20 -# Copyright 1999-2009 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=2
25 -inherit eutils
26 +EAPI=6
27
28 DESCRIPTION="Utility for Xine decoding support in transKode"
29 HOMEPAGE="https://sourceforge.net/projects/transkode"
30 @@ -19,12 +18,12 @@ DEPEND="${RDEPEND}"
31
32 S=${WORKDIR}/${PN}
33
34 -src_prepare() {
35 - epatch "${FILESDIR}"/${P}-gcc-4.3.patch \
36 - "${FILESDIR}"/${P}-gcc-4.4.patch
37 -}
38 +PATCHES=(
39 + "${FILESDIR}/${P}-gcc-4.3.patch"
40 + "${FILESDIR}/${P}-gcc-4.4.patch"
41 +)
42
43 src_install() {
44 emake DESTDIR="${D}" install || die "emake install failed"
45 - dodoc AUTHORS
46 + default
47 }