From 788adf6a7e3b13f83b01e77d4b9bb0b4f43ba7bd Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Thu, 10 Jun 2021 15:14:00 +0200 Subject: app-officeext/languagetool: Drop ~x86 for app-office/libreoffice[java] app-office/libreoffice[java] is masked for ~x86. Bug: https://bugs.gentoo.org/785640 Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner --- .../languagetool/languagetool-5.1.3-r1.ebuild | 23 ++++++++++++++++++++++ .../languagetool/languagetool-5.1.3.ebuild | 23 ---------------------- 2 files changed, 23 insertions(+), 23 deletions(-) create mode 100644 app-officeext/languagetool/languagetool-5.1.3-r1.ebuild delete mode 100644 app-officeext/languagetool/languagetool-5.1.3.ebuild (limited to 'app-officeext') diff --git a/app-officeext/languagetool/languagetool-5.1.3-r1.ebuild b/app-officeext/languagetool/languagetool-5.1.3-r1.ebuild new file mode 100644 index 000000000000..8f2c69b29b00 --- /dev/null +++ b/app-officeext/languagetool/languagetool-5.1.3-r1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +MY_P="LanguageTool-${PV}" + +OFFICE_REQ_USE="java" +OFFICE_EXTENSIONS=( + "${MY_P}.oxt" +) + +inherit office-ext-r1 + +DESCRIPTION="Style and Grammar Checker for libreoffice" +HOMEPAGE="https://www.languagetool.org/" +SRC_URI="https://www.languagetool.org/download/${MY_P}.oxt" + +LICENSE="LGPL-2.1+" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=">=virtual/jre-1.8" diff --git a/app-officeext/languagetool/languagetool-5.1.3.ebuild b/app-officeext/languagetool/languagetool-5.1.3.ebuild deleted file mode 100644 index 962894ba86e5..000000000000 --- a/app-officeext/languagetool/languagetool-5.1.3.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -MY_P="LanguageTool-${PV}" - -OFFICE_REQ_USE="java" -OFFICE_EXTENSIONS=( - "${MY_P}.oxt" -) - -inherit office-ext-r1 - -DESCRIPTION="Style and Grammar Checker for libreoffice" -HOMEPAGE="https://www.languagetool.org/" -SRC_URI="https://www.languagetool.org/download/${MY_P}.oxt" - -LICENSE="LGPL-2.1+" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=">=virtual/jre-1.8" -- cgit v1.2.3-65-gdbad