Gentoo Archives: gentoo-commits

From: Eray Aslan <eras@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: acct-group/dovenull/
Date: Thu, 10 Oct 2019 10:57:25
Message-Id: 1570704624.d388c7a92742cf54bf1ceba2bb62c375d4340dc1.eras@gentoo
1 commit: d388c7a92742cf54bf1ceba2bb62c375d4340dc1
2 Author: Eray Aslan <eras <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 10 10:50:24 2019 +0000
4 Commit: Eray Aslan <eras <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 10 10:50:24 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d388c7a9
7
8 acct-group/dovenull: add dovenull group (GID=74)
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.17
11 RepoMan-Options: --force
12 Signed-off-by: Eray Aslan <eras <AT> gentoo.org>
13
14 acct-group/dovenull/dovenull-0.ebuild | 8 ++++++++
15 acct-group/dovenull/metadata.xml | 8 ++++++++
16 2 files changed, 16 insertions(+)
17
18 diff --git a/acct-group/dovenull/dovenull-0.ebuild b/acct-group/dovenull/dovenull-0.ebuild
19 new file mode 100644
20 index 00000000000..5607ab437b5
21 --- /dev/null
22 +++ b/acct-group/dovenull/dovenull-0.ebuild
23 @@ -0,0 +1,8 @@
24 +# Copyright 2019 Gentoo Authors
25 +# Distributed under the terms of the GNU General Public License v2
26 +
27 +EAPI=7
28 +
29 +inherit acct-group
30 +
31 +ACCT_GROUP_ID=74
32
33 diff --git a/acct-group/dovenull/metadata.xml b/acct-group/dovenull/metadata.xml
34 new file mode 100644
35 index 00000000000..e6f3bf582ab
36 --- /dev/null
37 +++ b/acct-group/dovenull/metadata.xml
38 @@ -0,0 +1,8 @@
39 +<?xml version="1.0" encoding="UTF-8"?>
40 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
41 +<pkgmetadata>
42 + <maintainer type="person">
43 + <email>eras@g.o</email>
44 + <name>Eray Aslan</name>
45 + </maintainer>
46 +</pkgmetadata>