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-video/flvstreamer/
Date: Sat, 18 Aug 2018 08:30:25
Message-Id: 1534580232.f637952fbb392711490a5836dcba6ee1ce006d66.asturm@gentoo
1 commit: f637952fbb392711490a5836dcba6ee1ce006d66
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 18 08:17:12 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 18 08:17:12 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f637952f
7
8 media-video/flvstreamer: EAPI-7 bump
9
10 Thanks-to: Michael Mair-Keimberger (iamnr3) <bu9zilla <AT> gmail.com>
11 Closes: https://bugs.gentoo.org/663804
12 Closes: https://github.com/gentoo/gentoo/pull/9198
13
14 media-video/flvstreamer/flvstreamer-2.1c.ebuild | 13 +++++++------
15 1 file changed, 7 insertions(+), 6 deletions(-)
16
17 diff --git a/media-video/flvstreamer/flvstreamer-2.1c.ebuild b/media-video/flvstreamer/flvstreamer-2.1c.ebuild
18 index f8aed0990fb..2989c8af30d 100644
19 --- a/media-video/flvstreamer/flvstreamer-2.1c.ebuild
20 +++ b/media-video/flvstreamer/flvstreamer-2.1c.ebuild
21 @@ -1,7 +1,7 @@
22 -# Copyright 1999-2011 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 -EAPI="2"
27 +EAPI=7
28
29 inherit toolchain-funcs
30
31 @@ -13,12 +13,13 @@ LICENSE="GPL-2"
32 SLOT="0"
33 KEYWORDS="amd64 ~ppc x86"
34 IUSE=""
35 +
36 S="${WORKDIR}/${PN}"
37
38 src_prepare() {
39 + default
40 #fix Makefile ( bug #298535 and bug #318353)
41 - sed -i 's/\$(MAKEFLAGS)//g' Makefile \
42 - || die "failed to fixe Makefile"
43 + sed -i 's/\$(MAKEFLAGS)//g' Makefile || die "failed to fix Makefile"
44 }
45
46 src_compile() {
47 @@ -30,6 +31,6 @@ src_compile() {
48 }
49
50 src_install() {
51 - dobin {${PN},streams} || die "dobin failed"
52 - dodoc README ChangeLog || die "dodoc failed"
53 + dobin {${PN},streams}
54 + dodoc README ChangeLog
55 }