Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: acct-group/git/
Date: Sun, 08 Sep 2019 09:21:53
Message-Id: 1567934502.fe4099ee780b8735c0a299390cf4c8bd1821e55b.mgorny@gentoo
1 commit: fe4099ee780b8735c0a299390cf4c8bd1821e55b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 17 06:11:56 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 8 09:21:42 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe4099ee
7
8 acct-group/git: Add git group, GID 196
9
10 Add 'git' group. UID 196 is used on Arch Linux for gitolite which
11 serves the same purpose as 'git' in Gentoo.
12
13 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
14
15 acct-group/git/git-0.ebuild | 8 ++++++++
16 acct-group/git/metadata.xml | 8 ++++++++
17 2 files changed, 16 insertions(+)
18
19 diff --git a/acct-group/git/git-0.ebuild b/acct-group/git/git-0.ebuild
20 new file mode 100644
21 index 00000000000..15d83cb050a
22 --- /dev/null
23 +++ b/acct-group/git/git-0.ebuild
24 @@ -0,0 +1,8 @@
25 +# Copyright 2019 Gentoo Authors
26 +# Distributed under the terms of the GNU General Public License v2
27 +
28 +EAPI=7
29 +
30 +inherit acct-group
31 +
32 +ACCT_GROUP_ID=196
33
34 diff --git a/acct-group/git/metadata.xml b/acct-group/git/metadata.xml
35 new file mode 100644
36 index 00000000000..0319eec4c8b
37 --- /dev/null
38 +++ b/acct-group/git/metadata.xml
39 @@ -0,0 +1,8 @@
40 +<?xml version="1.0" encoding="UTF-8"?>
41 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
42 +<pkgmetadata>
43 + <maintainer type="person">
44 + <email>mgorny@g.o</email>
45 + <name>Michał Górny</name>
46 + </maintainer>
47 +</pkgmetadata>