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 591BE138A1F for ; Sun, 13 Apr 2014 11:06:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA4D3E0AAE; Sun, 13 Apr 2014 11:06:21 +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 7781BE0AAE for ; Sun, 13 Apr 2014 11:06:21 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A55C73400ED for ; Sun, 13 Apr 2014 11:06:20 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2314) id 788512004B; Sun, 13 Apr 2014 11:06:19 +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-proxy/squid: squid-3.3.12.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: squid-3.3.12.ebuild ChangeLog X-VCS-Directories: net-proxy/squid X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140413110619.788512004B@flycatcher.gentoo.org> Date: Sun, 13 Apr 2014 11:06:19 +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: 6f4e33ea-ca5f-441c-a06c-96601e721821 X-Archives-Hash: 7ff07ac265dcfe53c9b8432fef7ad9d9 ago 14/04/13 11:06:19 Modified: squid-3.3.12.ebuild ChangeLog Log: Stable for ppc, wrt bug #504176 (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F) Revision Changes Path 1.6 net-proxy/squid/squid-3.3.12.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/squid/squid-3.3.12.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/squid/squid-3.3.12.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/squid/squid-3.3.12.ebuild?r1=1.5&r2=1.6 Index: squid-3.3.12.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-proxy/squid/squid-3.3.12.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- squid-3.3.12.ebuild 12 Apr 2014 09:35:23 -0000 1.5 +++ squid-3.3.12.ebuild 13 Apr 2014 11:06:19 -0000 1.6 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/squid-3.3.12.ebuild,v 1.5 2014/04/12 09:35:23 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/squid-3.3.12.ebuild,v 1.6 2014/04/13 11:06:19 ago Exp $ EAPI=5 @@ -12,7 +12,7 @@ LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~x86-fbsd" IUSE="caps ipv6 pam ldap samba sasl kerberos nis radius ssl snmp selinux logrotate test \ ecap icap-client ssl-crtd \ mysql postgres sqlite \ 1.458 net-proxy/squid/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/squid/ChangeLog?rev=1.458&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/squid/ChangeLog?rev=1.458&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/squid/ChangeLog?r1=1.457&r2=1.458 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-proxy/squid/ChangeLog,v retrieving revision 1.457 retrieving revision 1.458 diff -u -r1.457 -r1.458 --- ChangeLog 12 Apr 2014 09:35:23 -0000 1.457 +++ ChangeLog 13 Apr 2014 11:06:19 -0000 1.458 @@ -1,6 +1,9 @@ # ChangeLog for net-proxy/squid # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/ChangeLog,v 1.457 2014/04/12 09:35:23 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/ChangeLog,v 1.458 2014/04/13 11:06:19 ago Exp $ + + 13 Apr 2014; Agostino Sarubbo squid-3.3.12.ebuild: + Stable for ppc, wrt bug #504176 12 Apr 2014; Agostino Sarubbo squid-3.3.12.ebuild: Stable for x86, wrt bug #504176