acct-group/git: Add git group, GID 196
authorMichał Górny <mgorny@gentoo.org>
Sat, 17 Aug 2019 06:11:56 +0000 (08:11 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 8 Sep 2019 09:21:42 +0000 (11:21 +0200)
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>
acct-group/git/git-0.ebuild [new file with mode: 0644]
acct-group/git/metadata.xml [new file with mode: 0644]

diff --git a/acct-group/git/git-0.ebuild b/acct-group/git/git-0.ebuild
new file mode 100644 (file)
index 0000000..15d83cb
--- /dev/null
@@ -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 (file)
index 0000000..0319eec
--- /dev/null
@@ -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>