commit: d0af74e9dc3dca287c1c8934a8f0ec9b0a8738d3 Author: Tomas Mozes <hydrapolic <AT> gmail <DOT> com> AuthorDate: Sat Sep 21 05:24:29 2019 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Sat Sep 21 14:49:09 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0af74e9
acct-user/elasticsearch: new user package for UID 183 Signed-off-by: Tomáš Mózes <hydrapolic <AT> gmail.com> Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> acct-user/elasticsearch/elasticsearch-0.ebuild | 13 +++++++++++++ acct-user/elasticsearch/metadata.xml | 12 ++++++++++++ 2 files changed, 25 insertions(+) diff --git a/acct-user/elasticsearch/elasticsearch-0.ebuild b/acct-user/elasticsearch/elasticsearch-0.ebuild new file mode 100644 index 00000000000..9034a4866c5 --- /dev/null +++ b/acct-user/elasticsearch/elasticsearch-0.ebuild @@ -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 index 00000000000..90fd593b4cc --- /dev/null +++ b/acct-user/elasticsearch/metadata.xml @@ -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>[email protected]</email> + <name>Tomáš Mózes</name> + </maintainer> + <maintainer type="project"> + <email>[email protected]</email> + <name>Proxy Maintainers</name> + </maintainer> +</pkgmetadata>
