commit: a9fedde1ebf5d74e865b14ced8daccce5b1a65b0 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Sun Nov 15 15:59:24 2020 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Sun Nov 15 16:32:56 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9fedde1
acct-group/ipsec: new group for net-vpn/strongswan, GID 199 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org> acct-group/ipsec/ipsec-0.ebuild | 10 ++++++++++ acct-group/ipsec/metadata.xml | 7 +++++++ 2 files changed, 17 insertions(+) diff --git a/acct-group/ipsec/ipsec-0.ebuild b/acct-group/ipsec/ipsec-0.ebuild new file mode 100644 index 00000000000..f638e9e23a1 --- /dev/null +++ b/acct-group/ipsec/ipsec-0.ebuild @@ -0,0 +1,10 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +DESCRIPTION="ipsec (strongswan) program group" + +ACCT_GROUP_ID=391 diff --git a/acct-group/ipsec/metadata.xml b/acct-group/ipsec/metadata.xml new file mode 100644 index 00000000000..8c5a5301197 --- /dev/null +++ b/acct-group/ipsec/metadata.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>[email protected]</email> + </maintainer> +</pkgmetadata>
