commit: d6ccfd208359fc068d281b537ecc369628c96e05 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Sat Jul 27 13:34:16 2019 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Mon Jul 29 16:14:30 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6ccfd20
acct-group/dialout: new group (20) Package-Manager: Portage-2.3.69_p3, Repoman-2.3.16_p12 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> acct-group/dialout/dialout-0.ebuild | 8 ++++++++ acct-group/dialout/metadata.xml | 7 +++++++ 2 files changed, 15 insertions(+) diff --git a/acct-group/dialout/dialout-0.ebuild b/acct-group/dialout/dialout-0.ebuild new file mode 100644 index 00000000000..324e00d81fa --- /dev/null +++ b/acct-group/dialout/dialout-0.ebuild @@ -0,0 +1,8 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +ACCT_GROUP_ID=20 diff --git a/acct-group/dialout/metadata.xml b/acct-group/dialout/metadata.xml new file mode 100644 index 00000000000..8e7007e5a46 --- /dev/null +++ b/acct-group/dialout/metadata.xml @@ -0,0 +1,7 @@ +<?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> + </maintainer> +</pkgmetadata>
