From 3a89aaab7a4caa6de2fdbf6778ab2430f599433f Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Sat, 7 Jan 2023 14:29:00 -0500 Subject: */*: rename acct-group/acct-user to individual services Signed-off-by: Julien Roy --- acct-group/git-srht/git-srht-0.ebuild | 10 ++++++++++ acct-group/git-srht/metadata.xml | 8 ++++++++ acct-group/meta-srht/meta-srht-0.ebuild | 10 ++++++++++ acct-group/meta-srht/metadata.xml | 8 ++++++++ acct-group/srht/metadata.xml | 8 -------- acct-group/srht/srht-0.ebuild | 10 ---------- 6 files changed, 36 insertions(+), 18 deletions(-) create mode 100644 acct-group/git-srht/git-srht-0.ebuild create mode 100644 acct-group/git-srht/metadata.xml create mode 100644 acct-group/meta-srht/meta-srht-0.ebuild create mode 100644 acct-group/meta-srht/metadata.xml delete mode 100644 acct-group/srht/metadata.xml delete mode 100644 acct-group/srht/srht-0.ebuild (limited to 'acct-group') diff --git a/acct-group/git-srht/git-srht-0.ebuild b/acct-group/git-srht/git-srht-0.ebuild new file mode 100644 index 0000000..6a00cc4 --- /dev/null +++ b/acct-group/git-srht/git-srht-0.ebuild @@ -0,0 +1,10 @@ +# Copyright 2022-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit acct-group + +DESCRIPTION="Group for git.sr.ht" + +ACCT_GROUP_ID=-1 diff --git a/acct-group/git-srht/metadata.xml b/acct-group/git-srht/metadata.xml new file mode 100644 index 0000000..97ba7c2 --- /dev/null +++ b/acct-group/git-srht/metadata.xml @@ -0,0 +1,8 @@ + + + + + julien@jroy.ca + Julien Roy + + diff --git a/acct-group/meta-srht/meta-srht-0.ebuild b/acct-group/meta-srht/meta-srht-0.ebuild new file mode 100644 index 0000000..327a0a1 --- /dev/null +++ b/acct-group/meta-srht/meta-srht-0.ebuild @@ -0,0 +1,10 @@ +# Copyright 2022-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit acct-group + +DESCRIPTION="Group for meta.sr.ht" + +ACCT_GROUP_ID=-1 diff --git a/acct-group/meta-srht/metadata.xml b/acct-group/meta-srht/metadata.xml new file mode 100644 index 0000000..97ba7c2 --- /dev/null +++ b/acct-group/meta-srht/metadata.xml @@ -0,0 +1,8 @@ + + + + + julien@jroy.ca + Julien Roy + + diff --git a/acct-group/srht/metadata.xml b/acct-group/srht/metadata.xml deleted file mode 100644 index 97ba7c2..0000000 --- a/acct-group/srht/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - julien@jroy.ca - Julien Roy - - diff --git a/acct-group/srht/srht-0.ebuild b/acct-group/srht/srht-0.ebuild deleted file mode 100644 index eb3679b..0000000 --- a/acct-group/srht/srht-0.ebuild +++ /dev/null @@ -1,10 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit acct-group - -DESCRIPTION="Group for sourcehut daemons" - -ACCT_GROUP_ID=-1 -- cgit v1.2.3