From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Sf7bb-0002UT-Ga for garchives@archives.gentoo.org; Thu, 14 Jun 2012 10:48:47 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66913E050E; Thu, 14 Jun 2012 10:48:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 1F3D7E050E for ; Thu, 14 Jun 2012 10:48:33 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 739C81B4068 for ; Thu, 14 Jun 2012 10:48:32 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2230) id 277702004B; Thu, 14 Jun 2012 10:48:31 +0000 (UTC) From: "Tomas Chvatal (scarabeus)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, scarabeus@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-officeext/languagetool: languagetool-1.7.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: languagetool-1.7.ebuild ChangeLog X-VCS-Directories: app-officeext/languagetool X-VCS-Committer: scarabeus X-VCS-Committer-Name: Tomas Chvatal Content-Type: text/plain; charset=utf8 Message-Id: <20120614104831.277702004B@flycatcher.gentoo.org> Date: Thu, 14 Jun 2012 10:48:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 445e4725-6cfb-4553-a224-72dfd05ab126 X-Archives-Hash: 9dec14a161da690429f5c1366aafe95a scarabeus 12/06/14 10:48:31 Modified: languagetool-1.7.ebuild ChangeLog Log: Most of the annoying lags were fixed in 3.5.4 so remove the warn. =20 (Portage version: 2.2.0_alpha110/cvs/Linux x86_64) Revision Changes Path 1.4 app-officeext/languagetool/languagetool-1.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-officeext/lang= uagetool/languagetool-1.7.ebuild?rev=3D1.4&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-officeext/lang= uagetool/languagetool-1.7.ebuild?rev=3D1.4&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-officeext/lang= uagetool/languagetool-1.7.ebuild?r1=3D1.3&r2=3D1.4 Index: languagetool-1.7.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/app-officeext/languagetool/languagetool= -1.7.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- languagetool-1.7.ebuild 23 May 2012 08:54:32 -0000 1.3 +++ languagetool-1.7.ebuild 14 Jun 2012 10:48:31 -0000 1.4 @@ -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/languageto= ol-1.7.ebuild,v 1.3 2012/05/23 08:54:32 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-officeext/languagetool/languageto= ol-1.7.ebuild,v 1.4 2012/06/14 10:48:31 scarabeus Exp $ =20 EAPI=3D4 =20 @@ -25,9 +25,3 @@ RDEPEND=3D"${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." -} 1.4 app-officeext/languagetool/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-officeext/lang= uagetool/ChangeLog?rev=3D1.4&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-officeext/lang= uagetool/ChangeLog?rev=3D1.4&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-officeext/lang= uagetool/ChangeLog?r1=3D1.3&r2=3D1.4 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/app-officeext/languagetool/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 23 May 2012 08:54:32 -0000 1.3 +++ ChangeLog 14 Jun 2012 10:48:31 -0000 1.4 @@ -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=C3=A1=C5=A1 Chv=C3=A1tal langu= agetool-1.7.ebuild: + Most of the annoying lags were fixed in 3.5.4 so remove the warn. =20 23 May 2012; Tom=C3=A1=C5=A1 Chv=C3=A1tal langu= agetool-1.7.ebuild: Stable on amd64 and x86.