acct-user/lighttpd: Initial commit
authorMikle Kolyada <zlogene@gentoo.org>
Sun, 9 Feb 2020 15:52:52 +0000 (18:52 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Sun, 9 Feb 2020 16:45:58 +0000 (19:45 +0300)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
acct-user/lighttpd/lighttpd-0.ebuild [new file with mode: 0644]
acct-user/lighttpd/metadata.xml [new file with mode: 0644]

diff --git a/acct-user/lighttpd/lighttpd-0.ebuild b/acct-user/lighttpd/lighttpd-0.ebuild
new file mode 100644 (file)
index 0000000..5534663
--- /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
+
+DESCRIPTION="A user for lighttpd"
+ACCT_USER_ID=302
+ACCT_USER_GROUPS=( lighttpd )
+
+acct-user_add_deps
diff --git a/acct-user/lighttpd/metadata.xml b/acct-user/lighttpd/metadata.xml
new file mode 100644 (file)
index 0000000..6698a4a
--- /dev/null
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <maintainer type="person">
+               <email>zlogene@gentoo.org</email>
+               <name>Mikle Kolyada</name>
+       </maintainer>
+</pkgmetadata>