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:27 +0300 |
commit | f5b53a01659693eb92756c4b213ed14478f383f2 (patch) | |
tree | b79c753a13e4aa1a1d25b33d95bc8ab49322ed9d /acct-group | |
parent | app-benchmarks/stress-ng: drop old version (diff) | |
download | gentoo-f5b53a01659693eb92756c4b213ed14478f383f2.tar.gz gentoo-f5b53a01659693eb92756c4b213ed14478f383f2.tar.bz2 gentoo-f5b53a01659693eb92756c4b213ed14478f383f2.zip |
acct-group/epmd: New group for dev-lang/erlang (GID 335)
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'acct-group')
-rw-r--r-- | acct-group/epmd/epmd-0.ebuild | 9 | ||||
-rw-r--r-- | acct-group/epmd/metadata.xml | 12 |
2 files changed, 21 insertions, 0 deletions
diff --git a/acct-group/epmd/epmd-0.ebuild b/acct-group/epmd/epmd-0.ebuild new file mode 100644 index 000000000000..0e059ec7f096 --- /dev/null +++ b/acct-group/epmd/epmd-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="Group for Erlang Portmapper Daemon" +ACCT_GROUP_ID=335 diff --git a/acct-group/epmd/metadata.xml b/acct-group/epmd/metadata.xml new file mode 100644 index 000000000000..7c3db330c141 --- /dev/null +++ b/acct-group/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> |