commit: 4434c84a102e3563a67d3634c685b53627e66b10 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Fri Jul 9 21:46:33 2021 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Fri Jul 9 22:36:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4434c84a
acct-group/nullmail: add group (88) for mail-mta/nullmailer Bug: https://bugs.gentoo.org/781320 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> acct-group/nullmail/metadata.xml | 8 ++++++++ acct-group/nullmail/nullmail-0.ebuild | 10 ++++++++++ 2 files changed, 18 insertions(+) diff --git a/acct-group/nullmail/metadata.xml b/acct-group/nullmail/metadata.xml new file mode 100644 index 00000000000..4073267daf2 --- /dev/null +++ b/acct-group/nullmail/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>[email protected]</email> + <name>Robin H. Johnson</name> + </maintainer> +</pkgmetadata> diff --git a/acct-group/nullmail/nullmail-0.ebuild b/acct-group/nullmail/nullmail-0.ebuild new file mode 100644 index 00000000000..24f773d248c --- /dev/null +++ b/acct-group/nullmail/nullmail-0.ebuild @@ -0,0 +1,10 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +DESCRIPTION="A group for the nullmailer" + +ACCT_GROUP_ID="88"
