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