Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: acct-group/lxc/
Date: Thu, 14 Jan 2021 03:39:22
Message-Id: 1610595404.b54b2d4d51b12749d3d05293e17481cecd1e2a9a.juippis@gentoo
1 commit: b54b2d4d51b12749d3d05293e17481cecd1e2a9a
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 14 03:33:26 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 14 03:36:44 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b54b2d4d
7
8 acct-group/lxc: 358 GID, new group
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 acct-group/lxc/lxc-0.ebuild | 9 +++++++++
13 acct-group/lxc/metadata.xml | 8 ++++++++
14 2 files changed, 17 insertions(+)
15
16 diff --git a/acct-group/lxc/lxc-0.ebuild b/acct-group/lxc/lxc-0.ebuild
17 new file mode 100644
18 index 00000000000..5d0fe836d34
19 --- /dev/null
20 +++ b/acct-group/lxc/lxc-0.ebuild
21 @@ -0,0 +1,9 @@
22 +# Copyright 2021 Gentoo Authors
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=7
26 +
27 +inherit acct-group
28 +
29 +ACCT_GROUP_ID=358
30 +DESCRIPTION="Group for app-emulation/lxc"
31
32 diff --git a/acct-group/lxc/metadata.xml b/acct-group/lxc/metadata.xml
33 new file mode 100644
34 index 00000000000..36289aa361c
35 --- /dev/null
36 +++ b/acct-group/lxc/metadata.xml
37 @@ -0,0 +1,8 @@
38 +<?xml version="1.0" encoding="UTF-8"?>
39 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
40 +<pkgmetadata>
41 + <maintainer type="project">
42 + <email>virtualization@g.o</email>
43 + <name>Gentoo Virtualization Project</name>
44 + </maintainer>
45 +</pkgmetadata>