From fe4099ee780b8735c0a299390cf4c8bd1821e55b Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 17 Aug 2019 08:11:56 +0200 Subject: acct-group/git: Add git group, GID 196 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add 'git' group. UID 196 is used on Arch Linux for gitolite which serves the same purpose as 'git' in Gentoo. Signed-off-by: Michał Górny --- acct-group/git/git-0.ebuild | 8 ++++++++ acct-group/git/metadata.xml | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 acct-group/git/git-0.ebuild create mode 100644 acct-group/git/metadata.xml (limited to 'acct-group/git') diff --git a/acct-group/git/git-0.ebuild b/acct-group/git/git-0.ebuild new file mode 100644 index 000000000000..15d83cb050a0 --- /dev/null +++ b/acct-group/git/git-0.ebuild @@ -0,0 +1,8 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +ACCT_GROUP_ID=196 diff --git a/acct-group/git/metadata.xml b/acct-group/git/metadata.xml new file mode 100644 index 000000000000..0319eec4c8be --- /dev/null +++ b/acct-group/git/metadata.xml @@ -0,0 +1,8 @@ + + + + + mgorny@gentoo.org + Michał Górny + + -- cgit v1.2.3-65-gdbad