diff options
-rw-r--r-- | acct-group/smtpq/metadata.xml | 8 | ||||
-rw-r--r-- | acct-group/smtpq/smtpq-0.ebuild | 9 |
2 files changed, 17 insertions, 0 deletions
diff --git a/acct-group/smtpq/metadata.xml b/acct-group/smtpq/metadata.xml new file mode 100644 index 000000000000..915f00227065 --- /dev/null +++ b/acct-group/smtpq/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>zx2c4@gentoo.org</email> + <name>Jason A. Donenfeld</name> + </maintainer> +</pkgmetadata> diff --git a/acct-group/smtpq/smtpq-0.ebuild b/acct-group/smtpq/smtpq-0.ebuild new file mode 100644 index 000000000000..8797fef847fb --- /dev/null +++ b/acct-group/smtpq/smtpq-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="queue group for smtpd" +ACCT_GROUP_ID=252 |