summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2013-01-03 20:01:10 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2013-01-03 20:01:10 +0000
commit4613c53bace5631f59c7289f090e1079ef61ad96 (patch)
treecf035ff013c09f7900cb8586c19ea9d605725a89 /app-officeext/languagetool
parentStable for x86, wrt bug #449544 (diff)
downloadgentoo-2-4613c53bace5631f59c7289f090e1079ef61ad96.tar.gz
gentoo-2-4613c53bace5631f59c7289f090e1079ef61ad96.tar.bz2
gentoo-2-4613c53bace5631f59c7289f090e1079ef61ad96.zip
Version bump to the latest.
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'app-officeext/languagetool')
-rw-r--r--app-officeext/languagetool/ChangeLog9
-rw-r--r--app-officeext/languagetool/languagetool-2.0.ebuild27
2 files changed, 34 insertions, 2 deletions
diff --git a/app-officeext/languagetool/ChangeLog b/app-officeext/languagetool/ChangeLog
index edb513299f77..1d2f572edfae 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.8 2012/10/24 15:07:46 scarabeus Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-officeext/languagetool/ChangeLog,v 1.9 2013/01/03 20:01:10 scarabeus Exp $
+
+*languagetool-2.0 (03 Jan 2013)
+
+ 03 Jan 2013; Tomáš Chvátal <scarabeus@gentoo.org> +languagetool-2.0.ebuild:
+ Version bump to the latest.
24 Oct 2012; Tomáš Chvátal <scarabeus@gentoo.org> -languagetool-1.8.ebuild,
languagetool-1.9.ebuild:
diff --git a/app-officeext/languagetool/languagetool-2.0.ebuild b/app-officeext/languagetool/languagetool-2.0.ebuild
new file mode 100644
index 000000000000..20b6cb646a79
--- /dev/null
+++ b/app-officeext/languagetool/languagetool-2.0.ebuild
@@ -0,0 +1,27 @@
+# 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.0.ebuild,v 1.1 2013/01/03 20:01:10 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]
+"