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-group/bitlbee/
Date: Tue, 05 May 2020 08:47:04
Message-Id: 1588668394.c04ffb3a536fe8599ec1ba0eaa0addcd37dfddde.juippis@gentoo
1 commit: c04ffb3a536fe8599ec1ba0eaa0addcd37dfddde
2 Author: Petr Vaněk <arkamar <AT> atlas <DOT> cz>
3 AuthorDate: Mon Feb 10 22:41:32 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Tue May 5 08:46:34 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c04ffb3a
7
8 acct-group/bitlbee: add group for bitlbee
9
10 Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz>
11 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
12
13 acct-group/bitlbee/bitlbee-0.ebuild | 8 ++++++++
14 acct-group/bitlbee/metadata.xml | 12 ++++++++++++
15 2 files changed, 20 insertions(+)
16
17 diff --git a/acct-group/bitlbee/bitlbee-0.ebuild b/acct-group/bitlbee/bitlbee-0.ebuild
18 new file mode 100644
19 index 00000000000..cfecdbf5c9f
20 --- /dev/null
21 +++ b/acct-group/bitlbee/bitlbee-0.ebuild
22 @@ -0,0 +1,8 @@
23 +# Copyright 2020 Gentoo Authors
24 +# Distributed under the terms of the GNU General Public License v2
25 +
26 +EAPI=7
27 +
28 +inherit acct-group
29 +
30 +ACCT_GROUP_ID=407
31
32 diff --git a/acct-group/bitlbee/metadata.xml b/acct-group/bitlbee/metadata.xml
33 new file mode 100644
34 index 00000000000..7c3db330c14
35 --- /dev/null
36 +++ b/acct-group/bitlbee/metadata.xml
37 @@ -0,0 +1,12 @@
38 +<?xml version="1.0" encoding="UTF-8"?>
39 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
40 +<pkgmetadata>
41 + <maintainer type="person">
42 + <email>arkamar@×××××.cz</email>
43 + <name>Petr Vaněk</name>
44 + </maintainer>
45 + <maintainer type="project">
46 + <email>proxy-maint@g.o</email>
47 + <name>Proxy Maintainers</name>
48 + </maintainer>
49 +</pkgmetadata>