diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-08-17 08:11:56 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-09-08 11:21:42 +0200 |
commit | fe4099ee780b8735c0a299390cf4c8bd1821e55b (patch) | |
tree | d8fa5311e4cfaf03cd235b5a5d5758dc5fd5cf53 /acct-group | |
parent | acct-user.eclass: Document primary/supplementary groups (diff) | |
download | gentoo-fe4099ee780b8735c0a299390cf4c8bd1821e55b.tar.gz gentoo-fe4099ee780b8735c0a299390cf4c8bd1821e55b.tar.bz2 gentoo-fe4099ee780b8735c0a299390cf4c8bd1821e55b.zip |
acct-group/git: Add git group, GID 196
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 <mgorny@gentoo.org>
Diffstat (limited to 'acct-group')
-rw-r--r-- | acct-group/git/git-0.ebuild | 8 | ||||
-rw-r--r-- | acct-group/git/metadata.xml | 8 |
2 files changed, 16 insertions, 0 deletions
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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>mgorny@gentoo.org</email> + <name>Michał Górny</name> + </maintainer> +</pkgmetadata> |