commit: 67da5c89737ddddf0e4176362dae1e9b1f892197 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Sun Apr 11 16:06:50 2021 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sun Apr 11 16:26:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67da5c89
acct-group/havp: add group for net-proxy/havp Bug: https://bugs.gentoo.org/781464 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> acct-group/havp/havp-0.ebuild | 10 ++++++++++ acct-group/havp/metadata.xml | 5 +++++ 2 files changed, 15 insertions(+) diff --git a/acct-group/havp/havp-0.ebuild b/acct-group/havp/havp-0.ebuild new file mode 100644 index 00000000000..52ce5f9ab38 --- /dev/null +++ b/acct-group/havp/havp-0.ebuild @@ -0,0 +1,10 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +DESCRIPTION="Group for net-proxy/havp" + +ACCT_GROUP_ID="254" diff --git a/acct-group/havp/metadata.xml b/acct-group/havp/metadata.xml new file mode 100644 index 00000000000..7a38bb90096 --- /dev/null +++ b/acct-group/havp/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <!-- maintainer-needed --> +</pkgmetadata>
