diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2019-12-17 10:05:10 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2019-12-17 10:05:10 -0500 |
commit | c5f3a2a55b6e9bb679a592b6d710e21bebfbc51e (patch) | |
tree | 9016c21c4fb9024f255ca0f5f45612bff5df6c5a /acct-group/stunnel | |
parent | sys-libs/uclibc-ng: remove unused patch (diff) | |
download | gentoo-c5f3a2a55b6e9bb679a592b6d710e21bebfbc51e.tar.gz gentoo-c5f3a2a55b6e9bb679a592b6d710e21bebfbc51e.tar.bz2 gentoo-c5f3a2a55b6e9bb679a592b6d710e21bebfbc51e.zip |
acct-group/stunnel: New group for net-misc/stunnel (GID 341)
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'acct-group/stunnel')
-rw-r--r-- | acct-group/stunnel/metadata.xml | 8 | ||||
-rw-r--r-- | acct-group/stunnel/stunnel-0.ebuild | 9 |
2 files changed, 17 insertions, 0 deletions
diff --git a/acct-group/stunnel/metadata.xml b/acct-group/stunnel/metadata.xml new file mode 100644 index 000000000000..d920e3ba3e56 --- /dev/null +++ b/acct-group/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-group/stunnel/stunnel-0.ebuild b/acct-group/stunnel/stunnel-0.ebuild new file mode 100644 index 000000000000..6d8b1682ebd7 --- /dev/null +++ b/acct-group/stunnel/stunnel-0.ebuild @@ -0,0 +1,9 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +DESCRIPTION="group for stunnel" +ACCT_GROUP_ID=341 |