diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-09-25 19:33:39 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-09-28 08:31:11 +0100 |
commit | ad6182343997a405079870a2fe91c4e0c6b94595 (patch) | |
tree | 4aa7483cd0ad7de54338afc8e7971417abe1dd81 /acct-group/nofiles | |
parent | e8f81810baa21f490d6910e8e2d424546b72a333 (diff) |
gentoo resync : 25.09.2019
Diffstat (limited to 'acct-group/nofiles')
-rw-r--r-- | acct-group/nofiles/Manifest | 2 | ||||
-rw-r--r-- | acct-group/nofiles/metadata.xml | 12 | ||||
-rw-r--r-- | acct-group/nofiles/nofiles-0.ebuild | 8 |
3 files changed, 22 insertions, 0 deletions
diff --git a/acct-group/nofiles/Manifest b/acct-group/nofiles/Manifest new file mode 100644 index 000000000000..4f0b5a8ea143 --- /dev/null +++ b/acct-group/nofiles/Manifest @@ -0,0 +1,2 @@ +EBUILD nofiles-0.ebuild 146 BLAKE2B b37eab76c93c8c487cf4ec24e8da1f5bab9d77a37076c95259fe140d658fe95021fa69a3516d1ad77d44c4df5a0fb36839526dbaf7f96ea0ab6ea2487b4fcd5d SHA512 ad739c0f11c1b620e80f7dd245aa5943111fdb04957f9135836b6bbc81ced4802940f0936a745bab1e6cf133c76e8ac43cb02ab97ddbee96bbc9d91b774553f8 +MISC metadata.xml 362 BLAKE2B f5648e02e548748d7d6213e1095ff84932cd28aa230a55c8232199b581b0e53a5967419522e626f033841e282c885ae4626ce4a835dc67c7eac2437d9cff4d99 SHA512 8c5f244b35e479d5173ab982f3d1e6937a115fe628930fb121a2ccc283be862a5a64f153e296c4902b11008efb1364f900b6bcd3d95db0de164c80ef4e22f923 diff --git a/acct-group/nofiles/metadata.xml b/acct-group/nofiles/metadata.xml new file mode 100644 index 000000000000..984c50fcb5cd --- /dev/null +++ b/acct-group/nofiles/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>eike@sf-mail.de</email> + <name>Rolf Eike Beer</name> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> +</pkgmetadata> diff --git a/acct-group/nofiles/nofiles-0.ebuild b/acct-group/nofiles/nofiles-0.ebuild new file mode 100644 index 000000000000..46d6e49a0fe8 --- /dev/null +++ b/acct-group/nofiles/nofiles-0.ebuild @@ -0,0 +1,8 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +ACCT_GROUP_ID=200 |