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 CD8781381F4 for ; Sat, 8 Dec 2012 15:42:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BDC8921C018; Sat, 8 Dec 2012 15:42:29 +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 3402821C018 for ; Sat, 8 Dec 2012 15:42:29 +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 4C68333DEEA for ; Sat, 8 Dec 2012 15:42:28 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2279) id 1545F2171D; Sat, 8 Dec 2012 15:42:27 +0000 (UTC) From: "Michal Gorny (mgorny)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, mgorny@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: mgorny X-VCS-Committer-Name: Michal Gorny Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20121208154227.1545F2171D@flycatcher.gentoo.org> Date: Sat, 8 Dec 2012 15:42:27 +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: 59a2689b-4a9a-4eb5-840f-22b797abd3a9 X-Archives-Hash: ba3d5d4b5feedceaa205f1598e371f72 mgorny 12/12/08 15:42:27 Modified: pytest-cov-1.6.ebuild ChangeLog Log: Add PYTHON_USEDEP on migrated packages. (Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key 42B9401D) Revision Changes Path 1.2 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.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.6.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.6.ebuild?r1=1.1&r2=1.2 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.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pytest-cov-1.6.ebuild 16 Nov 2012 18:50:48 -0000 1.1 +++ pytest-cov-1.6.ebuild 8 Dec 2012 15:42:26 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2012 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.1 2012/11/16 18:50:48 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.6.ebuild,v 1.2 2012/12/08 15:42:26 mgorny Exp $ EAPI="4" @@ -17,5 +17,5 @@ IUSE="" DEPEND="" -RDEPEND="dev-python/pytest - dev-python/cov-core" +RDEPEND="dev-python/pytest[${PYTHON_USEDEP}] + dev-python/cov-core[${PYTHON_USEDEP}]" 1.2 dev-python/pytest-cov/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-cov/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-cov/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-cov/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 16 Nov 2012 18:50:48 -0000 1.1 +++ ChangeLog 8 Dec 2012 15:42:26 -0000 1.2 @@ -1,10 +1,12 @@ # ChangeLog for dev-python/pytest-cov # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/ChangeLog,v 1.1 2012/11/16 18:50:48 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/ChangeLog,v 1.2 2012/12/08 15:42:26 mgorny Exp $ + + 08 Dec 2012; Michał Górny pytest-cov-1.6.ebuild: + Add PYTHON_USEDEP on migrated packages. *pytest-cov-1.6 (16 Nov 2012) 16 Nov 2012; Patrick McLean +pytest-cov-1.6.ebuild, +metadata.xml: New package, py.test plugin for coverage reporting -