summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2012-06-14 10:48:31 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2012-06-14 10:48:31 +0000
commit0dce73e755b42bca3dccd994cd036cdaf47fdbc2 (patch)
treeb95d0684fafde40d30fd5e7a801e69cc491a9b9c /app-officeext
parentsci-chemistry/gabedit: Add gold underlinking patch (diff)
downloadgentoo-2-0dce73e755b42bca3dccd994cd036cdaf47fdbc2.tar.gz
gentoo-2-0dce73e755b42bca3dccd994cd036cdaf47fdbc2.tar.bz2
gentoo-2-0dce73e755b42bca3dccd994cd036cdaf47fdbc2.zip
Most of the annoying lags were fixed in 3.5.4 so remove the warn.
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'app-officeext')
-rw-r--r--app-officeext/languagetool/ChangeLog5
-rw-r--r--app-officeext/languagetool/languagetool-1.7.ebuild8
2 files changed, 5 insertions, 8 deletions
diff --git a/app-officeext/languagetool/ChangeLog b/app-officeext/languagetool/ChangeLog
index 1cb7eb2b0708..0f13f3606bc2 100644
--- a/app-officeext/languagetool/ChangeLog
+++ b/app-officeext/languagetool/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-office/languagetool
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-officeext/languagetool/ChangeLog,v 1.3 2012/05/23 08:54:32 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-officeext/languagetool/ChangeLog,v 1.4 2012/06/14 10:48:31 scarabeus Exp $
+
+ 14 Jun 2012; Tomáš Chvátal <scarabeus@gentoo.org> languagetool-1.7.ebuild:
+ Most of the annoying lags were fixed in 3.5.4 so remove the warn.
23 May 2012; Tomáš Chvátal <scarabeus@gentoo.org> languagetool-1.7.ebuild:
Stable on amd64 and x86.
diff --git a/app-officeext/languagetool/languagetool-1.7.ebuild b/app-officeext/languagetool/languagetool-1.7.ebuild
index 617e98e291e7..0c8fda1980c0 100644
--- a/app-officeext/languagetool/languagetool-1.7.ebuild
+++ b/app-officeext/languagetool/languagetool-1.7.ebuild
@@ -1,6 +1,6 @@
# 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.7.ebuild,v 1.3 2012/05/23 08:54:32 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-officeext/languagetool/languagetool-1.7.ebuild,v 1.4 2012/06/14 10:48:31 scarabeus Exp $
EAPI=4
@@ -25,9 +25,3 @@ DEPEND=""
RDEPEND="${DEPEND}
virtual/ooo[java]
"
-
-pkg_postinst() {
- office-ext_pkg_postinst
- einfo "Be warned that this extension is serious resource hog and thus"
- einfo "it might result in slower operations."
-}