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:52
Message-Id: 1623339135.3c80fec82dd1206dac83877f57348a33385e953a.asturm@gentoo
1 commit: 3c80fec82dd1206dac83877f57348a33385e953a
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 6 17:50:16 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=3c80fec8
7
8 virtual/ooo: Drop 0
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-0.ebuild | 17 -----------------
14 1 file changed, 17 deletions(-)
15
16 diff --git a/virtual/ooo/ooo-0.ebuild b/virtual/ooo/ooo-0.ebuild
17 deleted file mode 100644
18 index dee577344ac..00000000000
19 --- a/virtual/ooo/ooo-0.ebuild
20 +++ /dev/null
21 @@ -1,17 +0,0 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -DESCRIPTION="Virtual for OpenOffice.org/LibreOffice"
28 -SLOT="0"
29 -KEYWORDS="amd64 x86"
30 -IUSE="java"
31 -
32 -RDEPEND="
33 - || (
34 - app-office/libreoffice[java?]
35 - app-office/libreoffice-bin[java?]
36 - app-office/openoffice-bin[java?]
37 - )
38 -"