diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-12-28 22:16:55 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-12-28 22:16:55 +0000 |
commit | 36054993834e4ffb854fae18caa8dd0dd394b8f1 (patch) | |
tree | fb18f56aa4bfd726880409ce1e6f4f697ebb1585 /app-officeext | |
parent | Drop support of unsupported python2.6. Drop run_in_build_dir which is guarant... (diff) | |
download | gentoo-2-36054993834e4ffb854fae18caa8dd0dd394b8f1.tar.gz gentoo-2-36054993834e4ffb854fae18caa8dd0dd394b8f1.tar.bz2 gentoo-2-36054993834e4ffb854fae18caa8dd0dd394b8f1.zip |
Version bump, bug 524240
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 84AD142F)
Diffstat (limited to 'app-officeext')
-rw-r--r-- | app-officeext/languagetool/ChangeLog | 8 | ||||
-rw-r--r-- | app-officeext/languagetool/languagetool-2.7.ebuild | 26 |
2 files changed, 33 insertions, 1 deletions
diff --git a/app-officeext/languagetool/ChangeLog b/app-officeext/languagetool/ChangeLog index 87b8b5009a0e..f77121e89936 100644 --- a/app-officeext/languagetool/ChangeLog +++ b/app-officeext/languagetool/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-officeext/languagetool # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-officeext/languagetool/ChangeLog,v 1.17 2014/09/07 12:41:43 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-officeext/languagetool/ChangeLog,v 1.18 2014/12/28 22:16:55 dilfridge Exp $ + +*languagetool-2.7 (28 Dec 2014) + + 28 Dec 2014; Andreas K. Huettel <dilfridge@gentoo.org> + +languagetool-2.7.ebuild: + Version bump, bug 524240 *languagetool-2.6 (07 Sep 2014) diff --git a/app-officeext/languagetool/languagetool-2.7.ebuild b/app-officeext/languagetool/languagetool-2.7.ebuild new file mode 100644 index 000000000000..c12d6853df62 --- /dev/null +++ b/app-officeext/languagetool/languagetool-2.7.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.7.ebuild,v 1.1 2014/12/28 22:16:55 dilfridge 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" |