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/ftpproxy | |
parent | 814f4cf860e299a046b649eaee5463427984c09c (diff) |
gentoo resync : 12.07.2021
Diffstat (limited to 'acct-user/ftpproxy')
-rw-r--r-- | acct-user/ftpproxy/Manifest | 2 | ||||
-rw-r--r-- | acct-user/ftpproxy/ftpproxy-0.ebuild | 15 | ||||
-rw-r--r-- | acct-user/ftpproxy/metadata.xml | 12 |
3 files changed, 29 insertions, 0 deletions
diff --git a/acct-user/ftpproxy/Manifest b/acct-user/ftpproxy/Manifest new file mode 100644 index 000000000000..1b2051d59dc7 --- /dev/null +++ b/acct-user/ftpproxy/Manifest @@ -0,0 +1,2 @@ +EBUILD ftpproxy-0.ebuild 302 BLAKE2B eecdf448e319f6dd19ad56db601f9d273ca6ec4753347020d46b2217baaaae7657ad41f38b50bb44806cfcf2407272d01430c206d623f348dd5fc4732d5ea42d SHA512 108002fb6d5fb82f6ed42d08703e4a40219d0492c8f68513a0ab1306e717cb9b19ac830e7bcf929080eb6c6adbf78e3836e4eef893f2157513ef28b504d8d105 +MISC metadata.xml 392 BLAKE2B e755b788ff8fcf189e047533b9d70d63b047550560e308e44e8f67abd3ba02716fd89b4e712ea8c1eb80d633998bceec8c00540827ea46bc71f6ced4d8915b7c SHA512 db80ba52054c40d3bef4c4dded7495e81e55b443eeb330682dfeec4cfe6ecb91939e2049c4d0047f084dbb137ebd278307dff9ba0c89e3287fab563791e8ca8e diff --git a/acct-user/ftpproxy/ftpproxy-0.ebuild b/acct-user/ftpproxy/ftpproxy-0.ebuild new file mode 100644 index 000000000000..0a05768729d5 --- /dev/null +++ b/acct-user/ftpproxy/ftpproxy-0.ebuild @@ -0,0 +1,15 @@ +# 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 net-ftp/frox" + +ACCT_USER_GROUPS=( "ftpproxy" ) +ACCT_USER_HOME="/var/spool/frox" +ACCT_USER_HOME_PERMS="700" +ACCT_USER_ID="182" + +acct-user_add_deps diff --git a/acct-user/ftpproxy/metadata.xml b/acct-user/ftpproxy/metadata.xml new file mode 100644 index 000000000000..d4b5eca0ef68 --- /dev/null +++ b/acct-user/ftpproxy/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" proxied="yes"> + <email>kabel@blackhole.sk</email> + <name>Marek Behun</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> +</pkgmetadata> |