diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-07-12 08:41:54 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-07-12 08:41:54 +0100 |
commit | 4df3bf9762850b34cd1ead5c80374d1a0fc3362e (patch) | |
tree | 3080c5cb7ad17abcb63776a9f21c4947845546a6 /acct-user/postfwd | |
parent | 814f4cf860e299a046b649eaee5463427984c09c (diff) |
gentoo resync : 12.07.2021
Diffstat (limited to 'acct-user/postfwd')
-rw-r--r-- | acct-user/postfwd/Manifest | 2 | ||||
-rw-r--r-- | acct-user/postfwd/metadata.xml | 16 | ||||
-rw-r--r-- | acct-user/postfwd/postfwd-0.ebuild | 13 |
3 files changed, 31 insertions, 0 deletions
diff --git a/acct-user/postfwd/Manifest b/acct-user/postfwd/Manifest new file mode 100644 index 000000000000..09d1e8be16f1 --- /dev/null +++ b/acct-user/postfwd/Manifest @@ -0,0 +1,2 @@ +EBUILD postfwd-0.ebuild 248 BLAKE2B f84198c5e9e4255af1b81ae85fb3f8d72c6c1d15e0c820d3ab8c2c9c9867392a88b6148f64b8d8b32dad7a092d1428dc010db8378eedca1ce7cbd999ddfcc1b2 SHA512 142f32020bcd43806aeaf141577c864943b787b5ee2f25b1ee4d4cb3eed19d71f25660e98354cafffcabc2077e61cefd8ee45e9437f5395eee6dc24d28d3a4e6 +MISC metadata.xml 505 BLAKE2B 74f6dd63edd85af462b3fd9da502b610cc7a2ea379521561bc2df23d37ea21b2cc00ea8dadc8bf115f54065ee6cf8188e44cfe8ce4f5ae0bd245adcd0104bdbe SHA512 db41c6d8bd242d187f1d3994c40e913755a56f39625ced7b54745d87324006392becb8eaaa80d0cfa1c5f6d5b0738c97b15a2b790ab7f4a3ac34230565f16489 diff --git a/acct-user/postfwd/metadata.xml b/acct-user/postfwd/metadata.xml new file mode 100644 index 000000000000..758292245aa4 --- /dev/null +++ b/acct-user/postfwd/metadata.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person" proxied="yes"> + <email>c@roessner.co</email> + <name>Christian Roessner</name> + </maintainer> + <maintainer type="person"> + <email>mschiff@gentoo.org</email> + <name>Marc Schiffbauer</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> +</pkgmetadata> diff --git a/acct-user/postfwd/postfwd-0.ebuild b/acct-user/postfwd/postfwd-0.ebuild new file mode 100644 index 000000000000..ba5ad6136dfa --- /dev/null +++ b/acct-user/postfwd/postfwd-0.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="A user for mail-filter/postfwd" + +ACCT_USER_GROUPS=( "postfwd" ) +ACCT_USER_ID="189" + +acct-user_add_deps |