commit: b1d9a6f3f518ec3d93ff0c80d53a055dd18f5bf0
Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 19 03:25:28 2023 +0000
Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Tue Dec 19 03:27:18 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1d9a6f3
profiles: reorganize loong llvm profiles
According to IRC review:
- rename from "clang" to "llvm" for consistency, and
- put the llvm systemd profile under llvm/ so that "systemd" always
comes last.
Fixes: 86cafe231fd3acc0b078335c2ae75cadd025fc01
Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
.../default/linux/loong/23.0/la64v100/lp64d/{clang => llvm}/eapi | 0
.../loong/23.0/la64v100/lp64d/{clang => llvm}/packages.build | 0
.../linux/loong/23.0/la64v100/lp64d/{clang => llvm}/parent | 0
.../23.0/la64v100/lp64d/{systemd/clang => llvm/systemd}/eapi | 0
.../default/linux/loong/23.0/la64v100/lp64d/llvm/systemd/parent | 2 ++
.../linux/loong/23.0/la64v100/lp64d/systemd/clang/packages.build | 9 ---------
.../default/linux/loong/23.0/la64v100/lp64d/systemd/clang/parent | 2 --
profiles/profiles.desc | 4 ++--
8 files changed, 4 insertions(+), 13 deletions(-)
diff --git a/profiles/default/linux/loong/23.0/la64v100/lp64d/clang/eapi
b/profiles/default/linux/loong/23.0/la64v100/lp64d/llvm/eapi
similarity index 100%
rename from profiles/default/linux/loong/23.0/la64v100/lp64d/clang/eapi
rename to profiles/default/linux/loong/23.0/la64v100/lp64d/llvm/eapi
diff --git
a/profiles/default/linux/loong/23.0/la64v100/lp64d/clang/packages.build
b/profiles/default/linux/loong/23.0/la64v100/lp64d/llvm/packages.build
similarity index 100%
rename from
profiles/default/linux/loong/23.0/la64v100/lp64d/clang/packages.build
rename to profiles/default/linux/loong/23.0/la64v100/lp64d/llvm/packages.build
diff --git a/profiles/default/linux/loong/23.0/la64v100/lp64d/clang/parent
b/profiles/default/linux/loong/23.0/la64v100/lp64d/llvm/parent
similarity index 100%
rename from profiles/default/linux/loong/23.0/la64v100/lp64d/clang/parent
rename to profiles/default/linux/loong/23.0/la64v100/lp64d/llvm/parent
diff --git
a/profiles/default/linux/loong/23.0/la64v100/lp64d/systemd/clang/eapi
b/profiles/default/linux/loong/23.0/la64v100/lp64d/llvm/systemd/eapi
similarity index 100%
rename from profiles/default/linux/loong/23.0/la64v100/lp64d/systemd/clang/eapi
rename to profiles/default/linux/loong/23.0/la64v100/lp64d/llvm/systemd/eapi
diff --git
a/profiles/default/linux/loong/23.0/la64v100/lp64d/llvm/systemd/parent
b/profiles/default/linux/loong/23.0/la64v100/lp64d/llvm/systemd/parent
new file mode 100644
index 000000000000..f7739b405877
--- /dev/null
+++ b/profiles/default/linux/loong/23.0/la64v100/lp64d/llvm/systemd/parent
@@ -0,0 +1,2 @@
+..
+../../../../../../../../targets/systemd
diff --git
a/profiles/default/linux/loong/23.0/la64v100/lp64d/systemd/clang/packages.build
b/profiles/default/linux/loong/23.0/la64v100/lp64d/systemd/clang/packages.build
deleted file mode 100644
index 799d57df3d55..000000000000
---
a/profiles/default/linux/loong/23.0/la64v100/lp64d/systemd/clang/packages.build
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# we use glibc here, so we still need these in stage1
-# later stages should pull them in as BDEPEND anyway
-sys-devel/gcc
-sys-devel/gcc-config
-sys-devel/binutils
-sys-devel/binutils-config
diff --git
a/profiles/default/linux/loong/23.0/la64v100/lp64d/systemd/clang/parent
b/profiles/default/linux/loong/23.0/la64v100/lp64d/systemd/clang/parent
deleted file mode 100644
index 3e3adeeff3f9..000000000000
--- a/profiles/default/linux/loong/23.0/la64v100/lp64d/systemd/clang/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../../../features/llvm
diff --git a/profiles/profiles.desc b/profiles/profiles.desc
index afbc08475573..67d35119c6b8 100644
--- a/profiles/profiles.desc
+++ b/profiles/profiles.desc
@@ -269,7 +269,8 @@ loong
default/linux/loong/22.0/la64v100/lp64d/developer
exp
loong default/linux/loong/22.0/la64v100/lp64d/systemd
stable
loong default/linux/loong/22.0/la64v100/lp64d/systemd/merged-usr
stable
loong default/linux/loong/23.0/la64v100/lp64d
exp
-loong default/linux/loong/23.0/la64v100/lp64d/clang
exp
+loong default/linux/loong/23.0/la64v100/lp64d/llvm
exp
+loong default/linux/loong/23.0/la64v100/lp64d/llvm/systemd
exp
loong default/linux/loong/23.0/la64v100/lp64d/desktop
exp
loong default/linux/loong/23.0/la64v100/lp64d/desktop/gnome
exp
loong default/linux/loong/23.0/la64v100/lp64d/desktop/gnome/systemd
exp
@@ -277,7 +278,6 @@ loong
default/linux/loong/23.0/la64v100/lp64d/desktop/plasma
exp
loong default/linux/loong/23.0/la64v100/lp64d/desktop/plasma/systemd
exp
loong default/linux/loong/23.0/la64v100/lp64d/desktop/systemd
exp
loong default/linux/loong/23.0/la64v100/lp64d/systemd
exp
-loong default/linux/loong/23.0/la64v100/lp64d/systemd/clang
exp
loong default/linux/loong/23.0/la64v100/split-usr/lp64d
exp
loong default/linux/loong/23.0/la64v100/split-usr/lp64d/desktop
exp
loong default/linux/loong/23.0/la64v100/split-usr/lp64d/desktop/gnome
exp