From c936e2225274e27ef3b3e56bb955377ac79e4eff Mon Sep 17 00:00:00 2001 From: Alexander Miroshnichenko Date: Wed, 13 Nov 2024 22:57:38 +0300 Subject: [PATCH] add plasma profiles --- metadata/layout.conf | 4 ++++ profiles/hardened-plasma-systemd/eapi | 1 + profiles/hardened-plasma-systemd/parent | 3 +++ profiles/hardened-plasma/eapi | 1 + profiles/hardened-plasma/parent | 2 ++ profiles/profiles.desc | 3 +++ 6 files changed, 14 insertions(+) create mode 100644 profiles/hardened-plasma-systemd/eapi create mode 100644 profiles/hardened-plasma-systemd/parent create mode 100644 profiles/hardened-plasma/eapi create mode 100644 profiles/hardened-plasma/parent create mode 100644 profiles/profiles.desc diff --git a/metadata/layout.conf b/metadata/layout.conf index d43e61c..4731277 100644 --- a/metadata/layout.conf +++ b/metadata/layout.conf @@ -1 +1,5 @@ masters = gentoo +thin-manifests = true +sign-manifests = false +# Needed for profiles parent with repo syntax +profile-formats = portage-2 diff --git a/profiles/hardened-plasma-systemd/eapi b/profiles/hardened-plasma-systemd/eapi new file mode 100644 index 0000000..45a4fb7 --- /dev/null +++ b/profiles/hardened-plasma-systemd/eapi @@ -0,0 +1 @@ +8 diff --git a/profiles/hardened-plasma-systemd/parent b/profiles/hardened-plasma-systemd/parent new file mode 100644 index 0000000..3e102e4 --- /dev/null +++ b/profiles/hardened-plasma-systemd/parent @@ -0,0 +1,3 @@ +gentoo:default/linux/amd64/23.0/hardened +gentoo:targets/desktop/plasma +gentoo:targets/systemd diff --git a/profiles/hardened-plasma/eapi b/profiles/hardened-plasma/eapi new file mode 100644 index 0000000..45a4fb7 --- /dev/null +++ b/profiles/hardened-plasma/eapi @@ -0,0 +1 @@ +8 diff --git a/profiles/hardened-plasma/parent b/profiles/hardened-plasma/parent new file mode 100644 index 0000000..cf3c4ba --- /dev/null +++ b/profiles/hardened-plasma/parent @@ -0,0 +1,2 @@ +gentoo:default/linux/amd64/23.0/hardened +gentoo:targets/desktop/plasma diff --git a/profiles/profiles.desc b/profiles/profiles.desc new file mode 100644 index 0000000..36afec8 --- /dev/null +++ b/profiles/profiles.desc @@ -0,0 +1,3 @@ +# Adjust the list below as needed, no need to make them all +amd64 hardened-plasma stable +amd64 hardened-plasma-systemd stable