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/tsmuxer/
Date: Tue, 27 Feb 2018 16:14:19
Message-Id: 1519748011.c9ed827c4e6fcebc921470ebb808229cae5a1b75.asturm@gentoo
1 commit: c9ed827c4e6fcebc921470ebb808229cae5a1b75
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 27 15:31:15 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 27 16:13:31 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9ed827c
7
8 media-video/tsmuxer: EAPI 6
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 media-video/tsmuxer/tsmuxer-2.6.11-r1.ebuild | 6 ++----
13 1 file changed, 2 insertions(+), 4 deletions(-)
14
15 diff --git a/media-video/tsmuxer/tsmuxer-2.6.11-r1.ebuild b/media-video/tsmuxer/tsmuxer-2.6.11-r1.ebuild
16 index ea8db60637d..8f2338996d7 100644
17 --- a/media-video/tsmuxer/tsmuxer-2.6.11-r1.ebuild
18 +++ b/media-video/tsmuxer/tsmuxer-2.6.11-r1.ebuild
19 @@ -1,9 +1,7 @@
20 # Copyright 1999-2018 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=5
24 -
25 -inherit eutils
26 +EAPI=6
27
28 DESCRIPTION="Utility to create and demux TS and M2TS files"
29 HOMEPAGE="http://forum.doom9.org/showthread.php?t=168539"
30 @@ -11,7 +9,6 @@ SRC_URI="https://drive.google.com/uc?export=download&id=0B0VmPcEZTp8NekJxLUVJRWM
31
32 LICENSE="SmartLabs"
33 SLOT="0"
34 -
35 KEYWORDS="~amd64 ~x86"
36 IUSE=""
37
38 @@ -28,6 +25,7 @@ RDEPEND="
39 S="${WORKDIR}"
40
41 src_prepare() {
42 + default
43 upx -d tsMuxeR tsMuxerGUI || die
44 }