commit: ac90187423735e616ba2dbbff7714cbba49d0ea8 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Mon Jan 20 03:29:56 2020 +0000 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Mon Jan 20 03:50:28 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac901874
acct-group/heat: add heat group Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --force Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org> acct-group/heat/heat-0.ebuild | 8 ++++++++ acct-group/heat/metadata.xml | 10 ++++++++++ 2 files changed, 18 insertions(+) diff --git a/acct-group/heat/heat-0.ebuild b/acct-group/heat/heat-0.ebuild new file mode 100644 index 00000000000..d3e6b1b93a8 --- /dev/null +++ b/acct-group/heat/heat-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=444 diff --git a/acct-group/heat/metadata.xml b/acct-group/heat/metadata.xml new file mode 100644 index 00000000000..1301fb3341b --- /dev/null +++ b/acct-group/heat/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>prometheanf...@gentoo.org</email> + <name>Matthew Thode</name> + </maintainer> + <longdescription lang="en"> + </longdescription> +</pkgmetadata>