Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: acct-group/plugdev/
Date: Fri, 13 Sep 2019 12:58:57
Message-Id: 1568378547.0611a4530a57e89d274bc77b52ee61d3c41dac9d.mgorny@gentoo
1 commit: 0611a4530a57e89d274bc77b52ee61d3c41dac9d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 31 18:31:42 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 13 12:42:27 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0611a453
7
8 acct-group/plugdev: Introduce new group (GID 272)
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 acct-group/plugdev/metadata.xml | 8 ++++++++
13 acct-group/plugdev/plugdev-0.ebuild | 9 +++++++++
14 2 files changed, 17 insertions(+)
15
16 diff --git a/acct-group/plugdev/metadata.xml b/acct-group/plugdev/metadata.xml
17 new file mode 100644
18 index 00000000000..0319eec4c8b
19 --- /dev/null
20 +++ b/acct-group/plugdev/metadata.xml
21 @@ -0,0 +1,8 @@
22 +<?xml version="1.0" encoding="UTF-8"?>
23 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
24 +<pkgmetadata>
25 + <maintainer type="person">
26 + <email>mgorny@g.o</email>
27 + <name>Michał Górny</name>
28 + </maintainer>
29 +</pkgmetadata>
30
31 diff --git a/acct-group/plugdev/plugdev-0.ebuild b/acct-group/plugdev/plugdev-0.ebuild
32 new file mode 100644
33 index 00000000000..14c2c876eed
34 --- /dev/null
35 +++ b/acct-group/plugdev/plugdev-0.ebuild
36 @@ -0,0 +1,9 @@
37 +# Copyright 2019 Gentoo Authors
38 +# Distributed under the terms of the GNU General Public License v2
39 +
40 +EAPI=7
41 +
42 +inherit acct-group
43 +
44 +DESCRIPTION="Group controlling access to removable media"
45 +ACCT_GROUP_ID=272