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 C40321393DD for ; Thu, 7 Aug 2014 09:03:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A19E2E0940; Thu, 7 Aug 2014 09:03:02 +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 E8D62E0940 for ; Thu, 7 Aug 2014 09:02:31 +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 12B1C34026D for ; Thu, 7 Aug 2014 09:02:14 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2078) id 1C3992004E; Thu, 7 Aug 2014 09:02:09 +0000 (UTC) From: "Jeroen Roovers (jer)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, jer@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-python/cython: cython-0.19.1-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: cython-0.19.1-r1.ebuild ChangeLog X-VCS-Directories: dev-python/cython X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140807090210.1C3992004E@flycatcher.gentoo.org> Date: Thu, 7 Aug 2014 09:02:09 +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: 4c3aa0a6-2963-429e-979a-a20bddfa3e1f X-Archives-Hash: 0a8126665155ccf4503e99cb4136a9b1 jer 14/08/07 09:02:09 Modified: cython-0.19.1-r1.ebuild ChangeLog Log: Stable for HPPA (bug #506042). (Portage version: 2.2.11-r1/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613) Revision Changes Path 1.6 dev-python/cython/cython-0.19.1-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/cython-0.19.1-r1.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/cython-0.19.1-r1.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/cython-0.19.1-r1.ebuild?r1=1.5&r2=1.6 Index: cython-0.19.1-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/cython/cython-0.19.1-r1.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- cython-0.19.1-r1.ebuild 2 Aug 2014 12:44:04 -0000 1.5 +++ cython-0.19.1-r1.ebuild 7 Aug 2014 09:02:08 -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/dev-python/cython/cython-0.19.1-r1.ebuild,v 1.5 2014/08/02 12:44:04 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/cython-0.19.1-r1.ebuild,v 1.6 2014/08/07 09:02:08 jer Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 ) @@ -16,7 +16,7 @@ LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="doc test" # Note: update numpy dep when it is fixed for py3.3. 1.119 dev-python/cython/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/ChangeLog?rev=1.119&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/ChangeLog?rev=1.119&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/ChangeLog?r1=1.118&r2=1.119 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/cython/ChangeLog,v retrieving revision 1.118 retrieving revision 1.119 diff -u -r1.118 -r1.119 --- ChangeLog 2 Aug 2014 12:44:04 -0000 1.118 +++ ChangeLog 7 Aug 2014 09:02:08 -0000 1.119 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/cython # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/ChangeLog,v 1.118 2014/08/02 12:44:04 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/ChangeLog,v 1.119 2014/08/07 09:02:08 jer Exp $ + + 07 Aug 2014; Jeroen Roovers cython-0.19.1-r1.ebuild: + Stable for HPPA (bug #506042). 02 Aug 2014; Agostino Sarubbo cython-0.19.1-r1.ebuild: Stable for x86, wrt bug #506042