commit: c04ffb3a536fe8599ec1ba0eaa0addcd37dfddde Author: Petr Vaněk <arkamar <AT> atlas <DOT> cz> AuthorDate: Mon Feb 10 22:41:32 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Tue May 5 08:46:34 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c04ffb3a
acct-group/bitlbee: add group for bitlbee Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz> Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> acct-group/bitlbee/bitlbee-0.ebuild | 8 ++++++++ acct-group/bitlbee/metadata.xml | 12 ++++++++++++ 2 files changed, 20 insertions(+) diff --git a/acct-group/bitlbee/bitlbee-0.ebuild b/acct-group/bitlbee/bitlbee-0.ebuild new file mode 100644 index 00000000000..cfecdbf5c9f --- /dev/null +++ b/acct-group/bitlbee/bitlbee-0.ebuild @@ -0,0 +1,8 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +ACCT_GROUP_ID=407 diff --git a/acct-group/bitlbee/metadata.xml b/acct-group/bitlbee/metadata.xml new file mode 100644 index 00000000000..7c3db330c14 --- /dev/null +++ b/acct-group/bitlbee/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"> + <email>[email protected]</email> + <name>Petr Vaněk</name> + </maintainer> + <maintainer type="project"> + <email>[email protected]</email> + <name>Proxy Maintainers</name> + </maintainer> +</pkgmetadata>
