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 4EA881381F3 for ; Sun, 19 May 2013 12:27:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D43A9E086A; Sun, 19 May 2013 12:27:45 +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 636C2E086A for ; Sun, 19 May 2013 12:27:45 +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 7AE8933E469 for ; Sun, 19 May 2013 12:27:44 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2314) id 425AF2171D; Sun, 19 May 2013 12:27:43 +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 dev-python/six: six-1.3.0.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: six-1.3.0.ebuild ChangeLog X-VCS-Directories: dev-python/six X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130519122743.425AF2171D@flycatcher.gentoo.org> Date: Sun, 19 May 2013 12:27:43 +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: c8ae5120-1462-4065-93e8-2da6fdfc7a6a X-Archives-Hash: 64831af230ce4467210a3c3c567a1cd2 ago 13/05/19 12:27:43 Modified: six-1.3.0.ebuild ChangeLog Log: Stable for amd64, wrt bug #469994 (Portage version: 2.1.11.63/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F) Revision Changes Path 1.3 dev-python/six/six-1.3.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/six/six-1.3.0.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/six/six-1.3.0.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/six/six-1.3.0.ebuild?r1=1.2&r2=1.3 Index: six-1.3.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/six/six-1.3.0.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- six-1.3.0.ebuild 17 May 2013 16:36:35 -0000 1.2 +++ six-1.3.0.ebuild 19 May 2013 12:27:43 -0000 1.3 @@ -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/dev-python/six/six-1.3.0.ebuild,v 1.2 2013/05/17 16:36:35 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/six/six-1.3.0.ebuild,v 1.3 2013/05/19 12:27:43 ago Exp $ EAPI=5 PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_8,1_9,2_0} ) @@ -13,7 +13,7 @@ LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos" IUSE="doc test" DEPEND="doc? ( dev-python/sphinx ) 1.19 dev-python/six/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/six/ChangeLog?rev=1.19&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/six/ChangeLog?rev=1.19&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/six/ChangeLog?r1=1.18&r2=1.19 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/six/ChangeLog,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- ChangeLog 17 May 2013 16:36:35 -0000 1.18 +++ ChangeLog 19 May 2013 12:27:43 -0000 1.19 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/six # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/six/ChangeLog,v 1.18 2013/05/17 16:36:35 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/six/ChangeLog,v 1.19 2013/05/19 12:27:43 ago Exp $ + + 19 May 2013; Agostino Sarubbo six-1.3.0.ebuild: + Stable for amd64, wrt bug #469994 17 May 2013; Jeroen Roovers six-1.3.0.ebuild: Stable for HPPA (bug #469994).