From 5fb3202c71a57851398b7df7f7521e158048727e Mon Sep 17 00:00:00 2001 From: Josiah Mullins Date: Fri, 18 Oct 2019 21:50:27 -0400 Subject: acct-user/tox: new package This commit will add a package that will allow net-libs/tox to be compliant with GLEP 81. Signed-off-by: Josiah Mullins Signed-off-by: Joonas Niilola --- acct-user/tox/metadata.xml | 12 ++++++++++++ acct-user/tox/tox-0.ebuild | 13 +++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 acct-user/tox/metadata.xml create mode 100644 acct-user/tox/tox-0.ebuild (limited to 'acct-user') diff --git a/acct-user/tox/metadata.xml b/acct-user/tox/metadata.xml new file mode 100644 index 000000000000..5dbf5facde30 --- /dev/null +++ b/acct-user/tox/metadata.xml @@ -0,0 +1,12 @@ + + + + + JoMull01@protonmail.com + Josiah Mullins + + + proxy-maint@gentoo.org + Proxy Maintainers + + diff --git a/acct-user/tox/tox-0.ebuild b/acct-user/tox/tox-0.ebuild new file mode 100644 index 000000000000..35678586fa82 --- /dev/null +++ b/acct-user/tox/tox-0.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="User for package net-libs/tox" + +ACCT_USER_ID=236 #day-month of first tox commit +ACCT_USER_GROUPS=( tox ) + +acct-user_add_deps -- cgit v1.2.3-18-g5258