commit: 0115c9fadca344f95f4c08c3eeb973c976784104 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Thu Oct 29 22:21:30 2020 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Thu Oct 29 22:24:42 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0115c9fa
acct-group/xpra: Add GID for x11-wm/xpra Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> acct-group/xpra/metadata.xml | 16 ++++++++++++++++ acct-group/xpra/xpra-0.ebuild | 9 +++++++++ 2 files changed, 25 insertions(+) diff --git a/acct-group/xpra/metadata.xml b/acct-group/xpra/metadata.xml new file mode 100644 index 00000000000..fb96156f6f8 --- /dev/null +++ b/acct-group/xpra/metadata.xml @@ -0,0 +1,16 @@ +<?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> + <name>Andreas K. Huettel</name> +</maintainer> +<maintainer type="person"> + <email>[email protected]</email> + <name>Benda Xu</name> +</maintainer> +<maintainer type="person"> + <email>[email protected]</email> + <name>Alexey Shvetsov</name> +</maintainer> +</pkgmetadata> diff --git a/acct-group/xpra/xpra-0.ebuild b/acct-group/xpra/xpra-0.ebuild new file mode 100644 index 00000000000..282cee0f575 --- /dev/null +++ b/acct-group/xpra/xpra-0.ebuild @@ -0,0 +1,9 @@ +# Copyright 2019-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +DESCRIPTION="group for x11-wm/xpra" +ACCT_GROUP_ID=462
