diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2019-12-12 10:09:14 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2019-12-12 10:11:40 +0100 |
commit | 1bfb974f0390a118398a4dd38ce9456dc721f426 (patch) | |
tree | 0a299211a27cfb011f3dd3fded8f462797cf4445 /acct-group | |
parent | acct-user/shellinaboxd: new user. (diff) | |
download | gentoo-1bfb974f0390a118398a4dd38ce9456dc721f426.tar.gz gentoo-1bfb974f0390a118398a4dd38ce9456dc721f426.tar.bz2 gentoo-1bfb974f0390a118398a4dd38ce9456dc721f426.zip |
acct-group/shellinaboxd: new group.
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'acct-group')
-rw-r--r-- | acct-group/shellinaboxd/metadata.xml | 5 | ||||
-rw-r--r-- | acct-group/shellinaboxd/shellinaboxd-0.ebuild | 9 |
2 files changed, 14 insertions, 0 deletions
diff --git a/acct-group/shellinaboxd/metadata.xml b/acct-group/shellinaboxd/metadata.xml new file mode 100644 index 000000000000..7a38bb900964 --- /dev/null +++ b/acct-group/shellinaboxd/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <!-- maintainer-needed --> +</pkgmetadata> diff --git a/acct-group/shellinaboxd/shellinaboxd-0.ebuild b/acct-group/shellinaboxd/shellinaboxd-0.ebuild new file mode 100644 index 000000000000..862bbf2a9cd0 --- /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=14000 |