diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2019-12-17 10:07:44 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2019-12-17 10:07:44 -0500 |
commit | abb2adc509b119b3d7b56980d40c7fb382af0132 (patch) | |
tree | bf5e02a2b628f108796a281439449e239c14a646 /acct-user/stunnel | |
parent | acct-group/stunnel: New group for net-misc/stunnel (GID 341) (diff) | |
download | gentoo-abb2adc509b119b3d7b56980d40c7fb382af0132.tar.gz gentoo-abb2adc509b119b3d7b56980d40c7fb382af0132.tar.bz2 gentoo-abb2adc509b119b3d7b56980d40c7fb382af0132.zip |
acct-user/stunnel: New user for net-misc/stunnel (GID 341)
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'acct-user/stunnel')
-rw-r--r-- | acct-user/stunnel/metadata.xml | 8 | ||||
-rw-r--r-- | acct-user/stunnel/stunnel-0.ebuild | 12 |
2 files changed, 20 insertions, 0 deletions
diff --git a/acct-user/stunnel/metadata.xml b/acct-user/stunnel/metadata.xml new file mode 100644 index 000000000000..d920e3ba3e56 --- /dev/null +++ b/acct-user/stunnel/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>blueness@gentoo.org</email> + <name>Anthony G. Basile</name> + </maintainer> +</pkgmetadata> diff --git a/acct-user/stunnel/stunnel-0.ebuild b/acct-user/stunnel/stunnel-0.ebuild new file mode 100644 index 000000000000..e50cafbf3bbc --- /dev/null +++ b/acct-user/stunnel/stunnel-0.ebuild @@ -0,0 +1,12 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="user for stunnel" +ACCT_USER_ID=341 +ACCT_USER_GROUPS=( stunnel ) + +acct-user_add_deps |