pinkbyte    14/07/06 21:39:51

  Modified:             python-djvulibre-0.3.9.ebuild ChangeLog
  Log:
  Add missing dependency on dev-python/setuptools, correct dependency on 
dev-python/cython, wrt bug #514298. Thanks to Patrick Lauer for discovering 
this issue and Ian Delaney - for providing patch
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x1F357D42)

Revision  Changes    Path
1.4                  dev-python/python-djvulibre/python-djvulibre-0.3.9.ebuild

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

Index: python-djvulibre-0.3.9.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/python-djvulibre/python-djvulibre-0.3.9.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- python-djvulibre-0.3.9.ebuild       28 Feb 2013 16:18:38 -0000      1.3
+++ python-djvulibre-0.3.9.ebuild       6 Jul 2014 21:39:50 -0000       1.4
@@ -1,6 +1,6 @@
-# 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/python-djvulibre/python-djvulibre-0.3.9.ebuild,v
 1.3 2013/02/28 16:18:38 pinkbyte Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/python-djvulibre/python-djvulibre-0.3.9.ebuild,v
 1.4 2014/07/06 21:39:50 pinkbyte Exp $
 
 EAPI=5
 
@@ -18,4 +18,6 @@
 
 RDEPEND="app-text/djvu"
 DEPEND="${RDEPEND}
-       dev-python/cython"
+       dev-python/cython[${PYTHON_USEDEP}]
+       dev-python/setuptools[${PYTHON_USEDEP}]
+"



1.4                  dev-python/python-djvulibre/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-djvulibre/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   28 Feb 2013 16:18:38 -0000      1.3
+++ ChangeLog   6 Jul 2014 21:39:50 -0000       1.4
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/python-djvulibre
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-djvulibre/ChangeLog,v 1.3 
2013/02/28 16:18:38 pinkbyte Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-djvulibre/ChangeLog,v 1.4 
2014/07/06 21:39:50 pinkbyte Exp $
+
+  06 Jul 2014; Sergey Popov <pinkb...@gentoo.org>
+  python-djvulibre-0.3.9.ebuild:
+  Add missing dependency on dev-python/setuptools, correct dependency on
+  dev-python/cython, wrt bug #514298. Thanks to Patrick Lauer for discovering
+  this issue and Ian Delaney - for providing patch
 
 *python-djvulibre-0.3.9 (28 Feb 2013)
 




Reply via email to