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 EC206138CC5 for ; Tue, 24 Mar 2015 17:26:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E96DE09B6; Tue, 24 Mar 2015 17:26:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2770DE09B6 for ; Tue, 24 Mar 2015 17:26:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 42A89340A25 for ; Tue, 24 Mar 2015 17:26:08 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2314) id 07FAA14725; Tue, 24 Mar 2015 17:26:07 +0000 (UTC) From: "Agostino Sarubbo (ago)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ago@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-firewall/shorewall: shorewall-4.6.6.2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: shorewall-4.6.6.2.ebuild ChangeLog X-VCS-Directories: net-firewall/shorewall X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150324172607.07FAA14725@oystercatcher.gentoo.org> Date: Tue, 24 Mar 2015 17:26:07 +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: 67a744c0-27c4-40fd-a1fa-ae08c28a9deb X-Archives-Hash: f6b666d6cac7430bfbad9cbcf3e1bb71 ago 15/03/24 17:26:07 Modified: shorewall-4.6.6.2.ebuild ChangeLog Log: Stable for amd64, wrt bug #543450 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F) Revision Changes Path 1.4 net-firewall/shorewall/shorewall-4.6.6.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/shorewall/shorewall-4.6.6.2.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/shorewall/shorewall-4.6.6.2.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/shorewall/shorewall-4.6.6.2.ebuild?r1=1.3&r2=1.4 Index: shorewall-4.6.6.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-firewall/shorewall/shorewall-4.6.6.2.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- shorewall-4.6.6.2.ebuild 19 Mar 2015 18:38:38 -0000 1.3 +++ shorewall-4.6.6.2.ebuild 24 Mar 2015 17:26:06 -0000 1.4 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/shorewall-4.6.6.2.ebuild,v 1.3 2015/03/19 18:38:38 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/shorewall-4.6.6.2.ebuild,v 1.4 2015/03/24 17:26:06 ago Exp $ EAPI="5" @@ -68,7 +68,7 @@ unset _tmp_last_index unset _tmp_suffix else - KEYWORDS="~alpha ~amd64 hppa ~ppc ~ppc64 ~sparc ~x86" + KEYWORDS="~alpha amd64 hppa ~ppc ~ppc64 ~sparc ~x86" fi SRC_URI=" 1.279 net-firewall/shorewall/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/shorewall/ChangeLog?rev=1.279&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/shorewall/ChangeLog?rev=1.279&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/shorewall/ChangeLog?r1=1.278&r2=1.279 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-firewall/shorewall/ChangeLog,v retrieving revision 1.278 retrieving revision 1.279 diff -u -r1.278 -r1.279 --- ChangeLog 19 Mar 2015 18:38:38 -0000 1.278 +++ ChangeLog 24 Mar 2015 17:26:06 -0000 1.279 @@ -1,6 +1,9 @@ # ChangeLog for net-firewall/shorewall # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/ChangeLog,v 1.278 2015/03/19 18:38:38 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/ChangeLog,v 1.279 2015/03/24 17:26:06 ago Exp $ + + 24 Mar 2015; Agostino Sarubbo shorewall-4.6.6.2.ebuild: + Stable for amd64, wrt bug #543450 19 Mar 2015; Jeroen Roovers shorewall-4.6.6.2.ebuild: Stable for HPPA (bug #543450).