diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2020-02-19 16:15:01 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2020-02-19 16:24:11 -0600 |
commit | 8323c23b86ef6372228d0599cc054f533e580ba5 (patch) | |
tree | 82ffc8491a7737659a83ab2be4d056fdc132c0c5 /acct-group | |
parent | media-libs/mesa: Drop old versions (diff) | |
download | gentoo-8323c23b86ef6372228d0599cc054f533e580ba5.tar.gz gentoo-8323c23b86ef6372228d0599cc054f533e580ba5.tar.bz2 gentoo-8323c23b86ef6372228d0599cc054f533e580ba5.zip |
acct-group/puppet: add puppet group
Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --force
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'acct-group')
-rw-r--r-- | acct-group/puppet/metadata.xml | 11 | ||||
-rw-r--r-- | acct-group/puppet/puppet-0.ebuild | 8 |
2 files changed, 19 insertions, 0 deletions
diff --git a/acct-group/puppet/metadata.xml b/acct-group/puppet/metadata.xml new file mode 100644 index 000000000000..b73bcc0f3771 --- /dev/null +++ b/acct-group/puppet/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>prometheanfire@gentoo.org</email> + <name>Matthew Thode</name> + </maintainer> + <longdescription lang="en"> + puppet group + </longdescription> +</pkgmetadata> diff --git a/acct-group/puppet/puppet-0.ebuild b/acct-group/puppet/puppet-0.ebuild new file mode 100644 index 000000000000..cf9422869bf9 --- /dev/null +++ b/acct-group/puppet/puppet-0.ebuild @@ -0,0 +1,8 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +ACCT_GROUP_ID=455 |