commit: b54b2d4d51b12749d3d05293e17481cecd1e2a9a Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Thu Jan 14 03:33:26 2021 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Thu Jan 14 03:36:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b54b2d4d
acct-group/lxc: 358 GID, new group Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> acct-group/lxc/lxc-0.ebuild | 9 +++++++++ acct-group/lxc/metadata.xml | 8 ++++++++ 2 files changed, 17 insertions(+) diff --git a/acct-group/lxc/lxc-0.ebuild b/acct-group/lxc/lxc-0.ebuild new file mode 100644 index 00000000000..5d0fe836d34 --- /dev/null +++ b/acct-group/lxc/lxc-0.ebuild @@ -0,0 +1,9 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +ACCT_GROUP_ID=358 +DESCRIPTION="Group for app-emulation/lxc" diff --git a/acct-group/lxc/metadata.xml b/acct-group/lxc/metadata.xml new file mode 100644 index 00000000000..36289aa361c --- /dev/null +++ b/acct-group/lxc/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="project"> + <email>[email protected]</email> + <name>Gentoo Virtualization Project</name> + </maintainer> +</pkgmetadata>
