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/libreoffice/
Date: Fri, 13 May 2022 22:51:42
Message-Id: 1652482277.cdb2d0e5aa53a3ed581c084e6dfeb99d6b4768fe.conikost@gentoo
1 commit: cdb2d0e5aa53a3ed581c084e6dfeb99d6b4768fe
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 6 23:30:17 2022 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Fri May 13 22:51:17 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdb2d0e5
7
8 acct-user/libreoffice: initial import
9
10 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
11
12 acct-user/libreoffice/libreoffice-0.ebuild | 14 ++++++++++++++
13 acct-user/libreoffice/metadata.xml | 8 ++++++++
14 2 files changed, 22 insertions(+)
15
16 diff --git a/acct-user/libreoffice/libreoffice-0.ebuild b/acct-user/libreoffice/libreoffice-0.ebuild
17 new file mode 100644
18 index 000000000000..59f859ea5a19
19 --- /dev/null
20 +++ b/acct-user/libreoffice/libreoffice-0.ebuild
21 @@ -0,0 +1,14 @@
22 +# Copyright 1999-2022 Gentoo Authors
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=8
26 +
27 +inherit acct-user
28 +
29 +DESCRIPTION="A user for the headless LibreOffice server"
30 +
31 +ACCT_USER_GROUPS=( "libreoffice" )
32 +ACCT_USER_HOME="/var/lib/libreoffice"
33 +ACCT_USER_ID="512"
34 +
35 +acct-user_add_deps
36
37 diff --git a/acct-user/libreoffice/metadata.xml b/acct-user/libreoffice/metadata.xml
38 new file mode 100644
39 index 000000000000..f632b40c7d8a
40 --- /dev/null
41 +++ b/acct-user/libreoffice/metadata.xml
42 @@ -0,0 +1,8 @@
43 +<?xml version="1.0" encoding="UTF-8"?>
44 +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
45 +<pkgmetadata>
46 + <maintainer type="project">
47 + <email>office@g.o</email>
48 + <name>Gentoo Office project</name>
49 + </maintainer>
50 +</pkgmetadata>