public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/python-djvulibre: python-djvulibre-0.3.9.ebuild ChangeLog
@ 2013-02-28 16:18 Sergey Popov (pinkbyte)
  0 siblings, 0 replies; 2+ messages in thread
From: Sergey Popov (pinkbyte) @ 2013-02-28 16:18 UTC (permalink / raw
  To: gentoo-commits

pinkbyte    13/02/28 16:18:38

  Modified:             python-djvulibre-0.3.9.ebuild ChangeLog
  Log:
  Remove previously incorrect assumption about DISTUTILS_SINGLE_IMPL
  
  (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)

Revision  Changes    Path
1.3                  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.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-djvulibre/python-djvulibre-0.3.9.ebuild?rev=1.3&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.2&r2=1.3

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.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- python-djvulibre-0.3.9.ebuild	28 Feb 2013 16:14:05 -0000	1.2
+++ python-djvulibre-0.3.9.ebuild	28 Feb 2013 16:18:38 -0000	1.3
@@ -1,10 +1,9 @@
 # Copyright 1999-2013 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.2 2013/02/28 16:14:05 pinkbyte Exp $
+# $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 $
 
 EAPI=5
 
-DISTUTILS_SINGLE_IMPL=1
 PYTHON_COMPAT=( python2_7 )
 
 inherit distutils-r1



1.3                  dev-python/python-djvulibre/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-djvulibre/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	28 Feb 2013 16:14:05 -0000	1.2
+++ ChangeLog	28 Feb 2013 16:18:38 -0000	1.3
@@ -1,11 +1,6 @@
 # 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.2 2013/02/28 16:14:05 pinkbyte Exp $
-
-  28 Feb 2013; Sergey Popov <pinkbyte@gentoo.org>
-  python-djvulibre-0.3.9.ebuild:
-  Package buildsystem is designed to work only with one python implementation,
-  adding DISTUTILS_SINGLE_IMPL
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-djvulibre/ChangeLog,v 1.3 2013/02/28 16:18:38 pinkbyte Exp $
 
 *python-djvulibre-0.3.9 (28 Feb 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-python/python-djvulibre: python-djvulibre-0.3.9.ebuild ChangeLog
@ 2014-07-06 21:39 Sergey Popov (pinkbyte)
  0 siblings, 0 replies; 2+ messages in thread
From: Sergey Popov (pinkbyte) @ 2014-07-06 21:39 UTC (permalink / raw
  To: gentoo-commits

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 <pinkbyte@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)
 





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

end of thread, other threads:[~2014-07-06 21:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-28 16:18 [gentoo-commits] gentoo-x86 commit in dev-python/python-djvulibre: python-djvulibre-0.3.9.ebuild ChangeLog Sergey Popov (pinkbyte)
  -- strict thread matches above, loose matches on Subject: below --
2014-07-06 21:39 Sergey Popov (pinkbyte)

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