Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: acct-user/tox/
Date: Mon, 04 Nov 2019 06:23:51
Message-Id: 1572847661.5fb3202c71a57851398b7df7f7521e158048727e.juippis@gentoo
1 commit: 5fb3202c71a57851398b7df7f7521e158048727e
2 Author: Josiah Mullins <jomull01 <AT> protonmail <DOT> com>
3 AuthorDate: Sat Oct 19 01:50:27 2019 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 4 06:07:41 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fb3202c
7
8 acct-user/tox: new package
9
10 This commit will add a package that will allow net-libs/tox
11 to be compliant with GLEP 81.
12
13 Signed-off-by: Josiah Mullins <JoMull01 <AT> protonmail.com>
14 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
15
16 acct-user/tox/metadata.xml | 12 ++++++++++++
17 acct-user/tox/tox-0.ebuild | 13 +++++++++++++
18 2 files changed, 25 insertions(+)
19
20 diff --git a/acct-user/tox/metadata.xml b/acct-user/tox/metadata.xml
21 new file mode 100644
22 index 00000000000..5dbf5facde3
23 --- /dev/null
24 +++ b/acct-user/tox/metadata.xml
25 @@ -0,0 +1,12 @@
26 +<?xml version="1.0" encoding="UTF-8"?>
27 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
28 +<pkgmetadata>
29 + <maintainer type="person">
30 + <email>JoMull01@××××××××××.com</email>
31 + <name>Josiah Mullins</name>
32 + </maintainer>
33 + <maintainer type="project">
34 + <email>proxy-maint@g.o</email>
35 + <name>Proxy Maintainers</name>
36 + </maintainer>
37 +</pkgmetadata>
38
39 diff --git a/acct-user/tox/tox-0.ebuild b/acct-user/tox/tox-0.ebuild
40 new file mode 100644
41 index 00000000000..35678586fa8
42 --- /dev/null
43 +++ b/acct-user/tox/tox-0.ebuild
44 @@ -0,0 +1,13 @@
45 +# Copyright 1999-2019 Gentoo Authors
46 +# Distributed under the terms of the GNU General Public License v2
47 +
48 +EAPI=7
49 +
50 +inherit acct-user
51 +
52 +DESCRIPTION="User for package net-libs/tox"
53 +
54 +ACCT_USER_ID=236 #day-month of first tox commit
55 +ACCT_USER_GROUPS=( tox )
56 +
57 +acct-user_add_deps