commit: 75cbe7158bb7c97348af15c645022300fea2addc Author: Craig Andrews <candrews <AT> gentoo <DOT> org> AuthorDate: Wed Dec 18 21:57:53 2019 +0000 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org> CommitDate: Sun Dec 22 04:47:55 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75cbe715
acct-group/shellinaboxd: Group for www-misc/shellinabox Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/14046 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org> acct-group/shellinaboxd/metadata.xml | 12 ++++++++++++ acct-group/shellinaboxd/shellinaboxd-0.ebuild | 9 +++++++++ 2 files changed, 21 insertions(+) diff --git a/acct-group/shellinaboxd/metadata.xml b/acct-group/shellinaboxd/metadata.xml new file mode 100644 index 00000000000..b09023bbc39 --- /dev/null +++ b/acct-group/shellinaboxd/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>Patrice Clement</name> + </maintainer> + <maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo Shell Tools Project</name> + </maintainer> +</pkgmetadata> diff --git a/acct-group/shellinaboxd/shellinaboxd-0.ebuild b/acct-group/shellinaboxd/shellinaboxd-0.ebuild new file mode 100644 index 00000000000..d76e14fea90 --- /dev/null +++ b/acct-group/shellinaboxd/shellinaboxd-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="shellinabox group" +ACCT_GROUP_ID=139
