diff options
author | Louis Sautier <sbraz@gentoo.org> | 2020-08-23 11:59:59 +0200 |
---|---|---|
committer | Louis Sautier <sbraz@gentoo.org> | 2020-08-24 14:20:03 +0200 |
commit | 40936fefc84572004c2768b06aba773dde15b8c9 (patch) | |
tree | 6a03e1eef9ee33e2b61d451c9a1797f1ff543465 /acct-group | |
parent | dev-libs/girara: Drop myself from maintainers (diff) | |
download | gentoo-40936fefc84572004c2768b06aba773dde15b8c9.tar.gz gentoo-40936fefc84572004c2768b06aba773dde15b8c9.tar.bz2 gentoo-40936fefc84572004c2768b06aba773dde15b8c9.zip |
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@gentoo.org>
Diffstat (limited to 'acct-group')
-rw-r--r-- | acct-group/airdcppd/airdcppd-0.ebuild | 9 | ||||
-rw-r--r-- | acct-group/airdcppd/metadata.xml | 8 |
2 files changed, 17 insertions, 0 deletions
diff --git a/acct-group/airdcppd/airdcppd-0.ebuild b/acct-group/airdcppd/airdcppd-0.ebuild new file mode 100644 index 000000000000..a88d85d58cfb --- /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 000000000000..44039e87f449 --- /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>sbraz@gentoo.org</email> + <name>Louis Sautier</name> + </maintainer> +</pkgmetadata> |