From cf1dca556b5c293811086530f8a5ea60ab410d82 Mon Sep 17 00:00:00 2001 From: Nick Sarnie Date: Thu, 8 Nov 2018 19:12:39 -0500 Subject: [PATCH] dev-util/vulkan-tools: Remove cube/cubepp renaming Upstream handles it now Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Nick Sarnie --- dev-util/vulkan-tools/vulkan-tools-9999.ebuild | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/dev-util/vulkan-tools/vulkan-tools-9999.ebuild b/dev-util/vulkan-tools/vulkan-tools-9999.ebuild index 338431363f27..c30ba2f16111 100644 --- a/dev-util/vulkan-tools/vulkan-tools-9999.ebuild +++ b/dev-util/vulkan-tools/vulkan-tools-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -49,8 +49,8 @@ pkg_setup() { if use cube; then MULTILIB_CHOST_TOOLS+=( - /usr/bin/vulkancube - /usr/bin/vulkancubecpp + /usr/bin/vkcube + /usr/bin/vkcubepp ) fi @@ -93,14 +93,4 @@ multilib_src_configure() { multilib_src_install() { cmake-utils_src_install - - if use cube; then - mv "${ED%/}"/usr/bin/cube "${ED%/}"/usr/bin/vulkancube || die - mv "${ED%/}"/usr/bin/cubepp "${ED%/}"/usr/bin/vulkancubecpp || die - fi -} - -pkg_postinst() { - einfo "The cube and cubepp demos have been renamed to" - einfo "vulkancube and vulkancubecpp to prevent collisions" } -- 2.26.2