commit:     2dc481a30bf6a3a0ac6385f8839d264742af33d3
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  9 17:44:07 2020 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Aug  9 17:52:11 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dc481a3

dev-util/vulkan-tools: Drop old versions

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 dev-util/vulkan-tools/Manifest                    |  1 -
 dev-util/vulkan-tools/vulkan-tools-1.2.137.ebuild | 81 -----------------------
 2 files changed, 82 deletions(-)

diff --git a/dev-util/vulkan-tools/Manifest b/dev-util/vulkan-tools/Manifest
index af9217997c4..9963a8c983b 100644
--- a/dev-util/vulkan-tools/Manifest
+++ b/dev-util/vulkan-tools/Manifest
@@ -1,2 +1 @@
-DIST vulkan-tools-1.2.137.tar.gz 710528 BLAKE2B 
be7d2110f2ca9df5e3c2e898a4e985252f5e6568d061d2842a91cc95941bdd00e9662f6aeba4acacaf7c9a0abfe61915baded15be0ef2a4c43a4b57a5a04e99b
 SHA512 
879529ccea9a894f62222cd0110b946ddf055f092994bf71942a3c5c50906dc062edc5081ea2150757cdb501426ca341e9a4260319c6565acdcb731f172d43d8
 DIST vulkan-tools-1.2.141.tar.gz 711666 BLAKE2B 
0ad31cba26106ea76ddeb26e05b59302a6f35c9172eb75fe31b6a05370be0131a92db33a4c54a006b6ba5145447079239d7ff174f7be10feb172fe03d7a1a619
 SHA512 
5dce372f60f55570bfc7dc4e4da7b4a07f632cfac6a2862bdf773cab61a8c6260bb38cbd48d944e08479248bfe29248214618a78952fac0aeef285e5b888d337

diff --git a/dev-util/vulkan-tools/vulkan-tools-1.2.137.ebuild 
b/dev-util/vulkan-tools/vulkan-tools-1.2.137.ebuild
deleted file mode 100644
index c2805c77cf4..00000000000
--- a/dev-util/vulkan-tools/vulkan-tools-1.2.137.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PN=Vulkan-Tools
-CMAKE_ECLASS="cmake"
-PYTHON_COMPAT=( python3_{6,7,8} )
-inherit cmake-multilib python-any-r1
-
-if [[ ${PV} == *9999* ]]; then
-       EGIT_REPO_URI="https://github.com/KhronosGroup/${MY_PN}.git";
-       EGIT_SUBMODULES=()
-       inherit git-r3
-else
-       SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-       KEYWORDS="amd64 ~ppc64"
-       S="${WORKDIR}"/${MY_PN}-${PV}
-fi
-
-DESCRIPTION="Official Vulkan Tools and Utilities for Windows, Linux, Android, 
and MacOS"
-HOMEPAGE="https://github.com/KhronosGroup/Vulkan-Tools";
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="cube wayland +X"
-
-# Cube demo only supports one window system at a time
-REQUIRED_USE="!cube? ( || ( X wayland ) ) cube? ( ^^ ( X wayland ) )"
-
-BDEPEND="${PYTHON_DEPS}
-       >=dev-util/cmake-3.10.2
-       cube? ( dev-util/glslang:=[${MULTILIB_USEDEP}] )
-"
-RDEPEND="
-       >=media-libs/vulkan-loader-${PV}:=[${MULTILIB_USEDEP},wayland?,X?]
-       wayland? ( dev-libs/wayland:=[${MULTILIB_USEDEP}] )
-       X? (
-               x11-libs/libX11:=[${MULTILIB_USEDEP}]
-               x11-libs/libXrandr:=[${MULTILIB_USEDEP}]
-       )
-"
-DEPEND="${RDEPEND}
-       >=dev-util/vulkan-headers-${PV}
-"
-
-pkg_setup() {
-       MULTILIB_CHOST_TOOLS=(
-               /usr/bin/vulkaninfo
-       )
-
-       use cube && MULTILIB_CHOST_TOOLS+=(
-               /usr/bin/vkcube
-               /usr/bin/vkcubepp
-       )
-
-       python-any-r1_pkg_setup
-}
-
-multilib_src_configure() {
-       local mycmakeargs=(
-               -DCMAKE_SKIP_RPATH=ON
-               -DBUILD_VULKANINFO=ON
-               -DBUILD_CUBE=$(usex cube)
-               -DBUILD_WSI_WAYLAND_SUPPORT=$(usex wayland)
-               -DBUILD_WSI_XCB_SUPPORT=$(usex X)
-               -DBUILD_WSI_XLIB_SUPPORT=$(usex X)
-               -DVULKAN_HEADERS_INSTALL_DIR="${EPREFIX}/usr"
-       )
-
-       use cube && mycmakeargs+=(
-               -DGLSLANG_INSTALL_DIR="${EPREFIX}/usr"
-               -DCUBE_WSI_SELECTION=$(usex X XCB WAYLAND)
-       )
-
-       cmake_src_configure
-}
-
-multilib_src_install() {
-       cmake_src_install
-}

Reply via email to