acct-user/apache: Add user
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Mon, 18 May 2020 22:07:46 +0000 (01:07 +0300)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Mon, 18 May 2020 22:14:46 +0000 (01:14 +0300)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
acct-user/apache/apache-0.ebuild [new file with mode: 0644]
acct-user/apache/metadata.xml [new file with mode: 0644]

diff --git a/acct-user/apache/apache-0.ebuild b/acct-user/apache/apache-0.ebuild
new file mode 100644 (file)
index 0000000..00dcfb1
--- /dev/null
@@ -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=81
+ACCT_USER_GROUPS=( apache )
+ACCT_USER_HOME=/var/www
+
+acct-user_add_deps
diff --git a/acct-user/apache/metadata.xml b/acct-user/apache/metadata.xml
new file mode 100644 (file)
index 0000000..f93dbc1
--- /dev/null
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <maintainer type="person">
+               <email>polynomial-c@gentoo.org</email>
+               <name>Lars Wendler</name>
+       </maintainer>
+       <maintainer type="project">
+               <email>apache-bugs@gentoo.org</email>
+               <name>Apache project</name>
+       </maintainer>
+</pkgmetadata>