summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2022-04-07 01:30:17 +0200
committerConrad Kostecki <conikost@gentoo.org>2022-05-14 00:51:17 +0200
commitcdb2d0e5aa53a3ed581c084e6dfeb99d6b4768fe (patch)
tree25e0500e9f53352a6b02657f6c13f35801b791d1 /acct-user
parentacct-group/libreoffice: initial import (diff)
downloadgentoo-cdb2d0e5aa53a3ed581c084e6dfeb99d6b4768fe.tar.gz
gentoo-cdb2d0e5aa53a3ed581c084e6dfeb99d6b4768fe.tar.bz2
gentoo-cdb2d0e5aa53a3ed581c084e6dfeb99d6b4768fe.zip
acct-user/libreoffice: initial import
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'acct-user')
-rw-r--r--acct-user/libreoffice/libreoffice-0.ebuild14
-rw-r--r--acct-user/libreoffice/metadata.xml8
2 files changed, 22 insertions, 0 deletions
diff --git a/acct-user/libreoffice/libreoffice-0.ebuild b/acct-user/libreoffice/libreoffice-0.ebuild
new file mode 100644
index 000000000000..59f859ea5a19
--- /dev/null
+++ b/acct-user/libreoffice/libreoffice-0.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit acct-user
+
+DESCRIPTION="A user for the headless LibreOffice server"
+
+ACCT_USER_GROUPS=( "libreoffice" )
+ACCT_USER_HOME="/var/lib/libreoffice"
+ACCT_USER_ID="512"
+
+acct-user_add_deps
diff --git a/acct-user/libreoffice/metadata.xml b/acct-user/libreoffice/metadata.xml
new file mode 100644
index 000000000000..f632b40c7d8a
--- /dev/null
+++ b/acct-user/libreoffice/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>office@gentoo.org</email>
+ <name>Gentoo Office project</name>
+ </maintainer>
+</pkgmetadata>