diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2022-04-07 01:28:34 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-05-14 00:51:16 +0200 |
commit | 6f10274a02d0ce042e3bec0591ae60be6339c807 (patch) | |
tree | dc06df5cabbf1f8a963a83da9b5bab1bc545d057 /acct-group | |
parent | www-apps/rt: migrate to glep-81 (diff) | |
download | gentoo-6f10274a02d0ce042e3bec0591ae60be6339c807.tar.gz gentoo-6f10274a02d0ce042e3bec0591ae60be6339c807.tar.bz2 gentoo-6f10274a02d0ce042e3bec0591ae60be6339c807.zip |
acct-group/libreoffice: initial import
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'acct-group')
-rw-r--r-- | acct-group/libreoffice/libreoffice-0.ebuild | 8 | ||||
-rw-r--r-- | acct-group/libreoffice/metadata.xml | 8 |
2 files changed, 16 insertions, 0 deletions
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>office@gentoo.org</email> + <name>Gentoo Office project</name> + </maintainer> +</pkgmetadata> |