diff options
Diffstat (limited to 'app-officeext/languagetool/languagetool-2.6.ebuild')
-rw-r--r-- | app-officeext/languagetool/languagetool-2.6.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/app-officeext/languagetool/languagetool-2.6.ebuild b/app-officeext/languagetool/languagetool-2.6.ebuild new file mode 100644 index 000000000000..56aea899322d --- /dev/null +++ b/app-officeext/languagetool/languagetool-2.6.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-officeext/languagetool/languagetool-2.6.ebuild,v 1.1 2014/09/07 12:41:43 scarabeus Exp $ + +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="http://www.languagetool.org/" +SRC_URI="http://www.languagetool.org/download/${MY_P}.oxt" + +LICENSE="LGPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=virtual/jdk-1.7" |