Gentoo Archives: gentoo-commits

From: Nick Sarnie <sarnex@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/glslang/
Date: Fri, 10 May 2019 22:12:44
Message-Id: 1557526336.7df6a1613bcdeaf71de23241aa81c45b3d24c39b.sarnex@gentoo
1 commit: 7df6a1613bcdeaf71de23241aa81c45b3d24c39b
2 Author: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 10 22:05:55 2019 +0000
4 Commit: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
5 CommitDate: Fri May 10 22:12:16 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7df6a161
7
8 dev-util/glslang: Bump to EAPI 7
9
10 Closes: https://bugs.gentoo.org/685514
11 Package-Manager: Portage-2.3.66, Repoman-2.3.12
12 Signed-off-by: Nick Sarnie <sarnex <AT> gentoo.org>
13
14 .../glslang/glslang-7.11.3114_pre20190415-r1.ebuild | 17 +++++++++++++++++
15 dev-util/glslang/glslang-9999.ebuild | 4 ++--
16 2 files changed, 19 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-util/glslang/glslang-7.11.3114_pre20190415-r1.ebuild b/dev-util/glslang/glslang-7.11.3114_pre20190415-r1.ebuild
19 new file mode 100644
20 index 00000000000..1fbfeb598cd
21 --- /dev/null
22 +++ b/dev-util/glslang/glslang-7.11.3114_pre20190415-r1.ebuild
23 @@ -0,0 +1,17 @@
24 +# Copyright 1999-2019 Gentoo Authors
25 +# Distributed under the terms of the GNU General Public License v2
26 +
27 +EAPI=7
28 +
29 +inherit cmake-multilib cmake-utils
30 +
31 +SNAPSHOT_COMMIT="0527c9db8148ce37442fa4a9c99a2a23ad50b0b7"
32 +SRC_URI="https://github.com/KhronosGroup/${PN}/archive/${SNAPSHOT_COMMIT}.tar.gz -> ${P}.tar.gz"
33 +KEYWORDS="~amd64 ~x86"
34 +S="${WORKDIR}/glslang-${SNAPSHOT_COMMIT}"
35 +
36 +DESCRIPTION="Khronos reference front-end for GLSL and ESSL, and sample SPIR-V generator"
37 +HOMEPAGE="https://www.khronos.org/opengles/sdk/tools/Reference-Compiler/"
38 +
39 +LICENSE="BSD"
40 +SLOT="0"
41
42 diff --git a/dev-util/glslang/glslang-9999.ebuild b/dev-util/glslang/glslang-9999.ebuild
43 index 172fe8252ca..63a6238d03f 100644
44 --- a/dev-util/glslang/glslang-9999.ebuild
45 +++ b/dev-util/glslang/glslang-9999.ebuild
46 @@ -1,7 +1,7 @@
47 -# Copyright 1999-2018 Gentoo Foundation
48 +# Copyright 1999-2019 Gentoo Authors
49 # Distributed under the terms of the GNU General Public License v2
50
51 -EAPI=6
52 +EAPI=7
53
54 inherit cmake-multilib cmake-utils git-r3