public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/ansi2html: ansi2html-0.9.1.ebuild ChangeLog
@ 2012-07-22  7:38 Corentin Chary (iksaif)
  0 siblings, 0 replies; 2+ messages in thread
From: Corentin Chary (iksaif) @ 2012-07-22  7:38 UTC (permalink / raw
  To: gentoo-commits

iksaif      12/07/22 07:38:45

  Modified:             ansi2html-0.9.1.ebuild ChangeLog
  Log:
  Remove useless workaround (there is a patch)
  
  (Portage version: 2.1.11.7/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-python/ansi2html/ansi2html-0.9.1.ebuild

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

Index: ansi2html-0.9.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/ansi2html/ansi2html-0.9.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ansi2html-0.9.1.ebuild	22 Jul 2012 07:37:10 -0000	1.1
+++ ansi2html-0.9.1.ebuild	22 Jul 2012 07:38:45 -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/ansi2html/ansi2html-0.9.1.ebuild,v 1.1 2012/07/22 07:37:10 iksaif Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ansi2html/ansi2html-0.9.1.ebuild,v 1.2 2012/07/22 07:38:45 iksaif Exp $
 
 EAPI="4"
 
@@ -34,11 +34,3 @@
 		epatch "${FILESDIR}/${PN}-0.9.1-fix-sys-argv-in-tests.patch"
 	fi
 }
-
-src_test() {
-	# Workaround for https://github.com/ralphbean/ansi2html/issues/17
-	testing() {
-		nosetests
-	}
-	python_execute_function testing
-}



1.2                  dev-python/ansi2html/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/ansi2html/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	22 Jul 2012 07:37:10 -0000	1.1
+++ ChangeLog	22 Jul 2012 07:38:45 -0000	1.2
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/ansi2html
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ansi2html/ChangeLog,v 1.1 2012/07/22 07:37:10 iksaif Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ansi2html/ChangeLog,v 1.2 2012/07/22 07:38:45 iksaif Exp $
+
+  22 Jul 2012; Corentin Chary <iksaif@gentoo.org> ansi2html-0.9.1.ebuild:
+  Remove useless workaround (there is a patch)
 
 *ansi2html-0.9.1 (22 Jul 2012)
 





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/ansi2html: ansi2html-0.9.1.ebuild ChangeLog
@ 2012-08-07  9:28 Patrick Lauer (patrick)
  0 siblings, 0 replies; 2+ messages in thread
From: Patrick Lauer (patrick) @ 2012-08-07  9:28 UTC (permalink / raw
  To: gentoo-commits

patrick     12/08/07 09:28:57

  Modified:             ansi2html-0.9.1.ebuild ChangeLog
  Log:
  Restricting py-2.5 and jython
  
  (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-python/ansi2html/ansi2html-0.9.1.ebuild

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

Index: ansi2html-0.9.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/ansi2html/ansi2html-0.9.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ansi2html-0.9.1.ebuild	22 Jul 2012 07:38:45 -0000	1.2
+++ ansi2html-0.9.1.ebuild	7 Aug 2012 09:28:57 -0000	1.3
@@ -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/ansi2html/ansi2html-0.9.1.ebuild,v 1.2 2012/07/22 07:38:45 iksaif Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ansi2html/ansi2html-0.9.1.ebuild,v 1.3 2012/08/07 09:28:57 patrick Exp $
 
 EAPI="4"
 
@@ -8,6 +8,7 @@
 PYTHON_DEPEND="*:2.7"
 SUPPORT_PYTHON_ABIS="1"
 DISTUTILS_SRC_TEST="nosetests"
+RESTRICT_PYTHON_ABIS="2.5 2.5-jython"
 
 inherit distutils eutils
 



1.3                  dev-python/ansi2html/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/ansi2html/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	22 Jul 2012 07:38:45 -0000	1.2
+++ ChangeLog	7 Aug 2012 09:28:57 -0000	1.3
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/ansi2html
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ansi2html/ChangeLog,v 1.2 2012/07/22 07:38:45 iksaif Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ansi2html/ChangeLog,v 1.3 2012/08/07 09:28:57 patrick Exp $
+
+  07 Aug 2012; Patrick Lauer <patrick@gentoo.org> ansi2html-0.9.1.ebuild:
+  Restricting py-2.5 and jython
 
   22 Jul 2012; Corentin Chary <iksaif@gentoo.org> ansi2html-0.9.1.ebuild:
   Remove useless workaround (there is a patch)





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-08-07  9:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-22  7:38 [gentoo-commits] gentoo-x86 commit in dev-python/ansi2html: ansi2html-0.9.1.ebuild ChangeLog Corentin Chary (iksaif)
  -- strict thread matches above, loose matches on Subject: below --
2012-08-07  9:28 Patrick Lauer (patrick)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox