From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 29A4E1382C5 for ; Mon, 12 Mar 2018 17:41:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67A6CE095C; Mon, 12 Mar 2018 17:41:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 345A2E095C for ; Mon, 12 Mar 2018 17:41:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9D122335C49 for ; Mon, 12 Mar 2018 17:41:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED7F4245 for ; Mon, 12 Mar 2018 17:41:18 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1520876462.ed461cbe0b479c7db99d8d2692f4b2ae9f71b02c.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/glslang/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/glslang/Manifest dev-util/glslang/glslang-6.2.2596.ebuild dev-util/glslang/glslang-9999.ebuild dev-util/glslang/metadata.xml X-VCS-Directories: dev-util/glslang/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: ed461cbe0b479c7db99d8d2692f4b2ae9f71b02c X-VCS-Branch: master Date: Mon, 12 Mar 2018 17:41:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3abc2f20-1a64-4a90-82cc-2e1408e52150 X-Archives-Hash: d4c958887a65f9ab838aa1cc2123bb7b commit: ed461cbe0b479c7db99d8d2692f4b2ae9f71b02c Author: Nick Sarnie gmail com> AuthorDate: Sat Nov 25 21:35:29 2017 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Mar 12 17:41:02 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed461cbe dev-util/glslang: Initial versions Signed-off-by: Nick Sarnie gmail.com> dev-util/glslang/Manifest | 1 + dev-util/glslang/glslang-6.2.2596.ebuild | 16 ++++++++++++++++ dev-util/glslang/glslang-9999.ebuild | 15 +++++++++++++++ dev-util/glslang/metadata.xml | 16 ++++++++++++++++ 4 files changed, 48 insertions(+) diff --git a/dev-util/glslang/Manifest b/dev-util/glslang/Manifest new file mode 100644 index 00000000000..8aa15049c0a --- /dev/null +++ b/dev-util/glslang/Manifest @@ -0,0 +1 @@ +DIST glslang-6.2.2596.tar.gz 2270084 BLAKE2B 234d7d201c5ddd91fdaeac1a84104b2b635131fa910315b1d14ae169f6141840a1559114fa2e07775120f56f57d59decd689f44609923152a2e15ecdda66207a SHA512 24c6e90c75767ffc2faf3f0868a7357d5f528cae8972c8b690cda0c573eac0f60f6b8795793534f39ccc2c649cb788101715e42cbdf7ca9d59c955f9b37a4f99 diff --git a/dev-util/glslang/glslang-6.2.2596.ebuild b/dev-util/glslang/glslang-6.2.2596.ebuild new file mode 100644 index 00000000000..6a9bfa1c48e --- /dev/null +++ b/dev-util/glslang/glslang-6.2.2596.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit cmake-multilib cmake-utils vcs-snapshot + +SNAPSHOT_COMMIT="6.2.2596" +SRC_URI="https://github.com/KhronosGroup/${PN}/archive/${SNAPSHOT_COMMIT}.tar.gz -> ${P}.tar.gz" +KEYWORDS="~amd64" + +DESCRIPTION="Khronos reference front-end for GLSL and ESSL, and sample SPIR-V generator" +HOMEPAGE="https://www.khronos.org/opengles/sdk/tools/Reference-Compiler/" + +LICENSE="BSD" +SLOT="0" diff --git a/dev-util/glslang/glslang-9999.ebuild b/dev-util/glslang/glslang-9999.ebuild new file mode 100644 index 00000000000..172fe8252ca --- /dev/null +++ b/dev-util/glslang/glslang-9999.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit cmake-multilib cmake-utils git-r3 + +EGIT_REPO_URI="https://github.com/KhronosGroup/glslang.git" +SRC_URI="" + +DESCRIPTION="Khronos reference front-end for GLSL and ESSL, and sample SPIR-V generator" +HOMEPAGE="https://www.khronos.org/opengles/sdk/tools/Reference-Compiler/" + +LICENSE="BSD" +SLOT="0" diff --git a/dev-util/glslang/metadata.xml b/dev-util/glslang/metadata.xml new file mode 100644 index 00000000000..eb4425c3d32 --- /dev/null +++ b/dev-util/glslang/metadata.xml @@ -0,0 +1,16 @@ + + + + + x11@gentoo.org + X11 + + + commendsarnex@gmail.com + Nick Sarnie + + + KhronosGroup/glslang + + +