commit: 8a19e46805ff7c5d85249fa18b015ae2b1846090 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sat Apr 18 14:36:50 2020 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sat Apr 18 14:42:20 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a19e468
acct-group/gpib: Add gpib group Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> acct-group/gpib/gpib-0.ebuild | 8 ++++++++ acct-group/gpib/metadata.xml | 12 ++++++++++++ 2 files changed, 20 insertions(+) diff --git a/acct-group/gpib/gpib-0.ebuild b/acct-group/gpib/gpib-0.ebuild new file mode 100644 index 00000000000..88caead90e5 --- /dev/null +++ b/acct-group/gpib/gpib-0.ebuild @@ -0,0 +1,8 @@ +# Copyright 2019-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +ACCT_GROUP_ID=409 diff --git a/acct-group/gpib/metadata.xml b/acct-group/gpib/metadata.xml new file mode 100644 index 00000000000..106f5ca4aa8 --- /dev/null +++ b/acct-group/gpib/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>Andreas K. Huettel</name> + </maintainer> + <maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo Electronics Project</name> + </maintainer> +</pkgmetadata>
