commit: cdb2d0e5aa53a3ed581c084e6dfeb99d6b4768fe Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Wed Apr 6 23:30:17 2022 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Fri May 13 22:51:17 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdb2d0e5
acct-user/libreoffice: initial import Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> acct-user/libreoffice/libreoffice-0.ebuild | 14 ++++++++++++++ acct-user/libreoffice/metadata.xml | 8 ++++++++ 2 files changed, 22 insertions(+) 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>[email protected]</email> + <name>Gentoo Office project</name> + </maintainer> +</pkgmetadata>
