From 9d64074366486f044058b5a2520f1c0eba392096 Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Fri, 16 Feb 2024 23:31:01 +0100 Subject: profiles: Split hppa 23.0 profiles into hppa1.1 and hppa2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas K. Hüttel --- profiles/arch/hppa/hppa1.1/eapi | 1 + profiles/arch/hppa/hppa1.1/make.defaults | 9 +++++++++ profiles/arch/hppa/hppa2.0/eapi | 1 + profiles/arch/hppa/hppa2.0/make.defaults | 9 +++++++++ profiles/default/linux/hppa/23.0/desktop/eapi | 1 - profiles/default/linux/hppa/23.0/desktop/parent | 2 -- profiles/default/linux/hppa/23.0/desktop/systemd/eapi | 1 - profiles/default/linux/hppa/23.0/desktop/systemd/parent | 2 -- profiles/default/linux/hppa/23.0/hppa1.1/desktop/eapi | 1 + profiles/default/linux/hppa/23.0/hppa1.1/desktop/parent | 2 ++ profiles/default/linux/hppa/23.0/hppa1.1/desktop/systemd/eapi | 1 + profiles/default/linux/hppa/23.0/hppa1.1/desktop/systemd/parent | 2 ++ profiles/default/linux/hppa/23.0/hppa1.1/eapi | 1 + profiles/default/linux/hppa/23.0/hppa1.1/parent | 2 ++ profiles/default/linux/hppa/23.0/hppa1.1/split-usr/desktop/eapi | 1 + .../default/linux/hppa/23.0/hppa1.1/split-usr/desktop/parent | 2 ++ profiles/default/linux/hppa/23.0/hppa1.1/split-usr/eapi | 1 + profiles/default/linux/hppa/23.0/hppa1.1/split-usr/parent | 2 ++ profiles/default/linux/hppa/23.0/hppa1.1/systemd/eapi | 1 + profiles/default/linux/hppa/23.0/hppa1.1/systemd/parent | 2 ++ profiles/default/linux/hppa/23.0/hppa2.0/desktop/eapi | 1 + profiles/default/linux/hppa/23.0/hppa2.0/desktop/parent | 2 ++ profiles/default/linux/hppa/23.0/hppa2.0/desktop/systemd/eapi | 1 + profiles/default/linux/hppa/23.0/hppa2.0/desktop/systemd/parent | 2 ++ profiles/default/linux/hppa/23.0/hppa2.0/eapi | 1 + profiles/default/linux/hppa/23.0/hppa2.0/parent | 2 ++ profiles/default/linux/hppa/23.0/hppa2.0/split-usr/desktop/eapi | 1 + .../default/linux/hppa/23.0/hppa2.0/split-usr/desktop/parent | 2 ++ profiles/default/linux/hppa/23.0/hppa2.0/split-usr/eapi | 1 + profiles/default/linux/hppa/23.0/hppa2.0/split-usr/parent | 2 ++ profiles/default/linux/hppa/23.0/hppa2.0/systemd/eapi | 1 + profiles/default/linux/hppa/23.0/hppa2.0/systemd/parent | 2 ++ profiles/default/linux/hppa/23.0/split-usr/desktop/eapi | 1 - profiles/default/linux/hppa/23.0/split-usr/desktop/parent | 2 -- profiles/default/linux/hppa/23.0/split-usr/eapi | 1 - profiles/default/linux/hppa/23.0/split-usr/parent | 2 -- profiles/default/linux/hppa/23.0/systemd/eapi | 1 - profiles/default/linux/hppa/23.0/systemd/parent | 2 -- 38 files changed, 56 insertions(+), 15 deletions(-) create mode 100644 profiles/arch/hppa/hppa1.1/eapi create mode 100644 profiles/arch/hppa/hppa1.1/make.defaults create mode 100644 profiles/arch/hppa/hppa2.0/eapi create mode 100644 profiles/arch/hppa/hppa2.0/make.defaults delete mode 100644 profiles/default/linux/hppa/23.0/desktop/eapi delete mode 100644 profiles/default/linux/hppa/23.0/desktop/parent delete mode 100644 profiles/default/linux/hppa/23.0/desktop/systemd/eapi delete mode 100644 profiles/default/linux/hppa/23.0/desktop/systemd/parent create mode 100644 profiles/default/linux/hppa/23.0/hppa1.1/desktop/eapi create mode 100644 profiles/default/linux/hppa/23.0/hppa1.1/desktop/parent create mode 100644 profiles/default/linux/hppa/23.0/hppa1.1/desktop/systemd/eapi create mode 100644 profiles/default/linux/hppa/23.0/hppa1.1/desktop/systemd/parent create mode 100644 profiles/default/linux/hppa/23.0/hppa1.1/eapi create mode 100644 profiles/default/linux/hppa/23.0/hppa1.1/parent create mode 100644 profiles/default/linux/hppa/23.0/hppa1.1/split-usr/desktop/eapi create mode 100644 profiles/default/linux/hppa/23.0/hppa1.1/split-usr/desktop/parent create mode 100644 profiles/default/linux/hppa/23.0/hppa1.1/split-usr/eapi create mode 100644 profiles/default/linux/hppa/23.0/hppa1.1/split-usr/parent create mode 100644 profiles/default/linux/hppa/23.0/hppa1.1/systemd/eapi create mode 100644 profiles/default/linux/hppa/23.0/hppa1.1/systemd/parent create mode 100644 profiles/default/linux/hppa/23.0/hppa2.0/desktop/eapi create mode 100644 profiles/default/linux/hppa/23.0/hppa2.0/desktop/parent create mode 100644 profiles/default/linux/hppa/23.0/hppa2.0/desktop/systemd/eapi create mode 100644 profiles/default/linux/hppa/23.0/hppa2.0/desktop/systemd/parent create mode 100644 profiles/default/linux/hppa/23.0/hppa2.0/eapi create mode 100644 profiles/default/linux/hppa/23.0/hppa2.0/parent create mode 100644 profiles/default/linux/hppa/23.0/hppa2.0/split-usr/desktop/eapi create mode 100644 profiles/default/linux/hppa/23.0/hppa2.0/split-usr/desktop/parent create mode 100644 profiles/default/linux/hppa/23.0/hppa2.0/split-usr/eapi create mode 100644 profiles/default/linux/hppa/23.0/hppa2.0/split-usr/parent create mode 100644 profiles/default/linux/hppa/23.0/hppa2.0/systemd/eapi create mode 100644 profiles/default/linux/hppa/23.0/hppa2.0/systemd/parent delete mode 100644 profiles/default/linux/hppa/23.0/split-usr/desktop/eapi delete mode 100644 profiles/default/linux/hppa/23.0/split-usr/desktop/parent delete mode 100644 profiles/default/linux/hppa/23.0/split-usr/eapi delete mode 100644 profiles/default/linux/hppa/23.0/split-usr/parent delete mode 100644 profiles/default/linux/hppa/23.0/systemd/eapi delete mode 100644 profiles/default/linux/hppa/23.0/systemd/parent diff --git a/profiles/arch/hppa/hppa1.1/eapi b/profiles/arch/hppa/hppa1.1/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/arch/hppa/hppa1.1/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/arch/hppa/hppa1.1/make.defaults b/profiles/arch/hppa/hppa1.1/make.defaults new file mode 100644 index 000000000000..caf7fdb013c9 --- /dev/null +++ b/profiles/arch/hppa/hppa1.1/make.defaults @@ -0,0 +1,9 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +CHOST="hppa1.1-unknown-linux-gnu" + +CFLAGS="-O2 -pipe -march=1.1" +CXXFLAGS="${CFLAGS}" +FFLAGS="${CFLAGS}" +FCFLAGS="${CFLAGS}" diff --git a/profiles/arch/hppa/hppa2.0/eapi b/profiles/arch/hppa/hppa2.0/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/arch/hppa/hppa2.0/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/arch/hppa/hppa2.0/make.defaults b/profiles/arch/hppa/hppa2.0/make.defaults new file mode 100644 index 000000000000..351feb4f83f4 --- /dev/null +++ b/profiles/arch/hppa/hppa2.0/make.defaults @@ -0,0 +1,9 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +CHOST="hppa2.0-unknown-linux-gnu" + +CFLAGS="-O2 -pipe -march=2.0" +CXXFLAGS="${CFLAGS}" +FFLAGS="${CFLAGS}" +FCFLAGS="${CFLAGS}" diff --git a/profiles/default/linux/hppa/23.0/desktop/eapi b/profiles/default/linux/hppa/23.0/desktop/eapi deleted file mode 100644 index 7ed6ff82de6b..000000000000 --- a/profiles/default/linux/hppa/23.0/desktop/eapi +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/profiles/default/linux/hppa/23.0/desktop/parent b/profiles/default/linux/hppa/23.0/desktop/parent deleted file mode 100644 index ad6c5e126fbb..000000000000 --- a/profiles/default/linux/hppa/23.0/desktop/parent +++ /dev/null @@ -1,2 +0,0 @@ -.. -../../../../../targets/desktop diff --git a/profiles/default/linux/hppa/23.0/desktop/systemd/eapi b/profiles/default/linux/hppa/23.0/desktop/systemd/eapi deleted file mode 100644 index 7ed6ff82de6b..000000000000 --- a/profiles/default/linux/hppa/23.0/desktop/systemd/eapi +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/profiles/default/linux/hppa/23.0/desktop/systemd/parent b/profiles/default/linux/hppa/23.0/desktop/systemd/parent deleted file mode 100644 index 7e061533c151..000000000000 --- a/profiles/default/linux/hppa/23.0/desktop/systemd/parent +++ /dev/null @@ -1,2 +0,0 @@ -.. -../../../../../../targets/systemd diff --git a/profiles/default/linux/hppa/23.0/hppa1.1/desktop/eapi b/profiles/default/linux/hppa/23.0/hppa1.1/desktop/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/hppa/23.0/hppa1.1/desktop/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/hppa/23.0/hppa1.1/desktop/parent b/profiles/default/linux/hppa/23.0/hppa1.1/desktop/parent new file mode 100644 index 000000000000..db8ce088c69a --- /dev/null +++ b/profiles/default/linux/hppa/23.0/hppa1.1/desktop/parent @@ -0,0 +1,2 @@ +.. +../../../../../../targets/desktop diff --git a/profiles/default/linux/hppa/23.0/hppa1.1/desktop/systemd/eapi b/profiles/default/linux/hppa/23.0/hppa1.1/desktop/systemd/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/hppa/23.0/hppa1.1/desktop/systemd/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/hppa/23.0/hppa1.1/desktop/systemd/parent b/profiles/default/linux/hppa/23.0/hppa1.1/desktop/systemd/parent new file mode 100644 index 000000000000..44f88d3e2df0 --- /dev/null +++ b/profiles/default/linux/hppa/23.0/hppa1.1/desktop/systemd/parent @@ -0,0 +1,2 @@ +.. +../../../../../../../targets/systemd diff --git a/profiles/default/linux/hppa/23.0/hppa1.1/eapi b/profiles/default/linux/hppa/23.0/hppa1.1/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/hppa/23.0/hppa1.1/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/hppa/23.0/hppa1.1/parent b/profiles/default/linux/hppa/23.0/hppa1.1/parent new file mode 100644 index 000000000000..1d4f74693c23 --- /dev/null +++ b/profiles/default/linux/hppa/23.0/hppa1.1/parent @@ -0,0 +1,2 @@ +.. +../../../../../arch/hppa/hppa1.1 diff --git a/profiles/default/linux/hppa/23.0/hppa1.1/split-usr/desktop/eapi b/profiles/default/linux/hppa/23.0/hppa1.1/split-usr/desktop/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/hppa/23.0/hppa1.1/split-usr/desktop/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/hppa/23.0/hppa1.1/split-usr/desktop/parent b/profiles/default/linux/hppa/23.0/hppa1.1/split-usr/desktop/parent new file mode 100644 index 000000000000..fae96e8d36b2 --- /dev/null +++ b/profiles/default/linux/hppa/23.0/hppa1.1/split-usr/desktop/parent @@ -0,0 +1,2 @@ +.. +../../../../../../../targets/desktop diff --git a/profiles/default/linux/hppa/23.0/hppa1.1/split-usr/eapi b/profiles/default/linux/hppa/23.0/hppa1.1/split-usr/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/hppa/23.0/hppa1.1/split-usr/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/hppa/23.0/hppa1.1/split-usr/parent b/profiles/default/linux/hppa/23.0/hppa1.1/split-usr/parent new file mode 100644 index 000000000000..252810268290 --- /dev/null +++ b/profiles/default/linux/hppa/23.0/hppa1.1/split-usr/parent @@ -0,0 +1,2 @@ +.. +../../../../../../features/split-usr diff --git a/profiles/default/linux/hppa/23.0/hppa1.1/systemd/eapi b/profiles/default/linux/hppa/23.0/hppa1.1/systemd/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/hppa/23.0/hppa1.1/systemd/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/hppa/23.0/hppa1.1/systemd/parent b/profiles/default/linux/hppa/23.0/hppa1.1/systemd/parent new file mode 100644 index 000000000000..7e061533c151 --- /dev/null +++ b/profiles/default/linux/hppa/23.0/hppa1.1/systemd/parent @@ -0,0 +1,2 @@ +.. +../../../../../../targets/systemd diff --git a/profiles/default/linux/hppa/23.0/hppa2.0/desktop/eapi b/profiles/default/linux/hppa/23.0/hppa2.0/desktop/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/hppa/23.0/hppa2.0/desktop/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/hppa/23.0/hppa2.0/desktop/parent b/profiles/default/linux/hppa/23.0/hppa2.0/desktop/parent new file mode 100644 index 000000000000..db8ce088c69a --- /dev/null +++ b/profiles/default/linux/hppa/23.0/hppa2.0/desktop/parent @@ -0,0 +1,2 @@ +.. +../../../../../../targets/desktop diff --git a/profiles/default/linux/hppa/23.0/hppa2.0/desktop/systemd/eapi b/profiles/default/linux/hppa/23.0/hppa2.0/desktop/systemd/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/hppa/23.0/hppa2.0/desktop/systemd/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/hppa/23.0/hppa2.0/desktop/systemd/parent b/profiles/default/linux/hppa/23.0/hppa2.0/desktop/systemd/parent new file mode 100644 index 000000000000..44f88d3e2df0 --- /dev/null +++ b/profiles/default/linux/hppa/23.0/hppa2.0/desktop/systemd/parent @@ -0,0 +1,2 @@ +.. +../../../../../../../targets/systemd diff --git a/profiles/default/linux/hppa/23.0/hppa2.0/eapi b/profiles/default/linux/hppa/23.0/hppa2.0/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/hppa/23.0/hppa2.0/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/hppa/23.0/hppa2.0/parent b/profiles/default/linux/hppa/23.0/hppa2.0/parent new file mode 100644 index 000000000000..f48e4d2886d0 --- /dev/null +++ b/profiles/default/linux/hppa/23.0/hppa2.0/parent @@ -0,0 +1,2 @@ +.. +../../../../../arch/hppa/hppa2.0 diff --git a/profiles/default/linux/hppa/23.0/hppa2.0/split-usr/desktop/eapi b/profiles/default/linux/hppa/23.0/hppa2.0/split-usr/desktop/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/hppa/23.0/hppa2.0/split-usr/desktop/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/hppa/23.0/hppa2.0/split-usr/desktop/parent b/profiles/default/linux/hppa/23.0/hppa2.0/split-usr/desktop/parent new file mode 100644 index 000000000000..fae96e8d36b2 --- /dev/null +++ b/profiles/default/linux/hppa/23.0/hppa2.0/split-usr/desktop/parent @@ -0,0 +1,2 @@ +.. +../../../../../../../targets/desktop diff --git a/profiles/default/linux/hppa/23.0/hppa2.0/split-usr/eapi b/profiles/default/linux/hppa/23.0/hppa2.0/split-usr/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/hppa/23.0/hppa2.0/split-usr/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/hppa/23.0/hppa2.0/split-usr/parent b/profiles/default/linux/hppa/23.0/hppa2.0/split-usr/parent new file mode 100644 index 000000000000..252810268290 --- /dev/null +++ b/profiles/default/linux/hppa/23.0/hppa2.0/split-usr/parent @@ -0,0 +1,2 @@ +.. +../../../../../../features/split-usr diff --git a/profiles/default/linux/hppa/23.0/hppa2.0/systemd/eapi b/profiles/default/linux/hppa/23.0/hppa2.0/systemd/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/hppa/23.0/hppa2.0/systemd/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/hppa/23.0/hppa2.0/systemd/parent b/profiles/default/linux/hppa/23.0/hppa2.0/systemd/parent new file mode 100644 index 000000000000..7e061533c151 --- /dev/null +++ b/profiles/default/linux/hppa/23.0/hppa2.0/systemd/parent @@ -0,0 +1,2 @@ +.. +../../../../../../targets/systemd diff --git a/profiles/default/linux/hppa/23.0/split-usr/desktop/eapi b/profiles/default/linux/hppa/23.0/split-usr/desktop/eapi deleted file mode 100644 index 7ed6ff82de6b..000000000000 --- a/profiles/default/linux/hppa/23.0/split-usr/desktop/eapi +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/profiles/default/linux/hppa/23.0/split-usr/desktop/parent b/profiles/default/linux/hppa/23.0/split-usr/desktop/parent deleted file mode 100644 index db8ce088c69a..000000000000 --- a/profiles/default/linux/hppa/23.0/split-usr/desktop/parent +++ /dev/null @@ -1,2 +0,0 @@ -.. -../../../../../../targets/desktop diff --git a/profiles/default/linux/hppa/23.0/split-usr/eapi b/profiles/default/linux/hppa/23.0/split-usr/eapi deleted file mode 100644 index 7ed6ff82de6b..000000000000 --- a/profiles/default/linux/hppa/23.0/split-usr/eapi +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/profiles/default/linux/hppa/23.0/split-usr/parent b/profiles/default/linux/hppa/23.0/split-usr/parent deleted file mode 100644 index 598ca888c8c2..000000000000 --- a/profiles/default/linux/hppa/23.0/split-usr/parent +++ /dev/null @@ -1,2 +0,0 @@ -.. -../../../../../features/split-usr diff --git a/profiles/default/linux/hppa/23.0/systemd/eapi b/profiles/default/linux/hppa/23.0/systemd/eapi deleted file mode 100644 index 7ed6ff82de6b..000000000000 --- a/profiles/default/linux/hppa/23.0/systemd/eapi +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/profiles/default/linux/hppa/23.0/systemd/parent b/profiles/default/linux/hppa/23.0/systemd/parent deleted file mode 100644 index ced72403bde9..000000000000 --- a/profiles/default/linux/hppa/23.0/systemd/parent +++ /dev/null @@ -1,2 +0,0 @@ -.. -../../../../../targets/systemd -- cgit v1.2.3-65-gdbad