diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-01-15 15:51:32 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-01-15 15:51:32 +0000 |
commit | 21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch) | |
tree | e1810a4b135afce04b34862ef0fab2bfaeb8aeca /acct-user/fetchmail | |
parent | 7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff) |
gentoo resync : 15.01.2020
Diffstat (limited to 'acct-user/fetchmail')
-rw-r--r-- | acct-user/fetchmail/Manifest | 2 | ||||
-rw-r--r-- | acct-user/fetchmail/fetchmail-0.ebuild | 14 | ||||
-rw-r--r-- | acct-user/fetchmail/metadata.xml | 8 |
3 files changed, 24 insertions, 0 deletions
diff --git a/acct-user/fetchmail/Manifest b/acct-user/fetchmail/Manifest new file mode 100644 index 000000000000..7aa4a7915288 --- /dev/null +++ b/acct-user/fetchmail/Manifest @@ -0,0 +1,2 @@ +EBUILD fetchmail-0.ebuild 299 BLAKE2B 7dda94866ad9d62b4a4fe10dec063a7d9742aab57cdec43eb74d87614120d5be10da2e1ab108b5391089f3f80723e88db9cbd60c3a153912ac74fd40a04769d9 SHA512 bcf1e9f2a72db92848db54a203b01d2bcd641748c3ed5874a41e2d897a434eaaf38685bcbef7d3c6e67fa532d9bc4d27e9806e7d5a567e05e8263ae0b712e3b3 +MISC metadata.xml 248 BLAKE2B 3bcf0ee104a13db738bdf65e81d29625755b774b02b80f25f9d3dc69527dcc7b866ebcc3816066aefe754b833106ac31a789ced1559af40f9f3fe674798eec75 SHA512 7c4fcd1eada270e859ab889e58c5c2cbe8359bc9cb90351c7245e2d211f8f62b5e27f355d2e311bf763062ad2ac9e885ac7f0c093bda0d20964bf67f6b712ed4 diff --git a/acct-user/fetchmail/fetchmail-0.ebuild b/acct-user/fetchmail/fetchmail-0.ebuild new file mode 100644 index 000000000000..306170f9841a --- /dev/null +++ b/acct-user/fetchmail/fetchmail-0.ebuild @@ -0,0 +1,14 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="User for net-mail/fetchmail" +ACCT_USER_ID=124 +ACCT_USER_GROUPS=( fetchmail ) +ACCT_USER_HOME="/var/lib/fetchmail" +ACCT_USER_HOME_PERMS=0700 + +acct-user_add_deps diff --git a/acct-user/fetchmail/metadata.xml b/acct-user/fetchmail/metadata.xml new file mode 100644 index 000000000000..e7a96b9df4ec --- /dev/null +++ b/acct-user/fetchmail/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>voyageur@gentoo.org</email> + <name>Bernard Cafarelli</name> +</maintainer> +</pkgmetadata> |