acct-user/elasticsearch: new user package for UID 183
authorTomas Mozes <hydrapolic@gmail.com>
Sat, 21 Sep 2019 05:24:29 +0000 (05:24 +0000)
committerJoonas Niilola <juippis@gentoo.org>
Sat, 21 Sep 2019 14:49:09 +0000 (17:49 +0300)
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
acct-user/elasticsearch/elasticsearch-0.ebuild [new file with mode: 0644]
acct-user/elasticsearch/metadata.xml [new file with mode: 0644]

diff --git a/acct-user/elasticsearch/elasticsearch-0.ebuild b/acct-user/elasticsearch/elasticsearch-0.ebuild
new file mode 100644 (file)
index 0000000..9034a48
--- /dev/null
@@ -0,0 +1,13 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+DESCRIPTION="Elasticsearch program user"
+ACCT_USER_ID=183
+ACCT_USER_HOME=/usr/share/elasticsearch
+ACCT_USER_HOME_PERMS=0755
+ACCT_USER_GROUPS=( elasticsearch )
+acct-user_add_deps
diff --git a/acct-user/elasticsearch/metadata.xml b/acct-user/elasticsearch/metadata.xml
new file mode 100644 (file)
index 0000000..90fd593
--- /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>hydrapolic@gmail.com</email>
+               <name>Tomáš Mózes</name>
+       </maintainer>
+       <maintainer type="project">
+               <email>proxy-maint@gentoo.org</email>
+               <name>Proxy Maintainers</name>
+       </maintainer>
+</pkgmetadata>