Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: acct-group/nullmail/
Date: Fri, 09 Jul 2021 22:36:59
Message-Id: 1625870191.4434c84a102e3563a67d3634c685b53627e66b10.conikost@gentoo
1 commit: 4434c84a102e3563a67d3634c685b53627e66b10
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 9 21:46:33 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 9 22:36:31 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4434c84a
7
8 acct-group/nullmail: add group (88) for mail-mta/nullmailer
9
10 Bug: https://bugs.gentoo.org/781320
11 Package-Manager: Portage-3.0.20, Repoman-3.0.3
12 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
13
14 acct-group/nullmail/metadata.xml | 8 ++++++++
15 acct-group/nullmail/nullmail-0.ebuild | 10 ++++++++++
16 2 files changed, 18 insertions(+)
17
18 diff --git a/acct-group/nullmail/metadata.xml b/acct-group/nullmail/metadata.xml
19 new file mode 100644
20 index 00000000000..4073267daf2
21 --- /dev/null
22 +++ b/acct-group/nullmail/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>robbat2@g.o</email>
29 + <name>Robin H. Johnson</name>
30 + </maintainer>
31 +</pkgmetadata>
32
33 diff --git a/acct-group/nullmail/nullmail-0.ebuild b/acct-group/nullmail/nullmail-0.ebuild
34 new file mode 100644
35 index 00000000000..24f773d248c
36 --- /dev/null
37 +++ b/acct-group/nullmail/nullmail-0.ebuild
38 @@ -0,0 +1,10 @@
39 +# Copyright 1999-2021 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 +DESCRIPTION="A group for the nullmailer"
47 +
48 +ACCT_GROUP_ID="88"