diff options
Diffstat (limited to 'app-officeext/languagetool')
-rw-r--r-- | app-officeext/languagetool/ChangeLog | 5 | ||||
-rw-r--r-- | app-officeext/languagetool/languagetool-1.7.ebuild | 8 |
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." -} |