public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] [PATCH 1/5] acct-group/git: Add git group, GID 196
@ 2019-08-17  7:06 Michał Górny
  2019-08-17  7:06 ` [gentoo-dev] [PATCH 2/5] acct-user/git: Add git user, UID 196 Michał Górny
                   ` (4 more replies)
  0 siblings, 5 replies; 17+ messages in thread
From: Michał Górny @ 2019-08-17  7:06 UTC (permalink / raw
  To: gentoo-dev; +Cc: xdch47, nemunaire, idl0r, Michał Górny

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 | 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

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>
-- 
2.23.0.rc2



^ permalink raw reply related	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2019-09-08  9:24 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-17  7:06 [gentoo-dev] [PATCH 1/5] acct-group/git: Add git group, GID 196 Michał Górny
2019-08-17  7:06 ` [gentoo-dev] [PATCH 2/5] acct-user/git: Add git user, UID 196 Michał Górny
2019-08-17  7:06 ` [gentoo-dev] [PATCH 3/5] www-apps/gitea: Use acct-{group,user}/git Michał Górny
2019-08-17  8:52   ` Ulrich Mueller
2019-08-17  8:54     ` Michał Górny
2019-08-17 13:42       ` Michael Orlitzky
2019-08-17 20:43         ` Michał Górny
2019-08-17 21:29           ` Michael Orlitzky
2019-09-01  5:54             ` Michał Górny
2019-08-17  7:06 ` [gentoo-dev] [PATCH 4/5] dev-vcs/gitolite: " Michał Górny
2019-08-17  7:06 ` [gentoo-dev] [PATCH 5/5] dev-vcs/gitolite-gentoo: " Michał Górny
2019-08-17 20:48 ` [gentoo-dev] [PATCH v2 1/5] acct-group/git: Add git group, GID 196 Michał Górny
2019-08-17 20:48   ` [gentoo-dev] [PATCH v2 2/5] acct-user/git: Add git user, UID 196 Michał Górny
2019-08-17 20:48   ` [gentoo-dev] [PATCH v2 3/5] www-apps/gitea: Use acct-{group,user}/git Michał Górny
2019-08-17 20:48   ` [gentoo-dev] [PATCH v2 4/5] dev-vcs/gitolite: " Michał Górny
2019-08-17 20:48   ` [gentoo-dev] [PATCH v2 5/5] dev-vcs/gitolite-gentoo: " Michał Górny
2019-09-08  9:24   ` [gentoo-dev] [PATCH v2 1/5] acct-group/git: Add git group, GID 196 Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox