Gentoo Logo
Gentoo Spaceship




Note: Due to technical difficulties, the Archives are currently not up to date. GMANE provides an alternative service for most mailing lists.
c.f. bug 424647
List Archive: gentoo-commits
Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Headers:
To: gentoo-commits@g.o
From: "Ferris McCormick (fmccor)" <fmccor@g.o>
Subject: gentoo-x86 commit in dev-python/nose: ChangeLog nose-0.10.3.ebuild nose-0.9.3-r1.ebuild
Date: Fri, 01 Aug 2008 11:53:06 +0000
fmccor      08/08/01 11:53:05

  Modified:             ChangeLog nose-0.10.3.ebuild nose-0.9.3-r1.ebuild
  Log:
  Added ~sparc, partly Bug #233554, which see. Both keyworded versions pass
  all tests.
  (Portage version: 2.2_rc5/cvs/Linux 2.6.22-gentoo-r9-ail-simulation-sensors x86_64)

Revision  Changes    Path
1.12                 dev-python/nose/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/nose/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/nose/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/nose/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/nose/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	25 Jun 2008 10:26:21 -0000	1.11
+++ ChangeLog	1 Aug 2008 11:53:05 -0000	1.12
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/nose
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/ChangeLog,v 1.11 2008/06/25 10:26:21 hawking Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/ChangeLog,v 1.12 2008/08/01 11:53:05 fmccor Exp $
+
+  01 Aug 2008; Ferris McCormick <fmccor@g.o> nose-0.9.3-r1.ebuild,
+  nose-0.10.3.ebuild:
+  Added ~sparc, partly Bug #233554, which see. Both keyworded versions pass
+  all tests.
 
 *nose-0.10.3 (25 Jun 2008)
 



1.2                  dev-python/nose/nose-0.10.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/nose/nose-0.10.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/nose/nose-0.10.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/nose/nose-0.10.3.ebuild?r1=1.1&r2=1.2

Index: nose-0.10.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/nose/nose-0.10.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nose-0.10.3.ebuild	25 Jun 2008 10:26:21 -0000	1.1
+++ nose-0.10.3.ebuild	1 Aug 2008 11:53:05 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/nose-0.10.3.ebuild,v 1.1 2008/06/25 10:26:21 hawking Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/nose-0.10.3.ebuild,v 1.2 2008/08/01 11:53:05 fmccor Exp $
 
 inherit distutils eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~sparc ~x86"
 IUSE="doc examples test"
 
 RDEPEND="dev-python/setuptools"



1.3                  dev-python/nose/nose-0.9.3-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/nose/nose-0.9.3-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/nose/nose-0.9.3-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/nose/nose-0.9.3-r1.ebuild?r1=1.2&r2=1.3

Index: nose-0.9.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/nose/nose-0.9.3-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- nose-0.9.3-r1.ebuild	11 Oct 2007 11:19:02 -0000	1.2
+++ nose-0.9.3-r1.ebuild	1 Aug 2008 11:53:05 -0000	1.3
@@ -1,12 +1,12 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/nose-0.9.3-r1.ebuild,v 1.2 2007/10/11 11:19:02 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/nose-0.9.3-r1.ebuild,v 1.3 2008/08/01 11:53:05 fmccor Exp $
 
 NEED_PYTHON=2.2
 
 inherit distutils eutils
 
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~sparc x86"
 
 DESCRIPTION="An alternate test discovery and running process for unittest."
 HOMEPAGE="http://somethingaboutorange.com/mrl/projects/nose/"





Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Previous by thread:
portage r11313 - main/tags
Next by thread:
gentoo-x86 commit in dev-python/nose: ChangeLog nose-0.10.3.ebuild nose-0.9.3-r1.ebuild
Previous by date:
gentoo-x86 commit in gnustep-apps/affiche: affiche-0.6.0-r3.ebuild ChangeLog
Next by date:
gentoo-x86 commit in x11-terms/evilvte: evilvte-0.4.3.ebuild ChangeLog


Updated Jun 26, 2012

Summary: Archive of the gentoo-commits mailing list.

Donate to support our development efforts.

Copyright 2001-2013 Gentoo Foundation, Inc. Questions, Comments? Contact us.