commit: 06a3321c80780c98277adfad82b84e9af96a0b75 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Sat Jul 27 13:42:53 2019 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Mon Jul 29 16:14:33 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06a3321c
acct-group/wheel: new group (10) Package-Manager: Portage-2.3.69_p3, Repoman-2.3.16_p12 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> acct-group/wheel/metadata.xml | 7 +++++++ acct-group/wheel/wheel-0.ebuild | 8 ++++++++ 2 files changed, 15 insertions(+) diff --git a/acct-group/wheel/metadata.xml b/acct-group/wheel/metadata.xml new file mode 100644 index 00000000000..8e7007e5a46 --- /dev/null +++ b/acct-group/wheel/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> diff --git a/acct-group/wheel/wheel-0.ebuild b/acct-group/wheel/wheel-0.ebuild new file mode 100644 index 00000000000..2eadd1b6a97 --- /dev/null +++ b/acct-group/wheel/wheel-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=10
