Gentoo Archives: gentoo-commits

From: Nick Sarnie <sarnex@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/robin-hood-hashing/, media-libs/vulkan-layers/, ...
Date: Thu, 27 May 2021 05:11:18
Message-Id: 1622092244.c9cfe71fee410185e2fe1a0d20f64dba8e27cd1d.sarnex@gentoo
1 commit: c9cfe71fee410185e2fe1a0d20f64dba8e27cd1d
2 Author: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 27 05:09:28 2021 +0000
4 Commit: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
5 CommitDate: Thu May 27 05:10:44 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9cfe71f
7
8 dev-cpp/robin-hood-hashing: Rename package
9
10 Signed-off-by: Nick Sarnie <sarnex <AT> gentoo.org>
11
12 {dev-util => dev-cpp}/robin-hood-hashing/Manifest | 0
13 {dev-util => dev-cpp}/robin-hood-hashing/metadata.xml | 0
14 .../robin-hood-hashing/robin-hood-hashing-3.11.2.ebuild | 0
15 media-libs/vulkan-layers/vulkan-layers-1.2.179.ebuild | 2 +-
16 media-libs/vulkan-layers/vulkan-layers-9999.ebuild | 2 +-
17 profiles/updates/2Q-2021 | 1 +
18 6 files changed, 3 insertions(+), 2 deletions(-)
19
20 diff --git a/dev-util/robin-hood-hashing/Manifest b/dev-cpp/robin-hood-hashing/Manifest
21 similarity index 100%
22 rename from dev-util/robin-hood-hashing/Manifest
23 rename to dev-cpp/robin-hood-hashing/Manifest
24
25 diff --git a/dev-util/robin-hood-hashing/metadata.xml b/dev-cpp/robin-hood-hashing/metadata.xml
26 similarity index 100%
27 rename from dev-util/robin-hood-hashing/metadata.xml
28 rename to dev-cpp/robin-hood-hashing/metadata.xml
29
30 diff --git a/dev-util/robin-hood-hashing/robin-hood-hashing-3.11.2.ebuild b/dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.2.ebuild
31 similarity index 100%
32 rename from dev-util/robin-hood-hashing/robin-hood-hashing-3.11.2.ebuild
33 rename to dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.2.ebuild
34
35 diff --git a/media-libs/vulkan-layers/vulkan-layers-1.2.179.ebuild b/media-libs/vulkan-layers/vulkan-layers-1.2.179.ebuild
36 index 54be66bf8af..f00991f25ee 100644
37 --- a/media-libs/vulkan-layers/vulkan-layers-1.2.179.ebuild
38 +++ b/media-libs/vulkan-layers/vulkan-layers-1.2.179.ebuild
39 @@ -27,8 +27,8 @@ IUSE="wayland X"
40
41 BDEPEND=">=dev-util/cmake-3.10.2"
42 DEPEND="${PYTHON_DEPS}
43 + dev-cpp/robin-hood-hashing
44 >=dev-util/glslang-11.4.0:=[${MULTILIB_USEDEP}]
45 - dev-util/robin-hood-hashing
46 >=dev-util/spirv-tools-2021.0_pre20210526:=[${MULTILIB_USEDEP}]
47 >=dev-util/vulkan-headers-${PV}
48 wayland? ( dev-libs/wayland:=[${MULTILIB_USEDEP}] )
49
50 diff --git a/media-libs/vulkan-layers/vulkan-layers-9999.ebuild b/media-libs/vulkan-layers/vulkan-layers-9999.ebuild
51 index 54be66bf8af..f00991f25ee 100644
52 --- a/media-libs/vulkan-layers/vulkan-layers-9999.ebuild
53 +++ b/media-libs/vulkan-layers/vulkan-layers-9999.ebuild
54 @@ -27,8 +27,8 @@ IUSE="wayland X"
55
56 BDEPEND=">=dev-util/cmake-3.10.2"
57 DEPEND="${PYTHON_DEPS}
58 + dev-cpp/robin-hood-hashing
59 >=dev-util/glslang-11.4.0:=[${MULTILIB_USEDEP}]
60 - dev-util/robin-hood-hashing
61 >=dev-util/spirv-tools-2021.0_pre20210526:=[${MULTILIB_USEDEP}]
62 >=dev-util/vulkan-headers-${PV}
63 wayland? ( dev-libs/wayland:=[${MULTILIB_USEDEP}] )
64
65 diff --git a/profiles/updates/2Q-2021 b/profiles/updates/2Q-2021
66 index e2f025a02ff..bc1b4ac67bb 100644
67 --- a/profiles/updates/2Q-2021
68 +++ b/profiles/updates/2Q-2021
69 @@ -1,3 +1,4 @@
70 move dev-python/PyICU dev-python/pyicu
71 move dev-python/python-fastimport dev-python/fastimport
72 move dev-python/ebuildtester dev-util/ebuildtester
73 +move dev-util/robin-hood-hashing dev-cpp/robin-hood-hashing