summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2014-09-07 12:41:43 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2014-09-07 12:41:43 +0000
commitd70cca530f5e1cd53b467eb233715b9b0dd4ce3b (patch)
treece39ea553cee6ecc0ea7f9e5feb762f53d1c26ff /app-officeext/languagetool
parentAdd missing include (#522166 by Juergen Rose and Franz Fellner) (diff)
downloadgentoo-2-d70cca530f5e1cd53b467eb233715b9b0dd4ce3b.tar.gz
gentoo-2-d70cca530f5e1cd53b467eb233715b9b0dd4ce3b.tar.bz2
gentoo-2-d70cca530f5e1cd53b467eb233715b9b0dd4ce3b.zip
Version bump to 2.6. Drop 2.4. Stabilise 2.5 on amd64 and x86. Fixes bug#518584.
(Portage version: 2.2.8-r1/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.5.ebuild6
-rw-r--r--app-officeext/languagetool/languagetool-2.6.ebuild (renamed from app-officeext/languagetool/languagetool-2.4.ebuild)6
3 files changed, 14 insertions, 7 deletions
diff --git a/app-officeext/languagetool/ChangeLog b/app-officeext/languagetool/ChangeLog
index 5e3e054d7c03..87b8b5009a0e 100644
--- a/app-officeext/languagetool/ChangeLog
+++ b/app-officeext/languagetool/ChangeLog
@@ -1,6 +1,13 @@
# 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.16 2014/04/06 08:57:08 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-officeext/languagetool/ChangeLog,v 1.17 2014/09/07 12:41:43 scarabeus Exp $
+
+*languagetool-2.6 (07 Sep 2014)
+
+ 07 Sep 2014; Tomáš Chvátal <scarabeus@gentoo.org> +languagetool-2.6.ebuild,
+ -languagetool-2.4.ebuild, languagetool-2.5.ebuild:
+ Version bump to 2.6. Drop 2.4. Stabilise 2.5 on amd64 and x86. Fixes
+ bug#518584.
*languagetool-2.5 (06 Apr 2014)
diff --git a/app-officeext/languagetool/languagetool-2.5.ebuild b/app-officeext/languagetool/languagetool-2.5.ebuild
index a1c8aaa0e635..a2210e0da296 100644
--- a/app-officeext/languagetool/languagetool-2.5.ebuild
+++ b/app-officeext/languagetool/languagetool-2.5.ebuild
@@ -1,6 +1,6 @@
# 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.5.ebuild,v 1.1 2014/04/06 08:57:08 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-officeext/languagetool/languagetool-2.5.ebuild,v 1.2 2014/09/07 12:41:43 scarabeus Exp $
EAPI=5
@@ -20,7 +20,7 @@ SRC_URI="http://www.languagetool.org/download/${MY_P}.oxt"
LICENSE="LGPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
-RDEPEND=">=virtual/jdk-1.7"
+RDEPEND=">=virtual/jdk-1.6"
diff --git a/app-officeext/languagetool/languagetool-2.4.ebuild b/app-officeext/languagetool/languagetool-2.6.ebuild
index ec70cad187eb..56aea899322d 100644
--- a/app-officeext/languagetool/languagetool-2.4.ebuild
+++ b/app-officeext/languagetool/languagetool-2.6.ebuild
@@ -1,6 +1,6 @@
# 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.4.ebuild,v 1.2 2014/04/06 08:57:08 scarabeus Exp $
+# $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
@@ -20,7 +20,7 @@ SRC_URI="http://www.languagetool.org/download/${MY_P}.oxt"
LICENSE="LGPL-2"
SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="~amd64 ~x86"
IUSE=""
-RDEPEND=">=virtual/jdk-1.6"
+RDEPEND=">=virtual/jdk-1.7"