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-libs/x264/
Date: Thu, 17 Jan 2019 02:47:40
Message-Id: 1547693241.0d7d66e3888f4c87867697d7673a7057a8beaaa9.asturm@gentoo
1 commit: 0d7d66e3888f4c87867697d7673a7057a8beaaa9
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 17 02:29:37 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 17 02:47:21 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d7d66e3
7
8 media-libs/x264: EAPI-7 bump, subslot bump to 157
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-libs/x264/x264-9999.ebuild | 10 ++++------
14 1 file changed, 4 insertions(+), 6 deletions(-)
15
16 diff --git a/media-libs/x264/x264-9999.ebuild b/media-libs/x264/x264-9999.ebuild
17 index a9eca18e63e..0128bcd158b 100644
18 --- a/media-libs/x264/x264-9999.ebuild
19 +++ b/media-libs/x264/x264-9999.ebuild
20 @@ -1,7 +1,7 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=6
26 +EAPI=7
27
28 inherit flag-o-matic multilib-minimal toolchain-funcs
29
30 @@ -11,15 +11,13 @@ if [[ ${PV} == 9999 ]]; then
31 inherit git-r3
32 EGIT_REPO_URI="https://git.videolan.org/git/x264.git"
33 else
34 - inherit versionator
35 - MY_P="x264-snapshot-$(get_version_component_range 3)-2245"
36 + MY_P="x264-snapshot-$(ver_cut 3)-2245"
37 SRC_URI="https://download.videolan.org/pub/videolan/x264/snapshots/${MY_P}.tar.bz2"
38 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
39 S="${WORKDIR}/${MY_P}"
40 fi
41
42 -SONAME="155"
43 -SLOT="0/${SONAME}"
44 +SLOT="0/157" # SONAME
45
46 LICENSE="GPL-2"
47 IUSE="altivec +interlaced opencl pic static-libs cpu_flags_x86_sse +threads"