commit: 40936fefc84572004c2768b06aba773dde15b8c9 Author: Louis Sautier <sbraz <AT> gentoo <DOT> org> AuthorDate: Sun Aug 23 09:59:59 2020 +0000 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org> CommitDate: Mon Aug 24 12:20:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40936fef
acct-group/airdcppd: new group for net-p2p/airdcpp-webclient Package-Manager: Portage-3.0.3, Repoman-2.3.23 Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org> acct-group/airdcppd/airdcppd-0.ebuild | 9 +++++++++ acct-group/airdcppd/metadata.xml | 8 ++++++++ 2 files changed, 17 insertions(+) diff --git a/acct-group/airdcppd/airdcppd-0.ebuild b/acct-group/airdcppd/airdcppd-0.ebuild new file mode 100644 index 00000000000..a88d85d58cf --- /dev/null +++ b/acct-group/airdcppd/airdcppd-0.ebuild @@ -0,0 +1,9 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +DESCRIPTION="Group for net-p2p/airdcpp-webclient" +ACCT_GROUP_ID=464 diff --git a/acct-group/airdcppd/metadata.xml b/acct-group/airdcppd/metadata.xml new file mode 100644 index 00000000000..44039e87f44 --- /dev/null +++ b/acct-group/airdcppd/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>[email protected]</email> + <name>Louis Sautier</name> + </maintainer> +</pkgmetadata>
