Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: acct-group/fetchmail/
Date: Wed, 01 Jan 2020 18:19:56
Message-Id: 1577902786.d28c5d9aec481efead8a7715a75d58402853ac63.voyageur@gentoo
1 commit: d28c5d9aec481efead8a7715a75d58402853ac63
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 1 18:12:25 2020 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 1 18:19:46 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d28c5d9a
7
8 acct-group/fetchmail: new group for net-mail/fetchmail, GID 124
9
10 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
11
12 acct-group/fetchmail/fetchmail-0.ebuild | 9 +++++++++
13 acct-group/fetchmail/metadata.xml | 8 ++++++++
14 2 files changed, 17 insertions(+)
15
16 diff --git a/acct-group/fetchmail/fetchmail-0.ebuild b/acct-group/fetchmail/fetchmail-0.ebuild
17 new file mode 100644
18 index 00000000000..03f13d37300
19 --- /dev/null
20 +++ b/acct-group/fetchmail/fetchmail-0.ebuild
21 @@ -0,0 +1,9 @@
22 +# Copyright 2020 Gentoo Authors
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=7
26 +
27 +inherit acct-group
28 +
29 +DESCRIPTION="Group for net-mail/fetchmail"
30 +ACCT_GROUP_ID=124
31
32 diff --git a/acct-group/fetchmail/metadata.xml b/acct-group/fetchmail/metadata.xml
33 new file mode 100644
34 index 00000000000..e7a96b9df4e
35 --- /dev/null
36 +++ b/acct-group/fetchmail/metadata.xml
37 @@ -0,0 +1,8 @@
38 +<?xml version="1.0" encoding="UTF-8"?>
39 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
40 +<pkgmetadata>
41 +<maintainer type="person">
42 + <email>voyageur@g.o</email>
43 + <name>Bernard Cafarelli</name>
44 +</maintainer>
45 +</pkgmetadata>