diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2013-06-20 11:50:18 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2013-06-20 11:50:18 +0000 |
commit | 1f708f1a1e9b2041c97b61065910ae1225b6565f (patch) | |
tree | cac11be770e5a9bf0dc35c124a523dfc177a2f47 | |
parent | Non-maintainer commit: Version bump (diff) | |
download | gentoo-2-1f708f1a1e9b2041c97b61065910ae1225b6565f.tar.gz gentoo-2-1f708f1a1e9b2041c97b61065910ae1225b6565f.tar.bz2 gentoo-2-1f708f1a1e9b2041c97b61065910ae1225b6565f.zip |
Version bump to 2.1. Fixes bug#470170.
(Portage version: 2.2.0_alpha181/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
-rw-r--r-- | app-officeext/languagetool/ChangeLog | 7 | ||||
-rw-r--r-- | app-officeext/languagetool/languagetool-2.1.ebuild | 24 |
2 files changed, 30 insertions, 1 deletions
diff --git a/app-officeext/languagetool/ChangeLog b/app-officeext/languagetool/ChangeLog index 52471c4fd325..8048478fa891 100644 --- a/app-officeext/languagetool/ChangeLog +++ b/app-officeext/languagetool/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-officeext/languagetool # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-officeext/languagetool/ChangeLog,v 1.12 2013/05/17 11:24:30 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-officeext/languagetool/ChangeLog,v 1.13 2013/06/20 11:50:18 scarabeus Exp $ + +*languagetool-2.1 (20 Jun 2013) + + 20 Jun 2013; Tomáš Chvátal <scarabeus@gentoo.org> +languagetool-2.1.ebuild: + Version bump to 2.1. Fixes bug#470170. 17 May 2013; Tomáš Chvátal <scarabeus@gentoo.org> -languagetool-2.0.ebuild, languagetool-2.0-r1.ebuild: diff --git a/app-officeext/languagetool/languagetool-2.1.ebuild b/app-officeext/languagetool/languagetool-2.1.ebuild new file mode 100644 index 000000000000..a2b8eb2a2da7 --- /dev/null +++ b/app-officeext/languagetool/languagetool-2.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-officeext/languagetool/languagetool-2.1.ebuild,v 1.1 2013/06/20 11:50:18 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="" |