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/x264-encoder/
Date: Thu, 17 Jan 2019 02:47:41
Message-Id: 1547693242.460ca8f587c7f197273db7057f27ad2d16adb487.asturm@gentoo
1 commit: 460ca8f587c7f197273db7057f27ad2d16adb487
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 17 02:43:34 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 17 02:47:22 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=460ca8f5
7
8 media-video/x264-encoder: EAPI-7 bump
9
10 Package-Manager: Portage-2.3.56, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-video/x264-encoder/x264-encoder-9999.ebuild | 9 ++++-----
14 1 file changed, 4 insertions(+), 5 deletions(-)
15
16 diff --git a/media-video/x264-encoder/x264-encoder-9999.ebuild b/media-video/x264-encoder/x264-encoder-9999.ebuild
17 index 3a0cdc8541f..ae007c71112 100644
18 --- a/media-video/x264-encoder/x264-encoder-9999.ebuild
19 +++ b/media-video/x264-encoder/x264-encoder-9999.ebuild
20 @@ -1,7 +1,7 @@
21 # Copyright 1999-2019 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=6
25 +EAPI=7
26
27 inherit flag-o-matic toolchain-funcs
28
29 @@ -12,8 +12,7 @@ if [[ ${PV} == 9999 ]]; then
30 EGIT_REPO_URI="https://git.videolan.org/git/x264.git"
31 SRC_URI=""
32 else
33 - inherit versionator
34 - MY_P="x264-snapshot-$(get_version_component_range 3)-2245"
35 + MY_P="x264-snapshot-$(ver_cut 3)-2245"
36 SRC_URI="http://download.videolan.org/pub/videolan/x264/snapshots/${MY_P}.tar.bz2"
37 KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
38 S="${WORKDIR}/${MY_P}"
39 @@ -38,8 +37,8 @@ ASM_DEP=">=dev-lang/nasm-2.13"
40 DEPEND="${RDEPEND}
41 amd64? ( ${ASM_DEP} )
42 x86? ( ${ASM_DEP} )
43 - x86-fbsd? ( ${ASM_DEP} )
44 - virtual/pkgconfig"
45 + x86-fbsd? ( ${ASM_DEP} )"
46 +BDEPEND="virtual/pkgconfig"
47
48 PATCHES=( "${FILESDIR}/gpac.patch" )