jlec        14/07/06 12:07:38

  Modified:             GridDataFormats-0.2.2.ebuild ChangeLog
  Log:
  dev-python/GridDataFormats: Add patch for missing deps, #514752; thanks 
idella4 for writing the patch
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  Changes    Path
1.2                  dev-python/GridDataFormats/GridDataFormats-0.2.2.ebuild

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

Index: GridDataFormats-0.2.2.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/GridDataFormats/GridDataFormats-0.2.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- GridDataFormats-0.2.2.ebuild        4 Jul 2013 15:53:21 -0000       1.1
+++ GridDataFormats-0.2.2.ebuild        6 Jul 2014 12:07:38 -0000       1.2
@@ -1,10 +1,10 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/GridDataFormats/GridDataFormats-0.2.2.ebuild,v
 1.1 2013/07/04 15:53:21 jlec Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/GridDataFormats/GridDataFormats-0.2.2.ebuild,v
 1.2 2014/07/06 12:07:38 jlec Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
 
 inherit distutils-r1
 
@@ -16,3 +16,8 @@
 LICENSE="GPL-3"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="
+       >=dev-python/numpy-1.0.3[${PYTHON_USEDEP}]
+       sci-libs/scipy[${PYTHON_USEDEP}]"



1.2                  dev-python/GridDataFormats/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/GridDataFormats/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   4 Jul 2013 15:53:21 -0000       1.1
+++ ChangeLog   6 Jul 2014 12:07:38 -0000       1.2
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/GridDataFormats
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/GridDataFormats/ChangeLog,v 1.1 
2013/07/04 15:53:21 jlec Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/GridDataFormats/ChangeLog,v 1.2 
2014/07/06 12:07:38 jlec Exp $
+
+  06 Jul 2014; Justin Lecher <[email protected]> GridDataFormats-0.2.2.ebuild:
+  Add patch for missing deps, #514752; thanks idella4 for writing the patch
 
 *GridDataFormats-0.2.2 (04 Jul 2013)
 




Reply via email to