From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Rdq9y-00060L-HX for garchives@archives.gentoo.org; Thu, 22 Dec 2011 21:26:42 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 893C521C1F8; Thu, 22 Dec 2011 21:26:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 457FF21C1F8 for ; Thu, 22 Dec 2011 21:26:35 +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 AABC71B4004 for ; Thu, 22 Dec 2011 21:26:34 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2304) id 7D9B02004B; Thu, 22 Dec 2011 21:26:33 +0000 (UTC) From: "Mike Gilbert (floppym)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, floppym@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-python/subvertpy: subvertpy-0.8.9.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: subvertpy-0.8.9.ebuild ChangeLog X-VCS-Directories: dev-python/subvertpy X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert Content-Type: text/plain; charset=utf8 Message-Id: <20111222212633.7D9B02004B@flycatcher.gentoo.org> Date: Thu, 22 Dec 2011 21:26:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: b637e7cb-9c40-4c6e-a679-6d43a8c2a756 X-Archives-Hash: 1fb0a4c46d1d135abeec4c1af6378f4c floppym 11/12/22 21:26:33 Modified: subvertpy-0.8.9.ebuild ChangeLog Log: Add dev-python/testtools as a possible test alternative. =20 (Portage version: 2.2.0_alpha81/cvs/Linux x86_64) Revision Changes Path 1.5 dev-python/subvertpy/subvertpy-0.8.9.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/subvert= py/subvertpy-0.8.9.ebuild?rev=3D1.5&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/subvert= py/subvertpy-0.8.9.ebuild?rev=3D1.5&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/subvert= py/subvertpy-0.8.9.ebuild?r1=3D1.4&r2=3D1.5 Index: subvertpy-0.8.9.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/dev-python/subvertpy/subvertpy-0.8.9.eb= uild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- subvertpy-0.8.9.ebuild 22 Dec 2011 21:02:48 -0000 1.4 +++ subvertpy-0.8.9.ebuild 22 Dec 2011 21:26:33 -0000 1.5 @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/subvertpy/subvertpy-0.8.9.= ebuild,v 1.4 2011/12/22 21:02:48 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/subvertpy/subvertpy-0.8.9.= ebuild,v 1.5 2011/12/22 21:26:33 floppym Exp $ =20 EAPI=3D"3" PYTHON_DEPEND=3D"2" @@ -21,7 +21,11 @@ =20 RDEPEND=3D">=3Ddev-vcs/subversion-1.4" DEPEND=3D"${RDEPEND} - test? ( || ( dev-lang/python:2.7 dev-python/unittest2 ) )" + test? ( || ( + dev-lang/python:2.7 + dev-python/unittest2 + dev-python/testtools + ) )" =20 PYTHON_CFLAGS=3D("2.* + -fno-strict-aliasing") =20 1.38 dev-python/subvertpy/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/subvert= py/ChangeLog?rev=3D1.38&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/subvert= py/ChangeLog?rev=3D1.38&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/subvert= py/ChangeLog?r1=3D1.37&r2=3D1.38 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/dev-python/subvertpy/ChangeLog,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- ChangeLog 22 Dec 2011 21:02:48 -0000 1.37 +++ ChangeLog 22 Dec 2011 21:26:33 -0000 1.38 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/subvertpy # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/subvertpy/ChangeLog,v 1.37= 2011/12/22 21:02:48 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/subvertpy/ChangeLog,v 1.38= 2011/12/22 21:26:33 floppym Exp $ + + 22 Dec 2011; Mike Gilbert subvertpy-0.8.9.ebuild: + Add dev-python/testtools as a possible test alternative. =20 22 Dec 2011; Mike Gilbert subvertpy-0.8.9.ebuild: Drop IUSE=3Dtest; distutils takes care of that.