diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-01-15 15:51:32 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-01-15 15:51:32 +0000 |
commit | 21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch) | |
tree | e1810a4b135afce04b34862ef0fab2bfaeb8aeca /acct-user/shellinaboxd | |
parent | 7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff) |
gentoo resync : 15.01.2020
Diffstat (limited to 'acct-user/shellinaboxd')
-rw-r--r-- | acct-user/shellinaboxd/Manifest | 2 | ||||
-rw-r--r-- | acct-user/shellinaboxd/metadata.xml | 12 | ||||
-rw-r--r-- | acct-user/shellinaboxd/shellinaboxd-0.ebuild | 12 |
3 files changed, 26 insertions, 0 deletions
diff --git a/acct-user/shellinaboxd/Manifest b/acct-user/shellinaboxd/Manifest new file mode 100644 index 000000000000..a93371b386c2 --- /dev/null +++ b/acct-user/shellinaboxd/Manifest @@ -0,0 +1,2 @@ +EBUILD shellinaboxd-0.ebuild 229 BLAKE2B cb39ab953817832717724c1c14fa198a2014941b52fe534685ec77e38e0b6d82d9c91e88202e3507d72c97cf1202ea9e35757e0f1f9af5ec5e76f461dceb8eb1 SHA512 0aab4ba31ee19855703e36f3f8276b892adbc3cf8b05b4b2459051cd8acfc90044336239bb8df7ff2cc92704d1598afa9c398af884992be7837d709574f736b1 +MISC metadata.xml 413 BLAKE2B 0376b5f01922a8bd36d48d3525c9fdd1659ff1a936a7fda8fe0af3ce7ff669b603d80e560bb02bf690cf77f5fc6ddd830c1cf4d76942fee38e6fa3e6c539c861 SHA512 88efad0cf6e816ef512ca7d821cba3bcfdb3c81f2e54d26458a139a876631703f2a147077b077ab7c1dca74fd05a58a8b003db14625175bd3fb9e9545f6c103b diff --git a/acct-user/shellinaboxd/metadata.xml b/acct-user/shellinaboxd/metadata.xml new file mode 100644 index 000000000000..b09023bbc390 --- /dev/null +++ b/acct-user/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>monsieurp@gentoo.org</email> + <name>Patrice Clement</name> + </maintainer> + <maintainer type="project"> + <email>shell-tools@gentoo.org</email> + <name>Gentoo Shell Tools Project</name> + </maintainer> +</pkgmetadata> diff --git a/acct-user/shellinaboxd/shellinaboxd-0.ebuild b/acct-user/shellinaboxd/shellinaboxd-0.ebuild new file mode 100644 index 000000000000..e7a3eaf808cc --- /dev/null +++ b/acct-user/shellinaboxd/shellinaboxd-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="shellinabox user" +ACCT_USER_ID=139 +ACCT_USER_GROUPS=( shellinaboxd ) + +acct-user_add_deps |