commit:     db7bc0b6442bf85604f9a00d21e1ee112e058ea9
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  9 15:52:52 2020 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Feb  9 16:45:58 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db7bc0b6

acct-user/lighttpd: Initial commit

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 acct-user/lighttpd/lighttpd-0.ebuild | 12 ++++++++++++
 acct-user/lighttpd/metadata.xml      |  8 ++++++++
 2 files changed, 20 insertions(+)

diff --git a/acct-user/lighttpd/lighttpd-0.ebuild 
b/acct-user/lighttpd/lighttpd-0.ebuild
new file mode 100644
index 00000000000..5534663d206
--- /dev/null
+++ b/acct-user/lighttpd/lighttpd-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
+
+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
index 00000000000..6698a4ab788
--- /dev/null
+++ b/acct-user/lighttpd/metadata.xml
@@ -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>[email protected]</email>
+               <name>Mikle Kolyada</name>
+       </maintainer>
+</pkgmetadata>

Reply via email to