diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2020-01-01 19:12:25 +0100 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2020-01-01 19:19:46 +0100 |
commit | d28c5d9aec481efead8a7715a75d58402853ac63 (patch) | |
tree | 982bbd3613472da70b24cc231639064fdd4406f7 | |
parent | media-sound/clementine: Removed old (diff) | |
download | gentoo-d28c5d9aec481efead8a7715a75d58402853ac63.tar.gz gentoo-d28c5d9aec481efead8a7715a75d58402853ac63.tar.bz2 gentoo-d28c5d9aec481efead8a7715a75d58402853ac63.zip |
acct-group/fetchmail: new group for net-mail/fetchmail, GID 124
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
-rw-r--r-- | acct-group/fetchmail/fetchmail-0.ebuild | 9 | ||||
-rw-r--r-- | acct-group/fetchmail/metadata.xml | 8 |
2 files changed, 17 insertions, 0 deletions
diff --git a/acct-group/fetchmail/fetchmail-0.ebuild b/acct-group/fetchmail/fetchmail-0.ebuild new file mode 100644 index 000000000000..03f13d37300d --- /dev/null +++ b/acct-group/fetchmail/fetchmail-0.ebuild @@ -0,0 +1,9 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +DESCRIPTION="Group for net-mail/fetchmail" +ACCT_GROUP_ID=124 diff --git a/acct-group/fetchmail/metadata.xml b/acct-group/fetchmail/metadata.xml new file mode 100644 index 000000000000..e7a96b9df4ec --- /dev/null +++ b/acct-group/fetchmail/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer type="person"> + <email>voyageur@gentoo.org</email> + <name>Bernard Cafarelli</name> +</maintainer> +</pkgmetadata> |