commit:     e3aca393bbb47e025f2cf25ab07cc2205a9a6465
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  3 13:32:24 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Oct  3 14:24:56 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3aca393

dev-libs/intel-neo: rename to dev-libs/intel-compute-runtime

This renames intel-neo to the proper upstream name, which every other
distribution is using.

Closes: https://github.com/gentoo/gentoo/pull/22475
Closes: https://bugs.gentoo.org/815184
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 dev-libs/intel-compute-runtime/Manifest                                | 3 +++
 .../files/intel-compute-runtime-21.31.20514-no_Werror.patch}           | 0
 .../intel-compute-runtime-21.33.20678-r1.ebuild}                       | 2 +-
 .../intel-compute-runtime-21.37.20939.ebuild}                          | 2 +-
 .../intel-compute-runtime-21.38.21026.ebuild}                          | 2 +-
 dev-libs/{intel-neo => intel-compute-runtime}/metadata.xml             | 0
 dev-libs/intel-neo/Manifest                                            | 3 ---
 profiles/updates/4Q-2021                                               | 1 +
 virtual/opencl/opencl-3-r1.ebuild                                      | 2 +-
 9 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/dev-libs/intel-compute-runtime/Manifest 
b/dev-libs/intel-compute-runtime/Manifest
new file mode 100644
index 00000000000..21fd889e64c
--- /dev/null
+++ b/dev-libs/intel-compute-runtime/Manifest
@@ -0,0 +1,3 @@
+DIST intel-compute-runtime-21.33.20678.tar.gz 4534884 BLAKE2B 
9a5e7f962be08701bec1e890eeb5b6208694a33b524872494e428b73d46629b7cde1522c6b7d0b27725cc170f1e65391892b253ca84d988b209e41631548b135
 SHA512 
278284fafe0e2d340668e1c21188b706ab48439c6ea573885d1b060df458e2016ed40e0a0c65e4076378ddb3ab284eb2cd92b1db5e6bd892babf2275ed600341
+DIST intel-compute-runtime-21.37.20939.tar.gz 4576917 BLAKE2B 
42563ce897667025100b40f504fe4897222fd28f1b82ac22fb6cfaa6a273b8e9199d57743ab338ab52b32c9598bbf6856530688ca9cbff360db356dabed6d96b
 SHA512 
ed213e2fd234300ac940ffa503a34ae54698e2d359927b3bdcb59bf7ea9d6b950073e9e2e750ec5b8e3e387f0c8d74b4852627c283964fd6a9742dcdc32f518f
+DIST intel-compute-runtime-21.38.21026.tar.gz 4655853 BLAKE2B 
28ebfb1cbce30fdefb7104a2b6840ea95d62645ae51a97a0b970aa4344fca7e64eb8f289895c30cf9fe4a0d9e5294490810236c0e565e78383ad7096429e2155
 SHA512 
08ffaaed80ef5776e6ecff15467170ca143887cda7905a49f7b2d12862ff17e75e7ff89ff2bb76ce25eec4ef32dfc882ac3cddf5a3e71d24adb21cc8c806cf5b

diff --git a/dev-libs/intel-neo/files/intel-neo-21.31.20514-no_Werror.patch 
b/dev-libs/intel-compute-runtime/files/intel-compute-runtime-21.31.20514-no_Werror.patch
similarity index 100%
rename from dev-libs/intel-neo/files/intel-neo-21.31.20514-no_Werror.patch
rename to 
dev-libs/intel-compute-runtime/files/intel-compute-runtime-21.31.20514-no_Werror.patch

diff --git a/dev-libs/intel-neo/intel-neo-21.33.20678-r1.ebuild 
b/dev-libs/intel-compute-runtime/intel-compute-runtime-21.33.20678-r1.ebuild
similarity index 98%
rename from dev-libs/intel-neo/intel-neo-21.33.20678-r1.ebuild
rename to 
dev-libs/intel-compute-runtime/intel-compute-runtime-21.33.20678-r1.ebuild
index b51c70b70a5..331420e2185 100644
--- a/dev-libs/intel-neo/intel-neo-21.33.20678-r1.ebuild
+++ b/dev-libs/intel-compute-runtime/intel-compute-runtime-21.33.20678-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 inherit cmake
 
-MY_PN="compute-runtime"
+MY_PN="${PN/intel-/}"
 MY_P="${MY_PN}-${PV}"
 
 DESCRIPTION="Intel Graphics Compute Runtime for oneAPI Level Zero and OpenCL 
Driver"

diff --git a/dev-libs/intel-neo/intel-neo-21.37.20939.ebuild 
b/dev-libs/intel-compute-runtime/intel-compute-runtime-21.37.20939.ebuild
similarity index 98%
rename from dev-libs/intel-neo/intel-neo-21.37.20939.ebuild
rename to 
dev-libs/intel-compute-runtime/intel-compute-runtime-21.37.20939.ebuild
index b7c1ca9ddef..6095fe8dcf3 100644
--- a/dev-libs/intel-neo/intel-neo-21.37.20939.ebuild
+++ b/dev-libs/intel-compute-runtime/intel-compute-runtime-21.37.20939.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 inherit cmake
 
-MY_PN="compute-runtime"
+MY_PN="${PN/intel-/}"
 MY_P="${MY_PN}-${PV}"
 
 DESCRIPTION="Intel Graphics Compute Runtime for oneAPI Level Zero and OpenCL 
Driver"

diff --git a/dev-libs/intel-neo/intel-neo-21.38.21026.ebuild 
b/dev-libs/intel-compute-runtime/intel-compute-runtime-21.38.21026.ebuild
similarity index 98%
rename from dev-libs/intel-neo/intel-neo-21.38.21026.ebuild
rename to 
dev-libs/intel-compute-runtime/intel-compute-runtime-21.38.21026.ebuild
index df46dbb3c9c..246811d9d9c 100644
--- a/dev-libs/intel-neo/intel-neo-21.38.21026.ebuild
+++ b/dev-libs/intel-compute-runtime/intel-compute-runtime-21.38.21026.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 inherit cmake
 
-MY_PN="compute-runtime"
+MY_PN="${PN/intel-/}"
 MY_P="${MY_PN}-${PV}"
 
 DESCRIPTION="Intel Graphics Compute Runtime for oneAPI Level Zero and OpenCL 
Driver"

diff --git a/dev-libs/intel-neo/metadata.xml 
b/dev-libs/intel-compute-runtime/metadata.xml
similarity index 100%
rename from dev-libs/intel-neo/metadata.xml
rename to dev-libs/intel-compute-runtime/metadata.xml

diff --git a/dev-libs/intel-neo/Manifest b/dev-libs/intel-neo/Manifest
deleted file mode 100644
index ca8977c627a..00000000000
--- a/dev-libs/intel-neo/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST intel-neo-21.33.20678.tar.gz 4534884 BLAKE2B 
9a5e7f962be08701bec1e890eeb5b6208694a33b524872494e428b73d46629b7cde1522c6b7d0b27725cc170f1e65391892b253ca84d988b209e41631548b135
 SHA512 
278284fafe0e2d340668e1c21188b706ab48439c6ea573885d1b060df458e2016ed40e0a0c65e4076378ddb3ab284eb2cd92b1db5e6bd892babf2275ed600341
-DIST intel-neo-21.37.20939.tar.gz 4576917 BLAKE2B 
42563ce897667025100b40f504fe4897222fd28f1b82ac22fb6cfaa6a273b8e9199d57743ab338ab52b32c9598bbf6856530688ca9cbff360db356dabed6d96b
 SHA512 
ed213e2fd234300ac940ffa503a34ae54698e2d359927b3bdcb59bf7ea9d6b950073e9e2e750ec5b8e3e387f0c8d74b4852627c283964fd6a9742dcdc32f518f
-DIST intel-neo-21.38.21026.tar.gz 4655853 BLAKE2B 
28ebfb1cbce30fdefb7104a2b6840ea95d62645ae51a97a0b970aa4344fca7e64eb8f289895c30cf9fe4a0d9e5294490810236c0e565e78383ad7096429e2155
 SHA512 
08ffaaed80ef5776e6ecff15467170ca143887cda7905a49f7b2d12862ff17e75e7ff89ff2bb76ce25eec4ef32dfc882ac3cddf5a3e71d24adb21cc8c806cf5b

diff --git a/profiles/updates/4Q-2021 b/profiles/updates/4Q-2021
new file mode 100644
index 00000000000..386dd3af36f
--- /dev/null
+++ b/profiles/updates/4Q-2021
@@ -0,0 +1 @@
+move dev-libs/intel-neo dev-libs/intel-compute-runtime

diff --git a/virtual/opencl/opencl-3-r1.ebuild 
b/virtual/opencl/opencl-3-r1.ebuild
index 9b114b48f75..525acb9d011 100644
--- a/virtual/opencl/opencl-3-r1.ebuild
+++ b/virtual/opencl/opencl-3-r1.ebuild
@@ -18,7 +18,7 @@ pkg_postinst() {
        elog "Currently included in Gentoo are:"
        elog
        elog " * open:"
-       elog "    - dev-libs/intel-neo - integrated Intel GPUs from Broadwell 
onwards. 64-bit only;"
+       elog "    - dev-libs/intel-compute-runtime - integrated Intel GPUs from 
Broadwell onwards. 64-bit only;"
        elog "    - dev-libs/rocm-opencl-runtime - AMD GPUs supported by the 
amdgpu kernel driver. 64-bit only;"
        elog "    - media-libs/mesa[opencl] - some older AMD GPUs; see [1]. 
32-bit support;"
        elog

Reply via email to