summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2021-07-09 23:46:33 +0200
committerConrad Kostecki <conikost@gentoo.org>2021-07-10 00:36:31 +0200
commit4434c84a102e3563a67d3634c685b53627e66b10 (patch)
tree2ee85dd090380fc5d62dab5e1096a0d66ba72516 /acct-group/nullmail
parentapp-admin/cancd: drop old version (diff)
downloadgentoo-4434c84a102e3563a67d3634c685b53627e66b10.tar.gz
gentoo-4434c84a102e3563a67d3634c685b53627e66b10.tar.bz2
gentoo-4434c84a102e3563a67d3634c685b53627e66b10.zip
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@gentoo.org>
Diffstat (limited to 'acct-group/nullmail')
-rw-r--r--acct-group/nullmail/metadata.xml8
-rw-r--r--acct-group/nullmail/nullmail-0.ebuild10
2 files changed, 18 insertions, 0 deletions
diff --git a/acct-group/nullmail/metadata.xml b/acct-group/nullmail/metadata.xml
new file mode 100644
index 000000000000..4073267daf2a
--- /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>robbat2@gentoo.org</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 000000000000..24f773d248c5
--- /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"