From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-581940-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id D11891381F3
	for <garchives@archives.gentoo.org>; Thu, 18 Apr 2013 16:19:01 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 805A2E0C69;
	Thu, 18 Apr 2013 16:18:58 +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 05DCCE0C69
	for <gentoo-commits@lists.gentoo.org>; Thu, 18 Apr 2013 16:18:57 +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 1F77033BECC
	for <gentoo-commits@lists.gentoo.org>; Thu, 18 Apr 2013 16:18:57 +0000 (UTC)
Received: by flycatcher.gentoo.org (Postfix, from userid 2332)
	id CDFB82171D; Thu, 18 Apr 2013 16:18:54 +0000 (UTC)
From: "Ian Delaney (idella4)" <idella4@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Reply-To: gentoo-dev@lists.gentoo.org, idella4@gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pyface: pyface-4.3.0-r1.ebuild ChangeLog
X-VCS-Repository: gentoo-x86
X-VCS-Files: pyface-4.3.0-r1.ebuild ChangeLog
X-VCS-Directories: dev-python/pyface
X-VCS-Committer: idella4
X-VCS-Committer-Name: Ian Delaney
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit
Message-Id: <20130418161854.CDFB82171D@flycatcher.gentoo.org>
Date: Thu, 18 Apr 2013 16:18:54 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 3f17de68-c515-484d-8588-e3a1d7c03f20
X-Archives-Hash: 672b36dc321f00c65a89733fab94fd24

idella4     13/04/18 16:18:54

  Modified:             pyface-4.3.0-r1.ebuild ChangeLog
  Log:
  fix to building docs, corrections to syntax in test phase
  
  (Portage version: 2.1.11.60/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)

Revision  Changes    Path
1.2                  dev-python/pyface/pyface-4.3.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyface/pyface-4.3.0-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyface/pyface-4.3.0-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyface/pyface-4.3.0-r1.ebuild?r1=1.1&r2=1.2

Index: pyface-4.3.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyface/pyface-4.3.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pyface-4.3.0-r1.ebuild	11 Apr 2013 16:05:33 -0000	1.1
+++ pyface-4.3.0-r1.ebuild	18 Apr 2013 16:18:54 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyface/pyface-4.3.0-r1.ebuild,v 1.1 2013/04/11 16:05:33 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyface/pyface-4.3.0-r1.ebuild,v 1.2 2013/04/18 16:18:54 idella4 Exp $
 
 EAPI=5
 
@@ -32,16 +32,16 @@
 DOCS=( docs/*.txt )
 
 python_compile_all() {
-	use doc && emake -C docs html
+	use doc && virtualmake -C docs html
 }
 
 python_test() {
 	export ETS_TOOLKIT=qt4
 	export QT_API=pyqt
 	# set nosetests to ignore tests unpassable by these vars.
-	VIRTUALX_COMMAND="nosetests -v -I composite_grid_model_test_case* \
-		-I simple_grid_model_test_case* \
-		-I test_split_editor_area_pane*" virtualmake
+	VIRTUALX_COMMAND="nosetests" virtualmake -v -I 'composite_grid_model_test_case*' \
+		-I 'simple_grid_model_test_case*' \
+		-I 'test_split_editor_area_pane*'
 }
 
 python_install_all() {



1.9                  dev-python/pyface/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyface/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyface/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyface/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyface/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	11 Apr 2013 16:05:33 -0000	1.8
+++ ChangeLog	18 Apr 2013 16:18:54 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pyface
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyface/ChangeLog,v 1.8 2013/04/11 16:05:33 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyface/ChangeLog,v 1.9 2013/04/18 16:18:54 idella4 Exp $
+
+  18 Apr 2013; Ian Delaney <idella4@gentoo.org> pyface-4.3.0-r1.ebuild:
+  fix to building docs, corrections to syntax in test phase
 
 *pyface-4.3.0-r1 (11 Apr 2013)