summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2012-10-05 11:34:44 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2012-10-05 11:34:44 +0000
commit0e5e2893c3ab2b812e316593542bd89d2cd21e7f (patch)
treeed85a1ea6da434fa1b18e4d42aa1b40f21e57bbc /app-officeext/languagetool
parentRemove old versions of setuptools. (diff)
downloadgentoo-2-0e5e2893c3ab2b812e316593542bd89d2cd21e7f.tar.gz
gentoo-2-0e5e2893c3ab2b812e316593542bd89d2cd21e7f.tar.bz2
gentoo-2-0e5e2893c3ab2b812e316593542bd89d2cd21e7f.zip
Version bump to latest.
(Portage version: 2.2.0_alpha135/cvs/Linux x86_64)
Diffstat (limited to 'app-officeext/languagetool')
-rw-r--r--app-officeext/languagetool/ChangeLog7
-rw-r--r--app-officeext/languagetool/languagetool-1.9.ebuild27
2 files changed, 33 insertions, 1 deletions
diff --git a/app-officeext/languagetool/ChangeLog b/app-officeext/languagetool/ChangeLog
index 03dcf8bddce5..2fc263db51be 100644
--- a/app-officeext/languagetool/ChangeLog
+++ b/app-officeext/languagetool/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-officeext/languagetool
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-officeext/languagetool/ChangeLog,v 1.6 2012/08/03 13:10:58 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-officeext/languagetool/ChangeLog,v 1.7 2012/10/05 11:34:44 scarabeus Exp $
+
+*languagetool-1.9 (05 Oct 2012)
+
+ 05 Oct 2012; Tomáš Chvátal <scarabeus@gentoo.org> +languagetool-1.9.ebuild:
+ Version bump to latest.
03 Aug 2012; Tomáš Chvátal <scarabeus@gentoo.org> -languagetool-1.7.ebuild,
languagetool-1.8.ebuild:
diff --git a/app-officeext/languagetool/languagetool-1.9.ebuild b/app-officeext/languagetool/languagetool-1.9.ebuild
new file mode 100644
index 000000000000..84b0197050ef
--- /dev/null
+++ b/app-officeext/languagetool/languagetool-1.9.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-officeext/languagetool/languagetool-1.9.ebuild,v 1.1 2012/10/05 11:34:44 scarabeus Exp $
+
+EAPI=4
+
+MY_P="LanguageTool-${PV}"
+
+OO_EXTENSIONS=(
+ "${MY_P}.oxt"
+)
+
+inherit office-ext
+
+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=""
+
+DEPEND=""
+RDEPEND="${DEPEND}
+ virtual/ooo[java]
+"