Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: acct-group/smmsp/, acct-user/smmsp/
Date: Mon, 17 Aug 2020 03:07:02
Message-Id: 1597633600.ba0dd542dff82af130f1fd0a60444257e18eb20e.bman@gentoo
1 commit: ba0dd542dff82af130f1fd0a60444257e18eb20e
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 17 01:50:07 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 17 03:06:40 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba0dd542
7
8 acct-{group,user}/smmsp: add groups for mail-mta/sendmail
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 acct-group/smmsp/metadata.xml | 5 +++++
13 acct-group/smmsp/smmsp-0.ebuild | 8 ++++++++
14 acct-user/smmsp/metadata.xml | 5 +++++
15 acct-user/smmsp/smmsp-0.ebuild | 12 ++++++++++++
16 4 files changed, 30 insertions(+)
17
18 diff --git a/acct-group/smmsp/metadata.xml b/acct-group/smmsp/metadata.xml
19 new file mode 100644
20 index 00000000000..7a38bb90096
21 --- /dev/null
22 +++ b/acct-group/smmsp/metadata.xml
23 @@ -0,0 +1,5 @@
24 +<?xml version="1.0" encoding="UTF-8"?>
25 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
26 +<pkgmetadata>
27 + <!-- maintainer-needed -->
28 +</pkgmetadata>
29
30 diff --git a/acct-group/smmsp/smmsp-0.ebuild b/acct-group/smmsp/smmsp-0.ebuild
31 new file mode 100644
32 index 00000000000..8e082171329
33 --- /dev/null
34 +++ b/acct-group/smmsp/smmsp-0.ebuild
35 @@ -0,0 +1,8 @@
36 +# Copyright 2020 Gentoo Authors
37 +# Distributed under the terms of the GNU General Public License v2
38 +
39 +EAPI=7
40 +
41 +inherit acct-group
42 +
43 +ACCT_GROUP_ID=209
44
45 diff --git a/acct-user/smmsp/metadata.xml b/acct-user/smmsp/metadata.xml
46 new file mode 100644
47 index 00000000000..7a38bb90096
48 --- /dev/null
49 +++ b/acct-user/smmsp/metadata.xml
50 @@ -0,0 +1,5 @@
51 +<?xml version="1.0" encoding="UTF-8"?>
52 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
53 +<pkgmetadata>
54 + <!-- maintainer-needed -->
55 +</pkgmetadata>
56
57 diff --git a/acct-user/smmsp/smmsp-0.ebuild b/acct-user/smmsp/smmsp-0.ebuild
58 new file mode 100644
59 index 00000000000..93ed467d151
60 --- /dev/null
61 +++ b/acct-user/smmsp/smmsp-0.ebuild
62 @@ -0,0 +1,12 @@
63 +# Copyright 2020 Gentoo Authors
64 +# Distributed under the terms of the GNU General Public License v2
65 +
66 +EAPI=7
67 +
68 +inherit acct-user
69 +
70 +DESCRIPTION="user for sendmail daemon"
71 +ACCT_USER_ID=209
72 +ACCT_USER_GROUPS=( mail )
73 +
74 +acct-user_add_deps