diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-11-26 17:45:10 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-11-26 17:46:47 +0100 |
commit | 26e7f4afa06d272c26112296e44c9da9565ce030 (patch) | |
tree | 50c15d36bae8ee3cc3d510135ddc42dbc3747d2e /app-officeext/languagetool/languagetool-3.5.ebuild | |
parent | kde-apps/kwave: fix depgraph (diff) | |
download | gentoo-26e7f4afa06d272c26112296e44c9da9565ce030.tar.gz gentoo-26e7f4afa06d272c26112296e44c9da9565ce030.tar.bz2 gentoo-26e7f4afa06d272c26112296e44c9da9565ce030.zip |
app-officeext/languagetool: Version bump
Package-Manager: portage-2.3.2
Diffstat (limited to 'app-officeext/languagetool/languagetool-3.5.ebuild')
-rw-r--r-- | app-officeext/languagetool/languagetool-3.5.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/app-officeext/languagetool/languagetool-3.5.ebuild b/app-officeext/languagetool/languagetool-3.5.ebuild new file mode 100644 index 000000000000..c628d42701bd --- /dev/null +++ b/app-officeext/languagetool/languagetool-3.5.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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" |