commit:     cf1dca556b5c293811086530f8a5ea60ab410d82
Author:     Nick Sarnie <sarnex <AT> gentoo <DOT> org>
AuthorDate: Fri Nov  9 00:12:39 2018 +0000
Commit:     Nick Sarnie <sarnex <AT> gentoo <DOT> org>
CommitDate: Fri Nov  9 00:12:39 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf1dca55

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 <sarnex <AT> gentoo.org>

 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 338431363f2..c30ba2f1611 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"
 }

Reply via email to