commit: f5b53a01659693eb92756c4b213ed14478f383f2 Author: Petr Vaněk <arkamar <AT> atlas <DOT> cz> AuthorDate: Tue Oct 1 13:32:39 2019 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Thu Oct 10 05:37:27 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5b53a01
acct-group/epmd: New group for dev-lang/erlang (GID 335) Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz> Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> acct-group/epmd/epmd-0.ebuild | 9 +++++++++ acct-group/epmd/metadata.xml | 12 ++++++++++++ 2 files changed, 21 insertions(+) diff --git a/acct-group/epmd/epmd-0.ebuild b/acct-group/epmd/epmd-0.ebuild new file mode 100644 index 00000000000..0e059ec7f09 --- /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 00000000000..7c3db330c14 --- /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>[email protected]</email> + <name>Petr Vaněk</name> + </maintainer> + <maintainer type="project"> + <email>[email protected]</email> + <name>Proxy Maintainers</name> + </maintainer> +</pkgmetadata>
