diff options
author | Tomas Mozes <hydrapolic@gmail.com> | 2019-09-21 05:23:17 +0000 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2019-09-21 17:49:09 +0300 |
commit | 65e40e7947825e3ee02f0a32db8be01fc99b5afc (patch) | |
tree | ff4a11bdab4ecb153ab4395946019ed7210704a2 /acct-group | |
parent | eclass/qmail: drop qmail_create_users (diff) | |
download | gentoo-65e40e7947825e3ee02f0a32db8be01fc99b5afc.tar.gz gentoo-65e40e7947825e3ee02f0a32db8be01fc99b5afc.tar.bz2 gentoo-65e40e7947825e3ee02f0a32db8be01fc99b5afc.zip |
acct-group/elasticsearch: new group package for UID 183
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'acct-group')
-rw-r--r-- | acct-group/elasticsearch/elasticsearch-0.ebuild | 9 | ||||
-rw-r--r-- | acct-group/elasticsearch/metadata.xml | 12 |
2 files changed, 21 insertions, 0 deletions
diff --git a/acct-group/elasticsearch/elasticsearch-0.ebuild b/acct-group/elasticsearch/elasticsearch-0.ebuild new file mode 100644 index 000000000000..6ce4d2be1eff --- /dev/null +++ b/acct-group/elasticsearch/elasticsearch-0.ebuild @@ -0,0 +1,9 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +DESCRIPTION="Elasticsearch program group" +ACCT_GROUP_ID=183 diff --git a/acct-group/elasticsearch/metadata.xml b/acct-group/elasticsearch/metadata.xml new file mode 100644 index 000000000000..90fd593b4cc0 --- /dev/null +++ b/acct-group/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>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> |