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: Wed, 14 Sep 2022 01:30:53
Message-Id: 1663119036.de310238733356d37c5d521ffe3083c8905c4387.sarnex@gentoo
1 commit: de310238733356d37c5d521ffe3083c8905c4387
2 Author: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 14 01:30:16 2022 +0000
4 Commit: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 14 01:30:36 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de310238
7
8 dev-util/glslang: drop 1.3.224
9
10 Signed-off-by: Nick Sarnie <sarnex <AT> gentoo.org>
11
12 dev-util/glslang/glslang-1.3.224.ebuild | 28 ----------------------------
13 1 file changed, 28 deletions(-)
14
15 diff --git a/dev-util/glslang/glslang-1.3.224.ebuild b/dev-util/glslang/glslang-1.3.224.ebuild
16 deleted file mode 100644
17 index ffb48adf4b6f..000000000000
18 --- a/dev-util/glslang/glslang-1.3.224.ebuild
19 +++ /dev/null
20 @@ -1,28 +0,0 @@
21 -# Copyright 1999-2022 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -
26 -PYTHON_COMPAT=( python3_{8..10} )
27 -inherit cmake-multilib python-any-r1
28 -
29 -if [[ ${PV} == *9999* ]]; then
30 - EGIT_REPO_URI="https://github.com/KhronosGroup/${PN}.git"
31 - inherit git-r3
32 -else
33 - SNAPSHOT_COMMIT="sdk-${PV}.0"
34 - SRC_URI="https://github.com/KhronosGroup/${PN}/archive/${SNAPSHOT_COMMIT}.tar.gz -> ${P}.tar.gz"
35 - KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
36 - S="${WORKDIR}/${PN}-${SNAPSHOT_COMMIT}"
37 -fi
38 -
39 -DESCRIPTION="Khronos reference front-end for GLSL and ESSL, and sample SPIR-V generator"
40 -HOMEPAGE="https://www.khronos.org/opengles/sdk/tools/Reference-Compiler/ https://github.com/KhronosGroup/glslang"
41 -
42 -LICENSE="BSD"
43 -SLOT="0"
44 -
45 -BDEPEND="${PYTHON_DEPS}"
46 -
47 -# Bug 698850
48 -RESTRICT="test"