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 1SfnL5-00085f-KL for garchives@archives.gentoo.org; Sat, 16 Jun 2012 07:22:31 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88B17E081D; Sat, 16 Jun 2012 07:22:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3FBABE081D for ; Sat, 16 Jun 2012 07:22:21 +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 766AC1B4015 for ; Sat, 16 Jun 2012 07:22:20 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2262) id 560372004B; Sat, 16 Jun 2012 07:22:18 +0000 (UTC) From: "Pacho Ramos (pacho)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, pacho@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-text/hunspell: hunspell-1.3.2-r3.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: hunspell-1.3.2-r3.ebuild ChangeLog X-VCS-Directories: app-text/hunspell X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos Content-Type: text/plain; charset=utf8 Message-Id: <20120616072218.560372004B@flycatcher.gentoo.org> Date: Sat, 16 Jun 2012 07:22:18 +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: a4ba6dd8-6bbd-45ae-b707-398e94163afd X-Archives-Hash: ecfa360a08e88edde7ca0e2de6a4b9f4 pacho 12/06/16 07:22:18 Modified: hunspell-1.3.2-r3.ebuild ChangeLog Log: Drop useless elog messages, bug #421275 (with Tom=C3=A1=C5=A1 Chv=C3=A1= tal permission). =20 (Portage version: 2.1.10.65/cvs/Linux x86_64) Revision Changes Path 1.12 app-text/hunspell/hunspell-1.3.2-r3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/hunspell/= hunspell-1.3.2-r3.ebuild?rev=3D1.12&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/hunspell/= hunspell-1.3.2-r3.ebuild?rev=3D1.12&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/hunspell/= hunspell-1.3.2-r3.ebuild?r1=3D1.11&r2=3D1.12 Index: hunspell-1.3.2-r3.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-text/hunspell/hunspell-1.3.2-r3.ebu= ild,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- hunspell-1.3.2-r3.ebuild 13 Jun 2012 16:14:11 -0000 1.11 +++ hunspell-1.3.2-r3.ebuild 16 Jun 2012 07:22:18 -0000 1.12 @@ -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-text/hunspell/hunspell-1.3.2-r3.e= build,v 1.11 2012/06/13 16:14:11 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/hunspell-1.3.2-r3.e= build,v 1.12 2012/06/16 07:22:18 pacho Exp $ =20 EAPI=3D4 inherit eutils multilib autotools flag-o-matic versionator @@ -84,9 +84,3 @@ ln -s lib${PN}{-$(get_major_version).$(get_version_component_range 2).s= o.0.0.0,.so} popd >/dev/null } - -pkg_postinst() { - elog "To use this package you will also need a dictionary." - elog "Hunspell uses myspell format dictionaries; find them" - elog "in the app-dicts category as myspell-." -} 1.108 app-text/hunspell/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/hunspell/= ChangeLog?rev=3D1.108&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/hunspell/= ChangeLog?rev=3D1.108&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/hunspell/= ChangeLog?r1=3D1.107&r2=3D1.108 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-text/hunspell/ChangeLog,v retrieving revision 1.107 retrieving revision 1.108 diff -u -r1.107 -r1.108 --- ChangeLog 13 Jun 2012 16:14:11 -0000 1.107 +++ ChangeLog 16 Jun 2012 07:22:18 -0000 1.108 @@ -1,6 +1,9 @@ # ChangeLog for app-text/hunspell # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/ChangeLog,v 1.107 2= 012/06/13 16:14:11 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/ChangeLog,v 1.108 2= 012/06/16 07:22:18 pacho Exp $ + + 16 Jun 2012; Pacho Ramos hunspell-1.3.2-r3.ebuild: + Drop useless elog messages, bug #421275 (with Tom=C3=A1=C5=A1 Chv=C3=A1= tal permission). =20 13 Jun 2012; Tom=C3=A1=C5=A1 Chv=C3=A1tal hunsp= ell-1.3.2-r3.ebuild: Add sq lang.