Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/ooo/
Date: Thu, 10 Jun 2021 15:34:51
Message-Id: 1623339135.c1799c449dcfaf7c21525455736108d706c2b6b1.asturm@gentoo
1 commit: c1799c449dcfaf7c21525455736108d706c2b6b1
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 6 17:50:05 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 10 15:32:15 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1799c44
7
8 virtual/ooo: Drop nonexistent app-office/openoffice-bin, IUSE=java
9
10 Package-Manager: Portage-3.0.19, Repoman-3.0.3
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 virtual/ooo/ooo-1.ebuild | 16 ++++++++++++++++
14 1 file changed, 16 insertions(+)
15
16 diff --git a/virtual/ooo/ooo-1.ebuild b/virtual/ooo/ooo-1.ebuild
17 new file mode 100644
18 index 00000000000..99c3de6326f
19 --- /dev/null
20 +++ b/virtual/ooo/ooo-1.ebuild
21 @@ -0,0 +1,16 @@
22 +# Copyright 1999-2021 Gentoo Authors
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=7
26 +
27 +DESCRIPTION="Virtual for LibreOffice"
28 +
29 +SLOT="0"
30 +KEYWORDS="amd64 x86"
31 +
32 +RDEPEND="
33 + || (
34 + app-office/libreoffice
35 + app-office/libreoffice-bin
36 + )
37 +"