commit: 3f73a68d5fd2ab65fca0323c0ef0a25497ddeadb
parent: 45c5ee631f26c507f7a525d1f74f4886ac692025
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Tue, 7 Jan 2020 06:58:11 +0100
dev-util/glslang: Clear version bump, 8.13.3559
Diffstat:
3 files changed, 16 insertions(+), 29 deletions(-)
diff --git a/dev-util/glslang/glslang-7.11.3214.ebuild b/dev-util/glslang/glslang-7.11.3214.ebuild
@@ -1,13 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake-multilib cmake-utils
-
-DESCRIPTION="Khronos reference front-end for GLSL and ESSL, and sample SPIR-V generator"
-HOMEPAGE="https://www.khronos.org/opengles/sdk/tools/Reference-Compiler/"
-SRC_URI="https://github.com/KhronosGroup/glslang/archive/${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64 ~x86"
-LICENSE="BSD"
-SLOT="0"
diff --git a/dev-util/glslang/glslang-7.12.3352.ebuild b/dev-util/glslang/glslang-7.12.3352.ebuild
@@ -1,16 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake-multilib cmake-utils
-
-DESCRIPTION="Khronos reference front-end for GLSL and ESSL, and sample SPIR-V generator"
-HOMEPAGE="https://www.khronos.org/opengles/sdk/tools/Reference-Compiler/"
-SRC_URI="https://github.com/KhronosGroup/glslang/archive/${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64 ~x86"
-LICENSE="BSD"
-SLOT="0"
-DEPENDS="
- >=dev-lang/python-3.0
-"
diff --git a/dev-util/glslang/glslang-8.13.3559.ebuild b/dev-util/glslang/glslang-8.13.3559.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-multilib cmake-utils
+
+DESCRIPTION="Khronos reference front-end for GLSL and ESSL, and sample SPIR-V generator"
+HOMEPAGE="https://www.khronos.org/opengles/sdk/tools/Reference-Compiler/"
+SRC_URI="https://github.com/KhronosGroup/glslang/archive/${PV}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64 ~x86"
+LICENSE="BSD"
+SLOT="0"
+DEPENDS="
+ >=dev-lang/python-3.0
+"