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 743A3138CA3 for ; Mon, 13 Apr 2015 09:14:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14B5AE0935; Mon, 13 Apr 2015 09:14:46 +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 A667AE0935 for ; Mon, 13 Apr 2015 09:14:45 +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 E95183406B4 for ; Mon, 13 Apr 2015 09:14:44 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2314) id ABEE815D25; Mon, 13 Apr 2015 09:14: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/pytest-cov: pytest-cov-1.6.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: pytest-cov-1.6.ebuild ChangeLog X-VCS-Directories: dev-python/pytest-cov X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150413091443.ABEE815D25@oystercatcher.gentoo.org> Date: Mon, 13 Apr 2015 09:14: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: 8a324705-73c3-4c48-828e-3248969fea9e X-Archives-Hash: 3f14455a1bb9aa708c487893016826c4 ago 15/04/13 09:14:43 Modified: pytest-cov-1.6.ebuild ChangeLog Log: Stable for alpha, wrt bug #525562 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F) Revision Changes Path 1.13 dev-python/pytest-cov/pytest-cov-1.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.6.ebuild?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.6.ebuild?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.6.ebuild?r1=1.12&r2=1.13 Index: pytest-cov-1.6.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.6.ebuild,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- pytest-cov-1.6.ebuild 30 Dec 2014 10:24:06 -0000 1.12 +++ pytest-cov-1.6.ebuild 13 Apr 2015 09:14:43 -0000 1.13 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.6.ebuild,v 1.12 2014/12/30 10:24:06 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.6.ebuild,v 1.13 2015/04/13 09:14:43 ago Exp $ EAPI="5" @@ -13,7 +13,7 @@ LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 arm hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="alpha ~amd64 arm hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="" DEPEND="" 1.16 dev-python/pytest-cov/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-cov/ChangeLog?rev=1.16&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-cov/ChangeLog?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-cov/ChangeLog?r1=1.15&r2=1.16 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/ChangeLog,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- ChangeLog 4 Apr 2015 19:33:35 -0000 1.15 +++ ChangeLog 13 Apr 2015 09:14:43 -0000 1.16 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pytest-cov # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/ChangeLog,v 1.15 2015/04/04 19:33:35 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/ChangeLog,v 1.16 2015/04/13 09:14:43 ago Exp $ + + 13 Apr 2015; Agostino Sarubbo pytest-cov-1.6.ebuild: + Stable for alpha, wrt bug #525562 04 Apr 2015; Mike Frysinger pytest-cov-1.8.1.ebuild: Mark arm64/ia64/m68k/s390/sh stable.