diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2020-02-19 16:16:22 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2020-02-19 16:24:12 -0600 |
commit | 1d55e6b7f89ef71db75f732c0871f18fd4495ec9 (patch) | |
tree | a3f1dc965538ac4ff55bdf883de2be2dac33338e /acct-group | |
parent | acct-group/puppet: add puppet group (diff) | |
download | gentoo-1d55e6b7f89ef71db75f732c0871f18fd4495ec9.tar.gz gentoo-1d55e6b7f89ef71db75f732c0871f18fd4495ec9.tar.bz2 gentoo-1d55e6b7f89ef71db75f732c0871f18fd4495ec9.zip |
acct-group/puppetdb: add puppetdb 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/puppetdb/metadata.xml | 11 | ||||
-rw-r--r-- | acct-group/puppetdb/puppetdb-0.ebuild | 8 |
2 files changed, 19 insertions, 0 deletions
diff --git a/acct-group/puppetdb/metadata.xml b/acct-group/puppetdb/metadata.xml new file mode 100644 index 000000000000..f89d5ca641ef --- /dev/null +++ b/acct-group/puppetdb/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"> + puppetdb group + </longdescription> +</pkgmetadata> diff --git a/acct-group/puppetdb/puppetdb-0.ebuild b/acct-group/puppetdb/puppetdb-0.ebuild new file mode 100644 index 000000000000..55e4b42af293 --- /dev/null +++ b/acct-group/puppetdb/puppetdb-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=456 |