From d517dce9c09633572f3ca2c583e76dea42d6977c Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Thu, 10 Jun 2021 15:15:56 +0200 Subject: app-officeext/ooo2gd: Drop ~x86 for app-office/libreoffice[java] - app-office/libreoffice[java] is masked for ~x86. - EAPI-7 bump. Bug: https://bugs.gentoo.org/785640 Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner --- app-officeext/ooo2gd/ooo2gd-3.0.0-r1.ebuild | 20 -------------------- app-officeext/ooo2gd/ooo2gd-3.0.0-r2.ebuild | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 app-officeext/ooo2gd/ooo2gd-3.0.0-r1.ebuild create mode 100644 app-officeext/ooo2gd/ooo2gd-3.0.0-r2.ebuild diff --git a/app-officeext/ooo2gd/ooo2gd-3.0.0-r1.ebuild b/app-officeext/ooo2gd/ooo2gd-3.0.0-r1.ebuild deleted file mode 100644 index 9d4e7d9fd04b..000000000000 --- a/app-officeext/ooo2gd/ooo2gd-3.0.0-r1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -OFFICE_REQ_USE="java" - -OFFICE_EXTENSIONS=( - "${PN}_${PV}.oxt" -) -inherit office-ext-r1 - -DESCRIPTION="Extension for export to Google docs, zoho and WebDAV" -HOMEPAGE="https://code.google.com/p/ooo2gd/" -SRC_URI="https://ooo2gd.googlecode.com/files/${PN}_${PV}.oxt" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" diff --git a/app-officeext/ooo2gd/ooo2gd-3.0.0-r2.ebuild b/app-officeext/ooo2gd/ooo2gd-3.0.0-r2.ebuild new file mode 100644 index 000000000000..20b1a6c4d995 --- /dev/null +++ b/app-officeext/ooo2gd/ooo2gd-3.0.0-r2.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +OFFICE_REQ_USE="java" + +OFFICE_EXTENSIONS=( + "${PN}_${PV}.oxt" +) +inherit office-ext-r1 + +DESCRIPTION="Extension for export to Google docs, zoho and WebDAV" +HOMEPAGE="https://code.google.com/p/ooo2gd/" +SRC_URI="https://ooo2gd.googlecode.com/files/${PN}_${PV}.oxt" + +LICENSE="LGPL-2" +SLOT="0" +KEYWORDS="amd64" +IUSE="" -- cgit v1.2.3-65-gdbad