Gentoo Archives: gentoo-commits

From: "Sergey Popov (pinkbyte)" <pinkbyte@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/python-djvulibre: python-djvulibre-0.3.9.ebuild ChangeLog
Date: Sun, 06 Jul 2014 21:39:57
Message-Id: 20140706213951.1D9DC2004E@flycatcher.gentoo.org
1 pinkbyte 14/07/06 21:39:51
2
3 Modified: python-djvulibre-0.3.9.ebuild ChangeLog
4 Log:
5 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
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
8
9 Revision Changes Path
10 1.4 dev-python/python-djvulibre/python-djvulibre-0.3.9.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-djvulibre/python-djvulibre-0.3.9.ebuild?rev=1.4&view=markup
13 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
14 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
15
16 Index: python-djvulibre-0.3.9.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-djvulibre/python-djvulibre-0.3.9.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- python-djvulibre-0.3.9.ebuild 28 Feb 2013 16:18:38 -0000 1.3
23 +++ python-djvulibre-0.3.9.ebuild 6 Jul 2014 21:39:50 -0000 1.4
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $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 $
29 +# $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 $
30
31 EAPI=5
32
33 @@ -18,4 +18,6 @@
34
35 RDEPEND="app-text/djvu"
36 DEPEND="${RDEPEND}
37 - dev-python/cython"
38 + dev-python/cython[${PYTHON_USEDEP}]
39 + dev-python/setuptools[${PYTHON_USEDEP}]
40 +"
41
42
43
44 1.4 dev-python/python-djvulibre/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-djvulibre/ChangeLog?rev=1.4&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-djvulibre/ChangeLog?rev=1.4&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-djvulibre/ChangeLog?r1=1.3&r2=1.4
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-djvulibre/ChangeLog,v
53 retrieving revision 1.3
54 retrieving revision 1.4
55 diff -u -r1.3 -r1.4
56 --- ChangeLog 28 Feb 2013 16:18:38 -0000 1.3
57 +++ ChangeLog 6 Jul 2014 21:39:50 -0000 1.4
58 @@ -1,6 +1,12 @@
59 # ChangeLog for dev-python/python-djvulibre
60 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-djvulibre/ChangeLog,v 1.3 2013/02/28 16:18:38 pinkbyte Exp $
62 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
63 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-djvulibre/ChangeLog,v 1.4 2014/07/06 21:39:50 pinkbyte Exp $
64 +
65 + 06 Jul 2014; Sergey Popov <pinkbyte@g.o>
66 + python-djvulibre-0.3.9.ebuild:
67 + Add missing dependency on dev-python/setuptools, correct dependency on
68 + dev-python/cython, wrt bug #514298. Thanks to Patrick Lauer for discovering
69 + this issue and Ian Delaney - for providing patch
70
71 *python-djvulibre-0.3.9 (28 Feb 2013)