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 C83F0198005 for ; Sat, 23 Mar 2013 13:34:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5CCEFE060F; Sat, 23 Mar 2013 13:34:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E0C4EE060F for ; Sat, 23 Mar 2013 13:34:31 +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 25C5C33D73B for ; Sat, 23 Mar 2013 13:34:30 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2314) id E5CBA2171D; Sat, 23 Mar 2013 13:34:28 +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.2.9.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: squid-3.2.9.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: <20130323133428.E5CBA2171D@flycatcher.gentoo.org> Date: Sat, 23 Mar 2013 13:34:28 +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: b5e79dd8-afec-4d54-9d9d-40274d488f3e X-Archives-Hash: 06afa5754248a01c3c403cbfdad366af ago 13/03/23 13:34:28 Modified: squid-3.2.9.ebuild ChangeLog Log: Stable for alpha, wrt bug #461492 (Portage version: 2.1.11.52/cvs/Linux ppc64, signed Manifest commit with key 7194459F) Revision Changes Path 1.9 net-proxy/squid/squid-3.2.9.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/squid/squid-3.2.9.ebuild?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/squid/squid-3.2.9.ebuild?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/squid/squid-3.2.9.ebuild?r1=1.8&r2=1.9 Index: squid-3.2.9.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-proxy/squid/squid-3.2.9.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- squid-3.2.9.ebuild 17 Mar 2013 16:01:50 -0000 1.8 +++ squid-3.2.9.ebuild 23 Mar 2013 13:34:28 -0000 1.9 @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/squid-3.2.9.ebuild,v 1.8 2013/03/17 16:01:50 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/squid-3.2.9.ebuild,v 1.9 2013/03/23 13:34:28 ago Exp $ EAPI=4 inherit eutils pam toolchain-funcs autotools linux-info user versionator @@ -11,7 +11,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.404 net-proxy/squid/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/squid/ChangeLog?rev=1.404&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/squid/ChangeLog?rev=1.404&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/squid/ChangeLog?r1=1.403&r2=1.404 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-proxy/squid/ChangeLog,v retrieving revision 1.403 retrieving revision 1.404 diff -u -r1.403 -r1.404 --- ChangeLog 17 Mar 2013 16:01:50 -0000 1.403 +++ ChangeLog 23 Mar 2013 13:34:28 -0000 1.404 @@ -1,6 +1,9 @@ # ChangeLog for net-proxy/squid # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/ChangeLog,v 1.403 2013/03/17 16:01:50 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/ChangeLog,v 1.404 2013/03/23 13:34:28 ago Exp $ + + 23 Mar 2013; Agostino Sarubbo squid-3.2.9.ebuild: + Stable for alpha, wrt bug #461492 17 Mar 2013; Agostino Sarubbo squid-3.2.9.ebuild: Stable for sparc, wrt bug #461492