diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-07-14 20:17:56 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-07-14 21:50:52 +0200 |
commit | b898ed93a15dc7f355935ca972187bbe98402c0a (patch) | |
tree | aed544329a16f95468a33aa2738f0c1864bfb1f0 /acct-group/firebird | |
parent | acct-group/cockroach: add group (110) cockroach (diff) | |
download | gentoo-b898ed93a15dc7f355935ca972187bbe98402c0a.tar.gz gentoo-b898ed93a15dc7f355935ca972187bbe98402c0a.tar.bz2 gentoo-b898ed93a15dc7f355935ca972187bbe98402c0a.zip |
acct-group/firebird: add group (450) firebird
Bug: https://bugs.gentoo.org/781275
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'acct-group/firebird')
-rw-r--r-- | acct-group/firebird/firebird-0.ebuild | 10 | ||||
-rw-r--r-- | acct-group/firebird/metadata.xml | 7 |
2 files changed, 17 insertions, 0 deletions
diff --git a/acct-group/firebird/firebird-0.ebuild b/acct-group/firebird/firebird-0.ebuild new file mode 100644 index 000000000000..4494d9646e31 --- /dev/null +++ b/acct-group/firebird/firebird-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 dev-db/firebird" + +ACCT_GROUP_ID="450" diff --git a/acct-group/firebird/metadata.xml b/acct-group/firebird/metadata.xml new file mode 100644 index 000000000000..278489a3490c --- /dev/null +++ b/acct-group/firebird/metadata.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>office@gentoo.org</email> + </maintainer> +</pkgmetadata> |