Gentoo Archives: gentoo-commits

From: Louis Sautier <sbraz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: acct-group/airdcppd/
Date: Mon, 24 Aug 2020 12:20:23
Message-Id: 1598271603.40936fefc84572004c2768b06aba773dde15b8c9.sbraz@gentoo
1 commit: 40936fefc84572004c2768b06aba773dde15b8c9
2 Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 23 09:59:59 2020 +0000
4 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 24 12:20:03 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40936fef
7
8 acct-group/airdcppd: new group for net-p2p/airdcpp-webclient
9
10 Package-Manager: Portage-3.0.3, Repoman-2.3.23
11 Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
12
13 acct-group/airdcppd/airdcppd-0.ebuild | 9 +++++++++
14 acct-group/airdcppd/metadata.xml | 8 ++++++++
15 2 files changed, 17 insertions(+)
16
17 diff --git a/acct-group/airdcppd/airdcppd-0.ebuild b/acct-group/airdcppd/airdcppd-0.ebuild
18 new file mode 100644
19 index 00000000000..a88d85d58cf
20 --- /dev/null
21 +++ b/acct-group/airdcppd/airdcppd-0.ebuild
22 @@ -0,0 +1,9 @@
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 +DESCRIPTION="Group for net-p2p/airdcpp-webclient"
31 +ACCT_GROUP_ID=464
32
33 diff --git a/acct-group/airdcppd/metadata.xml b/acct-group/airdcppd/metadata.xml
34 new file mode 100644
35 index 00000000000..44039e87f44
36 --- /dev/null
37 +++ b/acct-group/airdcppd/metadata.xml
38 @@ -0,0 +1,8 @@
39 +<?xml version="1.0" encoding="UTF-8"?>
40 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
41 +<pkgmetadata>
42 + <maintainer type="person">
43 + <email>sbraz@g.o</email>
44 + <name>Louis Sautier</name>
45 + </maintainer>
46 +</pkgmetadata>