diff options
author | 2020-06-29 17:57:06 +0300 | |
---|---|---|
committer | 2020-07-01 20:37:11 +0200 | |
commit | df4371e253064e8687bd0fefec9d159e9c954ed4 (patch) | |
tree | f85d364a35fdbd3ba481abac7aed4853cb3b2be0 /app-officeext/languagetool/languagetool-3.5.ebuild | |
parent | app-officeext/languagetool: version update to 5.0. (diff) | |
download | gentoo-df4371e253064e8687bd0fefec9d159e9c954ed4.tar.gz gentoo-df4371e253064e8687bd0fefec9d159e9c954ed4.tar.bz2 gentoo-df4371e253064e8687bd0fefec9d159e9c954ed4.zip |
app-officeext/languagetool: remove old versions.
Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com>
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-officeext/languagetool/languagetool-3.5.ebuild')
-rw-r--r-- | app-officeext/languagetool/languagetool-3.5.ebuild | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/app-officeext/languagetool/languagetool-3.5.ebuild b/app-officeext/languagetool/languagetool-3.5.ebuild deleted file mode 100644 index 14d714d60ce5..000000000000 --- a/app-officeext/languagetool/languagetool-3.5.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -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" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=virtual/jre-1.8" |