From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id CBD1F138010 for ; Fri, 14 Sep 2012 18:49:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7494AE0384; Fri, 14 Sep 2012 18:49:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 373F6E0384 for ; Fri, 14 Sep 2012 18:49:10 +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 6F76C33D762 for ; Fri, 14 Sep 2012 18:49:09 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2192) id 3657221600; Fri, 14 Sep 2012 18:49:08 +0000 (UTC) From: "Markus Meier (maekke)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, maekke@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-mail/fetchmail: fetchmail-6.3.22.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: fetchmail-6.3.22.ebuild ChangeLog X-VCS-Directories: net-mail/fetchmail X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20120914184908.3657221600@flycatcher.gentoo.org> Date: Fri, 14 Sep 2012 18:49:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9fb2e75e-41fd-45d5-8f2a-d7751141c0b9 X-Archives-Hash: 8060ef38dfb512e0d4d3ae2b2f426b1b maekke 12/09/14 18:49:08 Modified: fetchmail-6.3.22.ebuild ChangeLog Log: arm stable, bug #431284 (Portage version: 2.1.11.13/cvs/Linux x86_64) Revision Changes Path 1.5 net-mail/fetchmail/fetchmail-6.3.22.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.22.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.22.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.22.ebuild?r1=1.4&r2=1.5 Index: fetchmail-6.3.22.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.22.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- fetchmail-6.3.22.ebuild 13 Sep 2012 07:20:56 -0000 1.4 +++ fetchmail-6.3.22.ebuild 14 Sep 2012 18:49:07 -0000 1.5 @@ -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/net-mail/fetchmail/fetchmail-6.3.22.ebuild,v 1.4 2012/09/13 07:20:56 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.22.ebuild,v 1.5 2012/09/14 18:49:07 maekke Exp $ EAPI=4 @@ -16,7 +16,7 @@ LICENSE="GPL-2 public-domain" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="ssl nls kerberos hesiod tk socks" RDEPEND="hesiod? ( net-dns/hesiod ) 1.231 net-mail/fetchmail/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/fetchmail/ChangeLog?rev=1.231&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/fetchmail/ChangeLog?rev=1.231&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/fetchmail/ChangeLog?r1=1.230&r2=1.231 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-mail/fetchmail/ChangeLog,v retrieving revision 1.230 retrieving revision 1.231 diff -u -r1.230 -r1.231 --- ChangeLog 13 Sep 2012 07:20:56 -0000 1.230 +++ ChangeLog 14 Sep 2012 18:49:07 -0000 1.231 @@ -1,6 +1,9 @@ # ChangeLog for net-mail/fetchmail # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/ChangeLog,v 1.230 2012/09/13 07:20:56 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/ChangeLog,v 1.231 2012/09/14 18:49:07 maekke Exp $ + + 14 Sep 2012; Markus Meier fetchmail-6.3.22.ebuild: + arm stable, bug #431284 13 Sep 2012; Pawel Hajdan jr fetchmail-6.3.22.ebuild: x86 stable wrt bug #431284