summaryrefslogtreecommitdiff
path: root/dev-cpp
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-12-11 18:49:49 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-12-11 18:49:49 +0000
commitc5f8cee2d770be2d89d223aaed1d710f6360bacf (patch)
treeb918c65ee050fab2863b2a2d1ded1df1e4d08493 /dev-cpp
parentfe62b3ccb215d77385147982f5da938d73f9c44e (diff)
downloadbaldeagleos-repo-c5f8cee2d770be2d89d223aaed1d710f6360bacf.tar.gz
baldeagleos-repo-c5f8cee2d770be2d89d223aaed1d710f6360bacf.tar.xz
baldeagleos-repo-c5f8cee2d770be2d89d223aaed1d710f6360bacf.zip
Adding metadata
Diffstat (limited to 'dev-cpp')
-rw-r--r--dev-cpp/benchmark/benchmark-1.9.0.ebuild2
-rw-r--r--dev-cpp/benchmark/metadata.xml4
-rw-r--r--dev-cpp/edencommon/edencommon-2023.06.19.00.ebuild4
-rw-r--r--dev-cpp/edencommon/edencommon-2024.11.04.00.ebuild2
-rw-r--r--dev-cpp/eigen/eigen-3.4.0-r2.ebuild4
-rw-r--r--dev-cpp/eigen/eigen-3.4.0-r3.ebuild4
-rw-r--r--dev-cpp/eigen/eigen-9999.ebuild4
-rw-r--r--dev-cpp/folly/folly-2023.06.19.00-r1.ebuild2
-rw-r--r--dev-cpp/folly/folly-2024.11.04.00-r2.ebuild2
-rw-r--r--dev-cpp/glog/glog-0.5.0.ebuild4
-rw-r--r--dev-cpp/glog/glog-0.6.0.ebuild2
-rw-r--r--dev-cpp/glog/metadata.xml2
12 files changed, 18 insertions, 18 deletions
diff --git a/dev-cpp/benchmark/benchmark-1.9.0.ebuild b/dev-cpp/benchmark/benchmark-1.9.0.ebuild
index 89f9101624e6..351755767b18 100644
--- a/dev-cpp/benchmark/benchmark-1.9.0.ebuild
+++ b/dev-cpp/benchmark/benchmark-1.9.0.ebuild
@@ -18,7 +18,7 @@ RESTRICT="!test? ( test )"
REQUIRED_USE="tools? ( ${PYTHON_REQUIRED_USE} )"
DEPEND="
- libcxx? ( sys-libs/libcxx[${MULTILIB_USEDEP}] )
+ libcxx? ( llvm-runtimes/libcxx[${MULTILIB_USEDEP}] )
libpfm? ( dev-libs/libpfm:= )
"
diff --git a/dev-cpp/benchmark/metadata.xml b/dev-cpp/benchmark/metadata.xml
index d288c2867a49..df5e491c4b33 100644
--- a/dev-cpp/benchmark/metadata.xml
+++ b/dev-cpp/benchmark/metadata.xml
@@ -19,13 +19,13 @@
</upstream>
<use>
<flag name="exceptions">Enable the use of exceptions in the benchmark library</flag>
- <flag name="libcxx">Use <pkg>sys-libs/libcxx</pkg> instead of libstdc++ as the default stdlib</flag>
+ <flag name="libcxx">Use <pkg>llvm-runtimes/libcxx</pkg> instead of libstdc++ as the default stdlib</flag>
<flag name="libpfm">Enable <pkg>dev-libs/libpfm</pkg> support</flag>
<flag name="tools">Install some additional Python tools</flag>
</use>
<use lang="fr">
<flag name="exceptions">Utiliser les exceptions inclues dans la bibliothèque</flag>
- <flag name="libcxx">Utiliser <pkg>sys-libs/libcxx</pkg> à la place de libstdc++ comme bibliothèque standard</flag>
+ <flag name="libcxx">Utiliser <pkg>llvm-runtimes/libcxx</pkg> à la place de libstdc++ comme bibliothèque standard</flag>
<flag name="libpfm">Activer le support de <pkg>dev-libs/libpfm</pkg></flag>
<flag name="tools">Installer des outils Python additionnels</flag>
</use>
diff --git a/dev-cpp/edencommon/edencommon-2023.06.19.00.ebuild b/dev-cpp/edencommon/edencommon-2023.06.19.00.ebuild
index 1296800f7058..6c401a0596e4 100644
--- a/dev-cpp/edencommon/edencommon-2023.06.19.00.ebuild
+++ b/dev-cpp/edencommon/edencommon-2023.06.19.00.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022-2023 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -23,7 +23,7 @@ RDEPEND="
dev-cpp/gflags:=
dev-cpp/glog:=[gflags]
dev-cpp/folly:=
- llvm-libunwind? ( sys-libs/llvm-libunwind:= )
+ llvm-libunwind? ( llvm-runtimes/libunwind:= )
!llvm-libunwind? ( sys-libs/libunwind:= )
"
DEPEND="
diff --git a/dev-cpp/edencommon/edencommon-2024.11.04.00.ebuild b/dev-cpp/edencommon/edencommon-2024.11.04.00.ebuild
index bd951c699e39..feba00c2add7 100644
--- a/dev-cpp/edencommon/edencommon-2024.11.04.00.ebuild
+++ b/dev-cpp/edencommon/edencommon-2024.11.04.00.ebuild
@@ -31,7 +31,7 @@ RDEPEND="
~dev-cpp/fb303-${PV}:=
~dev-cpp/wangle-${PV}:=
~dev-cpp/fbthrift-${PV}:=
- llvm-libunwind? ( sys-libs/llvm-libunwind:= )
+ llvm-libunwind? ( llvm-runtimes/libunwind:= )
!llvm-libunwind? ( sys-libs/libunwind:= )
"
DEPEND="
diff --git a/dev-cpp/eigen/eigen-3.4.0-r2.ebuild b/dev-cpp/eigen/eigen-3.4.0-r2.ebuild
index 02a83d1063b8..aaa57a39119d 100644
--- a/dev-cpp/eigen/eigen-3.4.0-r2.ebuild
+++ b/dev-cpp/eigen/eigen-3.4.0-r2.ebuild
@@ -132,8 +132,8 @@ DEPEND="
dev-util/nvidia-cuda-toolkit
)
clang? (
- sys-devel/clang[llvm_targets_NVPTX]
- openmp? ( sys-libs/libomp[llvm_targets_NVPTX,offload] )
+ llvm-core/clang[llvm_targets_NVPTX]
+ openmp? ( llvm-runtimes/openmp[llvm_targets_NVPTX,offload] )
)
)
hip? ( dev-util/hip )
diff --git a/dev-cpp/eigen/eigen-3.4.0-r3.ebuild b/dev-cpp/eigen/eigen-3.4.0-r3.ebuild
index 528d62bcac2f..738b1ad71e3e 100644
--- a/dev-cpp/eigen/eigen-3.4.0-r3.ebuild
+++ b/dev-cpp/eigen/eigen-3.4.0-r3.ebuild
@@ -137,8 +137,8 @@ DEPEND="
dev-util/nvidia-cuda-toolkit
)
clang? (
- sys-devel/clang[llvm_targets_NVPTX]
- openmp? ( sys-libs/libomp[llvm_targets_NVPTX,offload] )
+ llvm-core/clang[llvm_targets_NVPTX]
+ openmp? ( llvm-runtimes/openmp[llvm_targets_NVPTX,offload] )
)
)
hip? ( dev-util/hip )
diff --git a/dev-cpp/eigen/eigen-9999.ebuild b/dev-cpp/eigen/eigen-9999.ebuild
index 6b434b04723c..2e9953fb7c2f 100644
--- a/dev-cpp/eigen/eigen-9999.ebuild
+++ b/dev-cpp/eigen/eigen-9999.ebuild
@@ -136,8 +136,8 @@ DEPEND="
dev-util/nvidia-cuda-toolkit
)
clang? (
- sys-devel/clang[llvm_targets_NVPTX]
- openmp? ( sys-libs/libomp[llvm_targets_NVPTX,offload] )
+ llvm-core/clang[llvm_targets_NVPTX]
+ openmp? ( llvm-runtimes/openmp[llvm_targets_NVPTX,offload] )
)
)
hip? ( dev-util/hip )
diff --git a/dev-cpp/folly/folly-2023.06.19.00-r1.ebuild b/dev-cpp/folly/folly-2023.06.19.00-r1.ebuild
index 4f87b7aa969f..0257d178791a 100644
--- a/dev-cpp/folly/folly-2023.06.19.00-r1.ebuild
+++ b/dev-cpp/folly/folly-2023.06.19.00-r1.ebuild
@@ -37,7 +37,7 @@ RDEPEND="
dev-libs/openssl:=
>=sys-libs/liburing-2.3:=
sys-libs/zlib
- llvm-libunwind? ( sys-libs/llvm-libunwind:= )
+ llvm-libunwind? ( llvm-runtimes/libunwind:= )
!llvm-libunwind? ( sys-libs/libunwind:= )
"
# libiberty is linked statically
diff --git a/dev-cpp/folly/folly-2024.11.04.00-r2.ebuild b/dev-cpp/folly/folly-2024.11.04.00-r2.ebuild
index d861968c9242..166726ddaf3e 100644
--- a/dev-cpp/folly/folly-2024.11.04.00-r2.ebuild
+++ b/dev-cpp/folly/folly-2024.11.04.00-r2.ebuild
@@ -43,7 +43,7 @@ RDEPEND="
dev-libs/openssl:=
>=sys-libs/liburing-2.3:=
sys-libs/zlib
- llvm-libunwind? ( sys-libs/llvm-libunwind:= )
+ llvm-libunwind? ( llvm-runtimes/libunwind:= )
!llvm-libunwind? ( sys-libs/libunwind:= )
"
# libiberty is linked statically
diff --git a/dev-cpp/glog/glog-0.5.0.ebuild b/dev-cpp/glog/glog-0.5.0.ebuild
index 6e7df7821fe7..4a54a63a949a 100644
--- a/dev-cpp/glog/glog-0.5.0.ebuild
+++ b/dev-cpp/glog/glog-0.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2011-2022 Gentoo Authors
+# Copyright 2011-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
@@ -27,7 +27,7 @@ RESTRICT="!test? ( test )"
RDEPEND="gflags? ( dev-cpp/gflags:0=[${MULTILIB_USEDEP}] )
libunwind? (
- llvm-libunwind? ( sys-libs/llvm-libunwind:0=[${MULTILIB_USEDEP}] )
+ llvm-libunwind? ( llvm-runtimes/libunwind:0=[${MULTILIB_USEDEP}] )
!llvm-libunwind? ( sys-libs/libunwind:0=[${MULTILIB_USEDEP}] )
)"
DEPEND="${RDEPEND}
diff --git a/dev-cpp/glog/glog-0.6.0.ebuild b/dev-cpp/glog/glog-0.6.0.ebuild
index 6192cd198dbb..ed6817c72644 100644
--- a/dev-cpp/glog/glog-0.6.0.ebuild
+++ b/dev-cpp/glog/glog-0.6.0.ebuild
@@ -27,7 +27,7 @@ RESTRICT="!test? ( test )"
RDEPEND="gflags? ( dev-cpp/gflags:0=[${MULTILIB_USEDEP}] )
libunwind? (
- llvm-libunwind? ( sys-libs/llvm-libunwind:0=[${MULTILIB_USEDEP}] )
+ llvm-libunwind? ( llvm-runtimes/libunwind:0=[${MULTILIB_USEDEP}] )
!llvm-libunwind? ( sys-libs/libunwind:0=[${MULTILIB_USEDEP}] )
)
"
diff --git a/dev-cpp/glog/metadata.xml b/dev-cpp/glog/metadata.xml
index a29f56653b33..dbb5dc114820 100644
--- a/dev-cpp/glog/metadata.xml
+++ b/dev-cpp/glog/metadata.xml
@@ -8,7 +8,7 @@
<use>
<flag name="gflags">Use <pkg>dev-cpp/gflags</pkg> for flag parsing</flag>
- <flag name="libunwind">Use libunwind library (<pkg>sys-libs/libunwind</pkg> or <pkg>sys-libs/llvm-libunwind</pkg>) instead of built-in fallback implementation for stack unwinding</flag>
+ <flag name="libunwind">Use libunwind library (<pkg>sys-libs/libunwind</pkg> or <pkg>llvm-runtimes/libunwind</pkg>) instead of built-in fallback implementation for stack unwinding</flag>
</use>
<origin>gentoo-staging</origin>
</pkgmetadata> \ No newline at end of file