commit: e500f82087c74d722804f62c8be72acbb41e30f5 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Sun Jul 11 19:32:32 2021 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sun Jul 11 20:02:49 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e500f820
acct-group/act: add group (176) for net-misc/stargazer Bug: https://bugs.gentoo.org/781440 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> acct-group/stg/metadata.xml | 12 ++++++++++++ acct-group/stg/stg-0.ebuild | 10 ++++++++++ 2 files changed, 22 insertions(+) diff --git a/acct-group/stg/metadata.xml b/acct-group/stg/metadata.xml new file mode 100644 index 00000000000..0002e1a5676 --- /dev/null +++ b/acct-group/stg/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>[email protected]</email> + <name>Vladimir Pavljuchenkov</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>[email protected]</email> + <name>Proxy Maintainers</name> + </maintainer> +</pkgmetadata> diff --git a/acct-group/stg/stg-0.ebuild b/acct-group/stg/stg-0.ebuild new file mode 100644 index 00000000000..cd405cbaf85 --- /dev/null +++ b/acct-group/stg/stg-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="A group for net-misc/stargazer" + +ACCT_GROUP_ID="176"
