xarthisius    15/02/08 23:24:05

  Modified:             ipython-2.4.0.ebuild ChangeLog
  Log:
  Simplify check if pandoc is installed. Thanks to Arfrever for a suggestion
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x5D21B852895192F9)

Revision  Changes    Path
1.2                  dev-python/ipython/ipython-2.4.0.ebuild

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

Index: ipython-2.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-2.4.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ipython-2.4.0.ebuild        8 Feb 2015 19:05:16 -0000       1.1
+++ ipython-2.4.0.ebuild        8 Feb 2015 23:24:05 -0000       1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-2.4.0.ebuild,v 
1.1 2015/02/08 19:05:16 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-2.4.0.ebuild,v 
1.2 2015/02/08 23:24:05 xarthisius Exp $
 
 EAPI=5
 
@@ -131,7 +131,7 @@
        elog "To enable sympyprinting, it's required to emerge sympy"
        elog "To enable cythonmagic, it's required to emerge cython"
        if use nbconvert; then
-               if [[ -z $(best_version app-text/pandoc) ]] ; then
+               if ! has_version app-text/pandoc ; then
                        einfo "Node.js will be used to convert notebooks to 
other formats"
                        einfo "like HTML. Support for that is still 
experimental. If you"
                        einfo "encounter any problems, please use 
app-text/pandoc instead."



1.159                dev-python/ipython/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v
retrieving revision 1.158
retrieving revision 1.159
diff -u -r1.158 -r1.159
--- ChangeLog   8 Feb 2015 19:05:16 -0000       1.158
+++ ChangeLog   8 Feb 2015 23:24:05 -0000       1.159
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/ipython
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v 1.158 
2015/02/08 19:05:16 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v 1.159 
2015/02/08 23:24:05 xarthisius Exp $
+
+  08 Feb 2015; Kacper Kowalik <xarthis...@gentoo.org> ipython-2.4.0.ebuild:
+  Simplify check if pandoc is installed. Thanks to Arfrever for a suggestion
 
 *ipython-2.4.0 (08 Feb 2015)
 




Reply via email to