summaryrefslogtreecommitdiff
path: root/app-officeext/languagetool/languagetool-5.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-06-15 14:57:03 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-06-15 14:57:03 +0100
commitd18bf1e01b65ee4bf0c804e2843b282d3d4e5d7c (patch)
tree4a95cbc6ffdf13bad6ecbc7f8d5af99631984123 /app-officeext/languagetool/languagetool-5.0.ebuild
parente748ba9741f6540f4675c23e3e37b73e822c13a4 (diff)
gentoo resync : 15.06.2021
Diffstat (limited to 'app-officeext/languagetool/languagetool-5.0.ebuild')
-rw-r--r--app-officeext/languagetool/languagetool-5.0.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/app-officeext/languagetool/languagetool-5.0.ebuild b/app-officeext/languagetool/languagetool-5.0.ebuild
deleted file mode 100644
index 962894ba86e5..000000000000
--- a/app-officeext/languagetool/languagetool-5.0.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"