commit: 6f10274a02d0ce042e3bec0591ae60be6339c807 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Wed Apr 6 23:28:34 2022 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Fri May 13 22:51:16 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f10274a
acct-group/libreoffice: initial import Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> acct-group/libreoffice/libreoffice-0.ebuild | 8 ++++++++ acct-group/libreoffice/metadata.xml | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/acct-group/libreoffice/libreoffice-0.ebuild b/acct-group/libreoffice/libreoffice-0.ebuild new file mode 100644 index 000000000000..bf052171998d --- /dev/null +++ b/acct-group/libreoffice/libreoffice-0.ebuild @@ -0,0 +1,8 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit acct-group + +ACCT_GROUP_ID="512" diff --git a/acct-group/libreoffice/metadata.xml b/acct-group/libreoffice/metadata.xml new file mode 100644 index 000000000000..f632b40c7d8a --- /dev/null +++ b/acct-group/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>
