commit: fe4099ee780b8735c0a299390cf4c8bd1821e55b Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Aug 17 06:11:56 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Sep 8 09:21:42 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe4099ee
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 <AT> gentoo.org> acct-group/git/git-0.ebuild | 8 ++++++++ acct-group/git/metadata.xml | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/acct-group/git/git-0.ebuild b/acct-group/git/git-0.ebuild new file mode 100644 index 00000000000..15d83cb050a --- /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 00000000000..0319eec4c8b --- /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>[email protected]</email> + <name>Michał Górny</name> + </maintainer> +</pkgmetadata>
