From c2a6e09e51b97786f301acc5d33b97e3b03a088f Mon Sep 17 00:00:00 2001 From: Georgy Yakovlev Date: Mon, 1 Nov 2021 16:32:47 -0700 Subject: acct-group/systemd-hostname: initial import GID reserved in https://gitweb.gentoo.org/data/api.git/commit/?id=f677e12a26a5075d5dbd6cf7eb971afa6dba83e9 Signed-off-by: Georgy Yakovlev --- acct-group/systemd-hostname/metadata.xml | 7 +++++++ acct-group/systemd-hostname/systemd-hostname-0.ebuild | 8 ++++++++ 2 files changed, 15 insertions(+) create mode 100644 acct-group/systemd-hostname/metadata.xml create mode 100644 acct-group/systemd-hostname/systemd-hostname-0.ebuild (limited to 'acct-group') diff --git a/acct-group/systemd-hostname/metadata.xml b/acct-group/systemd-hostname/metadata.xml new file mode 100644 index 000000000000..31123d01cb4d --- /dev/null +++ b/acct-group/systemd-hostname/metadata.xml @@ -0,0 +1,7 @@ + + + + + systemd@gentoo.org + + diff --git a/acct-group/systemd-hostname/systemd-hostname-0.ebuild b/acct-group/systemd-hostname/systemd-hostname-0.ebuild new file mode 100644 index 000000000000..8970ad62c12f --- /dev/null +++ b/acct-group/systemd-hostname/systemd-hostname-0.ebuild @@ -0,0 +1,8 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +ACCT_GROUP_ID=66 -- cgit v1.2.3-65-gdbad