Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/cairocffi: cairocffi-0.6-r1.ebuild cairocffi-0.6.ebuild ChangeLog
Date: Thu, 25 Jun 2015 07:29:46
Message-Id: 20150625072938.CE77FA4D@oystercatcher.gentoo.org
1 jlec 15/06/25 07:29:38
2
3 Modified: cairocffi-0.6-r1.ebuild cairocffi-0.6.ebuild
4 ChangeLog
5 Log:
6 Fix version for xcffib to <0.3, https://github.com/SimonSapin/cairocffi/issues/58; bug #552922
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
9
10 Revision Changes Path
11 1.2 dev-python/cairocffi/cairocffi-0.6-r1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cairocffi/cairocffi-0.6-r1.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cairocffi/cairocffi-0.6-r1.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cairocffi/cairocffi-0.6-r1.ebuild?r1=1.1&r2=1.2
16
17 Index: cairocffi-0.6-r1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/cairocffi/cairocffi-0.6-r1.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- cairocffi-0.6-r1.ebuild 6 May 2015 03:22:24 -0000 1.1
24 +++ cairocffi-0.6-r1.ebuild 25 Jun 2015 07:29:38 -0000 1.2
25 @@ -1,8 +1,9 @@
26 # Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cairocffi/cairocffi-0.6-r1.ebuild,v 1.1 2015/05/06 03:22:24 idella4 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/cairocffi/cairocffi-0.6-r1.ebuild,v 1.2 2015/06/25 07:29:38 jlec Exp $
30
31 EAPI="5"
32 +
33 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
34
35 inherit distutils-r1
36 @@ -19,10 +20,11 @@
37 IUSE="doc test"
38
39 # xcffib is an optional extra excpet that the testsuite has it a hard coded unconditional component
40 -RDEPEND=">=dev-python/cffi-0.6:=[${PYTHON_USEDEP}]
41 - x11-libs/cairo:0=
42 - dev-python/xcffib[${PYTHON_USEDEP}]
43 - x11-libs/gdk-pixbuf[jpeg]"
44 +RDEPEND="
45 + >=dev-python/cffi-0.6:=[${PYTHON_USEDEP}]
46 + x11-libs/cairo:0=
47 + <dev-python/xcffib-0.3[${PYTHON_USEDEP}]
48 + x11-libs/gdk-pixbuf[jpeg]"
49
50 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
51 doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
52
53
54
55 1.5 dev-python/cairocffi/cairocffi-0.6.ebuild
56
57 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cairocffi/cairocffi-0.6.ebuild?rev=1.5&view=markup
58 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cairocffi/cairocffi-0.6.ebuild?rev=1.5&content-type=text/plain
59 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cairocffi/cairocffi-0.6.ebuild?r1=1.4&r2=1.5
60
61 Index: cairocffi-0.6.ebuild
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/dev-python/cairocffi/cairocffi-0.6.ebuild,v
64 retrieving revision 1.4
65 retrieving revision 1.5
66 diff -u -r1.4 -r1.5
67 --- cairocffi-0.6.ebuild 8 Apr 2015 08:05:05 -0000 1.4
68 +++ cairocffi-0.6.ebuild 25 Jun 2015 07:29:38 -0000 1.5
69 @@ -1,8 +1,9 @@
70 # Copyright 1999-2015 Gentoo Foundation
71 # Distributed under the terms of the GNU General Public License v2
72 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cairocffi/cairocffi-0.6.ebuild,v 1.4 2015/04/08 08:05:05 mgorny Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/dev-python/cairocffi/cairocffi-0.6.ebuild,v 1.5 2015/06/25 07:29:38 jlec Exp $
74
75 EAPI="5"
76 +
77 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
78
79 inherit distutils-r1
80 @@ -19,9 +20,10 @@
81 IUSE="doc test"
82
83 # xcffib is an optional extra excpet that the testsuite has it a hard coded unconditional component
84 -RDEPEND=">=dev-python/cffi-0.6:=[${PYTHON_USEDEP}]
85 - x11-libs/cairo:0=
86 - dev-python/xcffib[${PYTHON_USEDEP}]"
87 +RDEPEND="
88 + >=dev-python/cffi-0.6:=[${PYTHON_USEDEP}]
89 + x11-libs/cairo:0=
90 + <dev-python/xcffib-0.3[${PYTHON_USEDEP}]"
91
92 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
93 doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
94
95
96
97 1.12 dev-python/cairocffi/ChangeLog
98
99 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cairocffi/ChangeLog?rev=1.12&view=markup
100 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cairocffi/ChangeLog?rev=1.12&content-type=text/plain
101 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cairocffi/ChangeLog?r1=1.11&r2=1.12
102
103 Index: ChangeLog
104 ===================================================================
105 RCS file: /var/cvsroot/gentoo-x86/dev-python/cairocffi/ChangeLog,v
106 retrieving revision 1.11
107 retrieving revision 1.12
108 diff -u -r1.11 -r1.12
109 --- ChangeLog 6 Jun 2015 20:16:06 -0000 1.11
110 +++ ChangeLog 25 Jun 2015 07:29:38 -0000 1.12
111 @@ -1,6 +1,11 @@
112 # ChangeLog for dev-python/cairocffi
113 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
114 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cairocffi/ChangeLog,v 1.11 2015/06/06 20:16:06 jlec Exp $
115 +# $Header: /var/cvsroot/gentoo-x86/dev-python/cairocffi/ChangeLog,v 1.12 2015/06/25 07:29:38 jlec Exp $
116 +
117 + 25 Jun 2015; Justin Lecher <jlec@g.o> cairocffi-0.6-r1.ebuild,
118 + cairocffi-0.6.ebuild:
119 + Fix version for xcffib to <0.3,
120 + https://github.com/SimonSapin/cairocffi/issues/58; bug #552922
121
122 06 Jun 2015; Justin Lecher <jlec@g.o> metadata.xml:
123 Add github to remote-id in metadata.xml