commit: 5eea6bb7dc6f5aad9dd1d3a02229ac184277cfa3 Author: Ralph Seichter <github <AT> seichter <DOT> de> AuthorDate: Mon Oct 7 23:45:00 2019 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Tue Oct 8 21:29:37 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5eea6bb7
acct-group/opendkim: new group 334 Signed-off-by: Ralph Seichter <github <AT> seichter.de> Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org> acct-group/opendkim/metadata.xml | 12 ++++++++++++ acct-group/opendkim/opendkim-0.ebuild | 9 +++++++++ 2 files changed, 21 insertions(+) diff --git a/acct-group/opendkim/metadata.xml b/acct-group/opendkim/metadata.xml new file mode 100644 index 00000000000..49274655a86 --- /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>[email protected]</email> + <name>Ralph Seichter</name> + </maintainer> + <maintainer type="person"> + <email>[email protected]</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 00000000000..6d253d453dd --- /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
