diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-10-13 22:00:32 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-10-13 22:00:32 +0100 |
commit | ab499d7cfb9ad23e83cf7a4f5052bdf1b4c42030 (patch) | |
tree | 2fa77fd80cb0e85ab3e48e6a0558cd3a52ee04c3 /acct-group/opendkim | |
parent | 5a165c60b9b8c4847067cb83b4be7da785d01f93 (diff) |
gentoo resync : 13.10.2019
Diffstat (limited to 'acct-group/opendkim')
-rw-r--r-- | acct-group/opendkim/Manifest | 2 | ||||
-rw-r--r-- | acct-group/opendkim/metadata.xml | 12 | ||||
-rw-r--r-- | acct-group/opendkim/opendkim-0.ebuild | 9 |
3 files changed, 23 insertions, 0 deletions
diff --git a/acct-group/opendkim/Manifest b/acct-group/opendkim/Manifest new file mode 100644 index 000000000000..ee0ba8abc709 --- /dev/null +++ b/acct-group/opendkim/Manifest @@ -0,0 +1,2 @@ +EBUILD opendkim-0.ebuild 179 BLAKE2B 4f4d30a2e4b631c22fc0be6e66a5cebeb35b42e970ebc329bae530e8566fe06388a7d1378db79b66bf0ee54016f3246c466654024705ff7c37cc13295bd9e6c2 SHA512 7e2f700316c3ef11f04773fcf9fbcb85c59f28ca5df598588e71b3f483e3df2ee38119d7265b6662aebd2623e46d6a11c0530a396722d679a2fbf40df8022986 +MISC metadata.xml 355 BLAKE2B 5e3838161d4f925e539a0f45d59ffcf03a1ad78f0ca3febe415b3ee1a4308038af6b0912efbdba4d0cadde5bc68dbb0cdbe48f9cb9733454f28771a4a657c5cc SHA512 c3929342f23009641741f498ec0f5c6931b9f964f871b94722c872a5bbf0a15800f9c79e8186b021f2455980efa02996c37d42da1777daae4bac2e1abf6f8087 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 |