diff options
author | Josiah Mullins <jomull01@protonmail.com> | 2019-10-18 21:46:46 -0400 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2019-11-04 08:07:36 +0200 |
commit | 443d8ad0e6d050e6bfe00a953bb9f9b69b42740f (patch) | |
tree | add09a3035b4fdc81afe21e7723e759be4a9f76e /acct-group/tox | |
parent | net-firewall/fwknop: Added myself as a proxy maintainer. (diff) | |
download | gentoo-443d8ad0e6d050e6bfe00a953bb9f9b69b42740f.tar.gz gentoo-443d8ad0e6d050e6bfe00a953bb9f9b69b42740f.tar.bz2 gentoo-443d8ad0e6d050e6bfe00a953bb9f9b69b42740f.zip |
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 <JoMull01@protonmail.com>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'acct-group/tox')
-rw-r--r-- | acct-group/tox/metadata.xml | 12 | ||||
-rw-r--r-- | acct-group/tox/tox-0.ebuild | 7 |
2 files changed, 19 insertions, 0 deletions
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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>JoMull01@protonmail.com</email> + <name>Josiah Mullins</name> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> +</pkgmetadata> 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). |