commit: 40cd7d3d3d5b76193789d27fc514edd27ac99980 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr> AuthorDate: Mon Dec 28 14:47:43 2020 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Mon Dec 28 14:47:43 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40cd7d3d
acct-group/amanda: New group for app-backup/amanda Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr> Signed-off-by: David Seifert <soap <AT> gentoo.org> acct-group/amanda/amanda-0.ebuild | 8 ++++++++ acct-group/amanda/metadata.xml | 21 +++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/acct-group/amanda/amanda-0.ebuild b/acct-group/amanda/amanda-0.ebuild new file mode 100644 index 00000000000..d8599a25ff3 --- /dev/null +++ b/acct-group/amanda/amanda-0.ebuild @@ -0,0 +1,8 @@ +# Copyright 2019-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +ACCT_GROUP_ID=362 diff --git a/acct-group/amanda/metadata.xml b/acct-group/amanda/metadata.xml new file mode 100644 index 00000000000..ccd1d2f092c --- /dev/null +++ b/acct-group/amanda/metadata.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>[email protected]</email> + <name>Robin H. Johnson</name> + </maintainer> + <maintainer type="person"> + <email>[email protected]</email> + <name>Stefan G. Weichinger</name> + </maintainer> + <maintainer type="project"> + <email>[email protected]</email> + <name>Proxy Maintainers</name> + </maintainer> + <maintainer type="person"> + <email>[email protected]</email> + <description>Upstream. Please CC on bugs.</description> + <name>Dustin J. Mitchell</name> + </maintainer> +</pkgmetadata>
