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 521751382C5 for ; Mon, 16 Apr 2018 00:26:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C9CBE095E; Mon, 16 Apr 2018 00:26:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 344B1E095E for ; Mon, 16 Apr 2018 00:26:12 +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 DA749335C73 for ; Mon, 16 Apr 2018 00:26:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2056A281 for ; Mon, 16 Apr 2018 00:26:09 +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: <1523838357.8d48282ca3850bb3584586adffee6e6d9f8ff97f.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/spirv-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/spirv-tools/spirv-tools-2018.2.ebuild X-VCS-Directories: dev-util/spirv-tools/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 8d48282ca3850bb3584586adffee6e6d9f8ff97f X-VCS-Branch: master Date: Mon, 16 Apr 2018 00:26:09 +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: a6e3f2a4-352a-4b3c-b85b-d63ac81bb205 X-Archives-Hash: e603bea231ca29747859eb7df06aaa90 commit: 8d48282ca3850bb3584586adffee6e6d9f8ff97f Author: Matt Turner gentoo org> AuthorDate: Mon Apr 16 00:25:54 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Apr 16 00:25:57 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d48282c dev-util/spirv-tools: Drop old version dev-util/spirv-tools/spirv-tools-2018.2.ebuild | 27 -------------------------- 1 file changed, 27 deletions(-) diff --git a/dev-util/spirv-tools/spirv-tools-2018.2.ebuild b/dev-util/spirv-tools/spirv-tools-2018.2.ebuild deleted file mode 100644 index ccda0233158..00000000000 --- a/dev-util/spirv-tools/spirv-tools-2018.2.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-multilib cmake-utils - -DESCRIPTION="Provides an API and commands for processing SPIR-V modules" -HOMEPAGE="https://github.com/KhronosGroup/SPIRV-Tools" -SRC_URI="https://github.com/KhronosGroup/SPIRV-Tools/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND="" -DEPEND="dev-util/spirv-headers" - -S="${WORKDIR}/SPIRV-Tools-${PV}" - -multilib_src_configure() { - local mycmakeargs=( - "-DSPIRV-Headers_SOURCE_DIR=/usr/" - ) - - cmake-utils_src_configure -}