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 1RdpeU-0000ZM-9A for garchives@archives.gentoo.org; Thu, 22 Dec 2011 20:54:10 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75BB321C1EE; Thu, 22 Dec 2011 20:54:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3934A21C1EE for ; Thu, 22 Dec 2011 20:54:03 +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 69D031B4011 for ; Thu, 22 Dec 2011 20:54:02 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2304) id 3714A2004C; Thu, 22 Dec 2011 20:54:01 +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/cssutils: cssutils-0.9.7.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: cssutils-0.9.7.ebuild ChangeLog X-VCS-Directories: dev-python/cssutils X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert Content-Type: text/plain; charset=utf8 Message-Id: <20111222205401.3714A2004C@flycatcher.gentoo.org> Date: Thu, 22 Dec 2011 20:54:01 +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: c5cc0b05-6ae4-482b-a3cb-a1955150a511 X-Archives-Hash: 8898021bfae28e6bb6de246361e4fb0d floppym 11/12/22 20:54:01 Modified: cssutils-0.9.7.ebuild ChangeLog Log: Fix test failures. Patch by Ian Delaney. Bug 386807. =20 (Portage version: 2.2.0_alpha81/cvs/Linux x86_64) Revision Changes Path 1.7 dev-python/cssutils/cssutils-0.9.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cssutil= s/cssutils-0.9.7.ebuild?rev=3D1.7&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cssutil= s/cssutils-0.9.7.ebuild?rev=3D1.7&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cssutil= s/cssutils-0.9.7.ebuild?r1=3D1.6&r2=3D1.7 Index: cssutils-0.9.7.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/cssutils/cssutils-0.9.7.ebui= ld,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- cssutils-0.9.7.ebuild 11 Dec 2011 21:48:58 -0000 1.6 +++ cssutils-0.9.7.ebuild 22 Dec 2011 20:54:01 -0000 1.7 @@ -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/cssutils/cssutils-0.9.7.eb= uild,v 1.6 2011/12/11 21:48:58 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cssutils/cssutils-0.9.7.eb= uild,v 1.7 2011/12/22 20:54:01 floppym Exp $ =20 EAPI=3D"3" PYTHON_DEPEND=3D"2" @@ -8,7 +8,7 @@ RESTRICT_PYTHON_ABIS=3D"3.*" DISTUTILS_SRC_TEST=3D"nosetests" =20 -inherit distutils +inherit distutils eutils =20 MY_P=3D"${PN}-${PV/_alpha/a}" =20 @@ -26,8 +26,6 @@ app-arch/unzip test? ( dev-python/minimock )" =20 -RESTRICT=3D"test" - S=3D"${WORKDIR}/${MY_P}" =20 PYTHON_MODNAME=3D"cssutils encutils" @@ -39,6 +37,9 @@ if has_version dev-python/pyxml; then sed -e "s/test_linecol/_&/" -i src/tests/test_errorhandler.py fi + + # Bug 386807. + epatch "${FILESDIR}/${P}-test.patch" } =20 src_install() { 1.21 dev-python/cssutils/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cssutil= s/ChangeLog?rev=3D1.21&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cssutil= s/ChangeLog?rev=3D1.21&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cssutil= s/ChangeLog?r1=3D1.20&r2=3D1.21 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/cssutils/ChangeLog,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- ChangeLog 11 Dec 2011 21:48:58 -0000 1.20 +++ ChangeLog 22 Dec 2011 20:54:01 -0000 1.21 @@ -1,6 +1,10 @@ # ChangeLog for dev-python/cssutils # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cssutils/ChangeLog,v 1.20 = 2011/12/11 21:48:58 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cssutils/ChangeLog,v 1.21 = 2011/12/22 20:54:01 floppym Exp $ + + 22 Dec 2011; Mike Gilbert + +files/cssutils-0.9.7-test.patch, cssutils-0.9.7.ebuild: + Fix test failures. Patch by Ian Delaney. Bug 386807. =20 11 Dec 2011; Markus Meier cssutils-0.9.7.ebuild: x86 stable, bug #386729