diff options
Diffstat (limited to 'acct-group/rslsync')
-rw-r--r-- | acct-group/rslsync/metadata.xml | 12 | ||||
-rw-r--r-- | acct-group/rslsync/rslsync-0.ebuild | 10 |
2 files changed, 22 insertions, 0 deletions
diff --git a/acct-group/rslsync/metadata.xml b/acct-group/rslsync/metadata.xml new file mode 100644 index 000000000000..0002e1a56764 --- /dev/null +++ b/acct-group/rslsync/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person" proxied="yes"> + <email>spiderx@spiderx.dp.ua</email> + <name>Vladimir Pavljuchenkov</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> +</pkgmetadata> diff --git a/acct-group/rslsync/rslsync-0.ebuild b/acct-group/rslsync/rslsync-0.ebuild new file mode 100644 index 000000000000..c4e17e79078d --- /dev/null +++ b/acct-group/rslsync/rslsync-0.ebuild @@ -0,0 +1,10 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +DESCRIPTION="A group for net-p2p/resilio-sync" + +ACCT_GROUP_ID="175" |