diff options
Diffstat (limited to 'acct-group/opendkim')
-rw-r--r-- | acct-group/opendkim/metadata.xml | 12 | ||||
-rw-r--r-- | acct-group/opendkim/opendkim-0.ebuild | 9 |
2 files changed, 21 insertions, 0 deletions
diff --git a/acct-group/opendkim/metadata.xml b/acct-group/opendkim/metadata.xml new file mode 100644 index 000000000000..49274655a860 --- /dev/null +++ b/acct-group/opendkim/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>gentoo@seichter.de</email> + <name>Ralph Seichter</name> + </maintainer> + <maintainer type="person"> + <email>mjo@gentoo.org</email> + <name>Michael Orlitzky</name> + </maintainer> +</pkgmetadata> diff --git a/acct-group/opendkim/opendkim-0.ebuild b/acct-group/opendkim/opendkim-0.ebuild new file mode 100644 index 000000000000..6d253d453dd5 --- /dev/null +++ b/acct-group/opendkim/opendkim-0.ebuild @@ -0,0 +1,9 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +DESCRIPTION="Group for OpenDKIM" +ACCT_GROUP_ID=334 |