commit:     5fb3202c71a57851398b7df7f7521e158048727e
Author:     Josiah Mullins <jomull01 <AT> protonmail <DOT> com>
AuthorDate: Sat Oct 19 01:50:27 2019 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Nov  4 06:07:41 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fb3202c

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 <JoMull01 <AT> protonmail.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 acct-user/tox/metadata.xml | 12 ++++++++++++
 acct-user/tox/tox-0.ebuild | 13 +++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/acct-user/tox/metadata.xml b/acct-user/tox/metadata.xml
new file mode 100644
index 00000000000..5dbf5facde3
--- /dev/null
+++ b/acct-user/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>jomul...@protonmail.com</email>
+               <name>Josiah Mullins</name>
+       </maintainer>
+       <maintainer type="project">
+               <email>proxy-ma...@gentoo.org</email>
+               <name>Proxy Maintainers</name>
+       </maintainer>
+</pkgmetadata>

diff --git a/acct-user/tox/tox-0.ebuild b/acct-user/tox/tox-0.ebuild
new file mode 100644
index 00000000000..35678586fa8
--- /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

Reply via email to