diff options
author | Petr Vaněk <arkamar@atlas.cz> | 2019-10-01 15:32:39 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2019-10-10 08:37:31 +0300 |
commit | 36c5d591f6ad7217821ac74b84015e881eb14b2a (patch) | |
tree | 11b531c60fb7bdc64ad9f600f1f6279d942946c5 /acct-user/epmd | |
parent | acct-group/epmd: New group for dev-lang/erlang (GID 335) (diff) | |
download | gentoo-36c5d591f6ad7217821ac74b84015e881eb14b2a.tar.gz gentoo-36c5d591f6ad7217821ac74b84015e881eb14b2a.tar.bz2 gentoo-36c5d591f6ad7217821ac74b84015e881eb14b2a.zip |
acct-user/epmd: New user for dev-lang/erlang (UID 335)
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'acct-user/epmd')
-rw-r--r-- | acct-user/epmd/epmd-0.ebuild | 12 | ||||
-rw-r--r-- | acct-user/epmd/metadata.xml | 12 |
2 files changed, 24 insertions, 0 deletions
diff --git a/acct-user/epmd/epmd-0.ebuild b/acct-user/epmd/epmd-0.ebuild new file mode 100644 index 000000000000..687e5b164861 --- /dev/null +++ b/acct-user/epmd/epmd-0.ebuild @@ -0,0 +1,12 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="User for Erlang Protmapper Daemon" +ACCT_USER_ID=335 +ACCT_USER_GROUPS=( epmd ) + +acct-user_add_deps diff --git a/acct-user/epmd/metadata.xml b/acct-user/epmd/metadata.xml new file mode 100644 index 000000000000..7c3db330c141 --- /dev/null +++ b/acct-user/epmd/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>arkamar@atlas.cz</email> + <name>Petr Vaněk</name> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> +</pkgmetadata> |