From 443d8ad0e6d050e6bfe00a953bb9f9b69b42740f Mon Sep 17 00:00:00 2001 From: Josiah Mullins Date: Fri, 18 Oct 2019 21:46:46 -0400 Subject: [PATCH] acct-group/tox: new package This commit will add a package that will allow net-liba/tox to be compliant with GLEP 81. Signed-off-by: Josiah Mullins Signed-off-by: Joonas Niilola --- acct-group/tox/metadata.xml | 12 ++++++++++++ acct-group/tox/tox-0.ebuild | 7 +++++++ 2 files changed, 19 insertions(+) create mode 100644 acct-group/tox/metadata.xml create mode 100644 acct-group/tox/tox-0.ebuild diff --git a/acct-group/tox/metadata.xml b/acct-group/tox/metadata.xml new file mode 100644 index 000000000000..5dbf5facde30 --- /dev/null +++ b/acct-group/tox/metadata.xml @@ -0,0 +1,12 @@ + + + + + JoMull01@protonmail.com + Josiah Mullins + + + proxy-maint@gentoo.org + Proxy Maintainers + + diff --git a/acct-group/tox/tox-0.ebuild b/acct-group/tox/tox-0.ebuild new file mode 100644 index 000000000000..11d5972c889b --- /dev/null +++ b/acct-group/tox/tox-0.ebuild @@ -0,0 +1,7 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit acct-group +DESCRIPTION="Group management for package net-libs/tox" +ACCT_GROUP_ID=236 #day-month of first commit of tox (23-6-13). -- 2.26.2