commit: 0611a4530a57e89d274bc77b52ee61d3c41dac9d Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Aug 31 18:31:42 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Sep 13 12:42:27 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0611a453
acct-group/plugdev: Introduce new group (GID 272) Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> acct-group/plugdev/metadata.xml | 8 ++++++++ acct-group/plugdev/plugdev-0.ebuild | 9 +++++++++ 2 files changed, 17 insertions(+) diff --git a/acct-group/plugdev/metadata.xml b/acct-group/plugdev/metadata.xml new file mode 100644 index 00000000000..0319eec4c8b --- /dev/null +++ b/acct-group/plugdev/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="person"> + <email>[email protected]</email> + <name>Michał Górny</name> + </maintainer> +</pkgmetadata> diff --git a/acct-group/plugdev/plugdev-0.ebuild b/acct-group/plugdev/plugdev-0.ebuild new file mode 100644 index 00000000000..14c2c876eed --- /dev/null +++ b/acct-group/plugdev/plugdev-0.ebuild @@ -0,0 +1,9 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +DESCRIPTION="Group controlling access to removable media" +ACCT_GROUP_ID=272
