diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-02-05 18:44:56 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-02-05 18:44:56 +0000 |
commit | 29aabba0ea759c6a2864ff5631735b67ee38e5e0 (patch) | |
tree | ab466b4dfa7abecb401b2f8039d08af4689306bb /acct-group/smtpd | |
parent | d42200bec37eef2a7478d88988ff00addd0a9202 (diff) |
gentoo resync : 05.02.2020
Diffstat (limited to 'acct-group/smtpd')
-rw-r--r-- | acct-group/smtpd/Manifest | 2 | ||||
-rw-r--r-- | acct-group/smtpd/metadata.xml | 8 | ||||
-rw-r--r-- | acct-group/smtpd/smtpd-0.ebuild | 9 |
3 files changed, 19 insertions, 0 deletions
diff --git a/acct-group/smtpd/Manifest b/acct-group/smtpd/Manifest new file mode 100644 index 000000000000..6fbdaeb54ed9 --- /dev/null +++ b/acct-group/smtpd/Manifest @@ -0,0 +1,2 @@ +EBUILD smtpd-0.ebuild 182 BLAKE2B 9672093f68123084b19669cb5f5d0b6805211245059ba3c0f2745e8ed9a028a517740cb8a6672b11865a606400411d6d823fa67a73cfa54b6c9343db7f655804 SHA512 4cb094e58b3413fb8103b85993958d5a66c8bb6c60b06e882ff222d71fde026da94acf4722ee5c352d9de2634259341a64e3ad9320f7a3aa9d70b0877bc16add +MISC metadata.xml 250 BLAKE2B 3c6a58190f2680dd7f7e4afd9e6abfedc7e36181b1a8d7fa9710e08c805ef85988e4a156221c61fc71c36f8e84113537b70a8f144e0764e7704f7dd074af8172 SHA512 d2115b154bf731eac11fd7b96a95baa2467cb660371f7a3dc7a7a77cf4a6cf992b97c5353f184010eac1d37cdfffa6c5d9ec35d82e171f0fad5086767d0173a5 diff --git a/acct-group/smtpd/metadata.xml b/acct-group/smtpd/metadata.xml new file mode 100644 index 000000000000..915f00227065 --- /dev/null +++ b/acct-group/smtpd/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/smtpd/smtpd-0.ebuild b/acct-group/smtpd/smtpd-0.ebuild new file mode 100644 index 000000000000..b09abd76d858 --- /dev/null +++ b/acct-group/smtpd/smtpd-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="daemon group for smtpd" +ACCT_GROUP_ID=25 |