commit: f6f1a153b332994e17d979509a8620d3a17205c9 Author: Holger Hoffstätte <holger <AT> applied-asynchrony <DOT> com> AuthorDate: Thu Jun 27 13:04:39 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jul 4 01:21:32 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6f1a153
acct-group/chrony_exporter: new package Signed-off-by: Holger Hoffstätte <holger <AT> applied-asynchrony.com> Signed-off-by: Sam James <sam <AT> gentoo.org> acct-group/chrony_exporter/chrony_exporter-0.ebuild | 9 +++++++++ acct-group/chrony_exporter/metadata.xml | 12 ++++++++++++ 2 files changed, 21 insertions(+) diff --git a/acct-group/chrony_exporter/chrony_exporter-0.ebuild b/acct-group/chrony_exporter/chrony_exporter-0.ebuild new file mode 100644 index 000000000000..c539446676b9 --- /dev/null +++ b/acct-group/chrony_exporter/chrony_exporter-0.ebuild @@ -0,0 +1,9 @@ +# Copyright 2019-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit acct-group + +DESCRIPTION="chrony_exporter group" +ACCT_GROUP_ID=541 diff --git a/acct-group/chrony_exporter/metadata.xml b/acct-group/chrony_exporter/metadata.xml new file mode 100644 index 000000000000..2472dc738ac7 --- /dev/null +++ b/acct-group/chrony_exporter/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person" proxied="yes"> + <email>[email protected]</email> + <name>Holger Hoffstätte</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>[email protected]</email> + <name>Proxy Maintainers</name> + </maintainer> +</pkgmetadata>
