diff options
author | Nick Sarnie <sarnex@gentoo.org> | 2018-11-08 19:12:39 -0500 |
---|---|---|
committer | Nick Sarnie <sarnex@gentoo.org> | 2018-11-08 19:12:39 -0500 |
commit | cf1dca556b5c293811086530f8a5ea60ab410d82 (patch) | |
tree | 40926396e91db9d60a1b2a1da97c171fa3523294 /dev-util/vulkan-tools | |
parent | sys-fs/mdadm: stable 4.1 for hppa, bug #670472 (diff) | |
download | gentoo-cf1dca556b5c293811086530f8a5ea60ab410d82.tar.gz gentoo-cf1dca556b5c293811086530f8a5ea60ab410d82.tar.bz2 gentoo-cf1dca556b5c293811086530f8a5ea60ab410d82.zip |
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@gentoo.org>
Diffstat (limited to 'dev-util/vulkan-tools')
-rw-r--r-- | dev-util/vulkan-tools/vulkan-tools-9999.ebuild | 16 |
1 files 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" } |