diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-07-13 20:28:25 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-07-13 22:54:53 +0200 |
commit | 96cea24817d3bf9f50804c0e55dd08d1a68c5bbf (patch) | |
tree | 55a3b8865811181577f20781caec2a68db95cc0f /acct-user | |
parent | acct-group/xwax: add group (205) xwax (diff) | |
download | gentoo-96cea24817d3bf9f50804c0e55dd08d1a68c5bbf.tar.gz gentoo-96cea24817d3bf9f50804c0e55dd08d1a68c5bbf.tar.bz2 gentoo-96cea24817d3bf9f50804c0e55dd08d1a68c5bbf.zip |
acct-user/spread: add user (159) spread
Bug: https://bugs.gentoo.org/781434
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'acct-user')
-rw-r--r-- | acct-user/spread/metadata.xml | 8 | ||||
-rw-r--r-- | acct-user/spread/spread-0.ebuild | 13 |
2 files changed, 21 insertions, 0 deletions
diff --git a/acct-user/spread/metadata.xml b/acct-user/spread/metadata.xml new file mode 100644 index 000000000000..269a11fe6430 --- /dev/null +++ b/acct-user/spread/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>kumba@gentoo.org</email> + <name>Joshua Kinard</name> + </maintainer> +</pkgmetadata> diff --git a/acct-user/spread/spread-0.ebuild b/acct-user/spread/spread-0.ebuild new file mode 100644 index 000000000000..25e453efacf3 --- /dev/null +++ b/acct-user/spread/spread-0.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="A user for net-misc/spread" + +ACCT_USER_GROUPS=( "spread" ) +ACCT_USER_ID="159" + +acct-user_add_deps |