* [gentoo-commits] repo/gentoo:master commit in: virtual/ooo/
@ 2016-12-04 0:08 Andreas Hüttel
0 siblings, 0 replies; 4+ messages in thread
From: Andreas Hüttel @ 2016-12-04 0:08 UTC (permalink / raw
To: gentoo-commits
commit: 54b92b6703f3cb77dd4342c37eec8fa1feef8e4f
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 4 00:08:36 2016 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Dec 4 00:08:36 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54b92b67
virtual/ooo: Bump EAPI
Package-Manager: portage-2.3.2
virtual/ooo/ooo-0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/virtual/ooo/ooo-0.ebuild b/virtual/ooo/ooo-0.ebuild
index 26627b4..74baf50 100644
--- a/virtual/ooo/ooo-0.ebuild
+++ b/virtual/ooo/ooo-0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=4
+EAPI=6
DESCRIPTION="Virtual for OpenOffice.org/LibreOffice"
HOMEPAGE=""
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/ooo/
@ 2021-06-10 15:34 Andreas Sturmlechner
0 siblings, 0 replies; 4+ messages in thread
From: Andreas Sturmlechner @ 2021-06-10 15:34 UTC (permalink / raw
To: gentoo-commits
commit: c1799c449dcfaf7c21525455736108d706c2b6b1
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 6 17:50:05 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jun 10 15:32:15 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1799c44
virtual/ooo: Drop nonexistent app-office/openoffice-bin, IUSE=java
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
virtual/ooo/ooo-1.ebuild | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/virtual/ooo/ooo-1.ebuild b/virtual/ooo/ooo-1.ebuild
new file mode 100644
index 00000000000..99c3de6326f
--- /dev/null
+++ b/virtual/ooo/ooo-1.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Virtual for LibreOffice"
+
+SLOT="0"
+KEYWORDS="amd64 x86"
+
+RDEPEND="
+ || (
+ app-office/libreoffice
+ app-office/libreoffice-bin
+ )
+"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/ooo/
@ 2021-06-10 15:34 Andreas Sturmlechner
0 siblings, 0 replies; 4+ messages in thread
From: Andreas Sturmlechner @ 2021-06-10 15:34 UTC (permalink / raw
To: gentoo-commits
commit: 3c80fec82dd1206dac83877f57348a33385e953a
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 6 17:50:16 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jun 10 15:32:15 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c80fec8
virtual/ooo: Drop 0
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
virtual/ooo/ooo-0.ebuild | 17 -----------------
1 file changed, 17 deletions(-)
diff --git a/virtual/ooo/ooo-0.ebuild b/virtual/ooo/ooo-0.ebuild
deleted file mode 100644
index dee577344ac..00000000000
--- a/virtual/ooo/ooo-0.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Virtual for OpenOffice.org/LibreOffice"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="java"
-
-RDEPEND="
- || (
- app-office/libreoffice[java?]
- app-office/libreoffice-bin[java?]
- app-office/openoffice-bin[java?]
- )
-"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/ooo/
@ 2023-05-03 11:31 Andreas Sturmlechner
0 siblings, 0 replies; 4+ messages in thread
From: Andreas Sturmlechner @ 2023-05-03 11:31 UTC (permalink / raw
To: gentoo-commits
commit: 74760da519241d92122a7d5c9272e0e9392bd7b4
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed May 3 08:52:36 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed May 3 11:30:54 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74760da5
virtual/ooo: update EAPI 7 -> 8
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
virtual/ooo/ooo-1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/virtual/ooo/ooo-1.ebuild b/virtual/ooo/ooo-1.ebuild
index 99c3de6326fb..ec1bd7ab121b 100644
--- a/virtual/ooo/ooo-1.ebuild
+++ b/virtual/ooo/ooo-1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
DESCRIPTION="Virtual for LibreOffice"
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-05-03 11:31 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-03 11:31 [gentoo-commits] repo/gentoo:master commit in: virtual/ooo/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2021-06-10 15:34 Andreas Sturmlechner
2021-06-10 15:34 Andreas Sturmlechner
2016-12-04 0:08 Andreas Hüttel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox