Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: acct-user/firebird/
Date: Tue, 29 Mar 2022 20:09:38
Message-Id: 1648584528.e54a3466a2bc3685c1c5035a7a411afb24fa5684.conikost@gentoo
1 commit: e54a3466a2bc3685c1c5035a7a411afb24fa5684
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 29 19:32:26 2022 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 29 20:08:48 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e54a3466
7
8 acct-user/firebird: add 0
9
10 Bug: https://bugs.gentoo.org/781275
11 Closes: https://github.com/gentoo/gentoo/pull/24809
12 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
13
14 acct-user/firebird/firebird-0.ebuild | 18 ++++++++++++++++++
15 acct-user/firebird/metadata.xml | 7 +++++++
16 2 files changed, 25 insertions(+)
17
18 diff --git a/acct-user/firebird/firebird-0.ebuild b/acct-user/firebird/firebird-0.ebuild
19 new file mode 100644
20 index 000000000000..ace9543cdeca
21 --- /dev/null
22 +++ b/acct-user/firebird/firebird-0.ebuild
23 @@ -0,0 +1,18 @@
24 +# Copyright 1999-2022 Gentoo Authors
25 +# Distributed under the terms of the GNU General Public License v2
26 +
27 +EAPI=8
28 +
29 +inherit acct-user
30 +
31 +DESCRIPTION="A user for net-dialup/mgetty"
32 +
33 +ACCT_USER_GROUPS=( "firebird" )
34 +ACCT_USER_ID="520"
35 +ACCT_USER_SHELL="/bin/sh"
36 +
37 +acct-user_add_deps
38 +
39 +pkg_setup() {
40 + ACCT_USER_HOME="/usr/$(get_libdir)/firebird"
41 +}
42
43 diff --git a/acct-user/firebird/metadata.xml b/acct-user/firebird/metadata.xml
44 new file mode 100644
45 index 000000000000..38b823e1432d
46 --- /dev/null
47 +++ b/acct-user/firebird/metadata.xml
48 @@ -0,0 +1,7 @@
49 +<?xml version="1.0" encoding="UTF-8"?>
50 +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
51 +<pkgmetadata>
52 + <maintainer type="project">
53 + <email>office@g.o</email>
54 + </maintainer>
55 +</pkgmetadata>