commit: a08e61eaf5b03dc48486f1a7ca47fb3cebd39b2f
Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Mon Dec 28 14:47:45 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Dec 28 14:47:45 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a08e61ea
acct-user/amanda: New user for app-backup/amanda
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>
acct-user/amanda/amanda-0.ebuild | 12 ++++++++++++
acct-user/amanda/metadata.xml | 21 +++++++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/acct-user/amanda/amanda-0.ebuild b/acct-user/amanda/amanda-0.ebuild
new file mode 100644
index 00000000000..18c4485c8eb
--- /dev/null
+++ b/acct-user/amanda/amanda-0.ebuild
@@ -0,0 +1,12 @@
+# Copyright 2019-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+ACCT_USER_ID=362
+ACCT_USER_GROUPS=( "${PN}" )
+ACCT_USER_HOME=/var/spool/amanda
+
+acct-user_add_deps
diff --git a/acct-user/amanda/metadata.xml b/acct-user/amanda/metadata.xml
new file mode 100644
index 00000000000..ccd1d2f092c
--- /dev/null
+++ b/acct-user/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>