Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pycairo: ChangeLog pycairo-1.8.8.ebuild
Date: Thu, 10 Sep 2009 03:24:20
Message-Id: E1MlaGf-0001oC-Uc@stork.gentoo.org
1 arfrever 09/09/10 03:24:17
2
3 Modified: ChangeLog pycairo-1.8.8.ebuild
4 Log:
5 Add "svg" USE flag (bug #269682).
6 (Portage version: 14221-svn/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.72 dev-python/pycairo/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pycairo/ChangeLog?rev=1.72&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pycairo/ChangeLog?rev=1.72&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pycairo/ChangeLog?r1=1.71&r2=1.72
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/pycairo/ChangeLog,v
18 retrieving revision 1.71
19 retrieving revision 1.72
20 diff -u -r1.71 -r1.72
21 --- ChangeLog 29 Aug 2009 01:13:12 -0000 1.71
22 +++ ChangeLog 10 Sep 2009 03:24:17 -0000 1.72
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-python/pycairo
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pycairo/ChangeLog,v 1.71 2009/08/29 01:13:12 arfrever Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycairo/ChangeLog,v 1.72 2009/09/10 03:24:17 arfrever Exp $
28 +
29 + 10 Sep 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
30 + pycairo-1.8.8.ebuild:
31 + Add "svg" USE flag (bug #269682).
32
33 *pycairo-1.8.8 (29 Aug 2009)
34
35
36
37
38 1.2 dev-python/pycairo/pycairo-1.8.8.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pycairo/pycairo-1.8.8.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pycairo/pycairo-1.8.8.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pycairo/pycairo-1.8.8.ebuild?r1=1.1&r2=1.2
43
44 Index: pycairo-1.8.8.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-python/pycairo/pycairo-1.8.8.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- pycairo-1.8.8.ebuild 29 Aug 2009 01:13:12 -0000 1.1
51 +++ pycairo-1.8.8.ebuild 10 Sep 2009 03:24:17 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pycairo/pycairo-1.8.8.ebuild,v 1.1 2009/08/29 01:13:12 arfrever Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycairo/pycairo-1.8.8.ebuild,v 1.2 2009/09/10 03:24:17 arfrever Exp $
57
58 EAPI="2"
59
60 @@ -16,9 +16,9 @@
61 LICENSE="|| ( LGPL-2.1 MPL-1.1 )"
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
64 -IUSE="doc examples"
65 +IUSE="doc examples +svg"
66
67 -RDEPEND=">=x11-libs/cairo-1.8.8"
68 +RDEPEND=">=x11-libs/cairo-1.8.8[svg=]"
69 DEPEND="${RDEPEND}
70 dev-util/pkgconfig
71 doc? ( dev-python/sphinx )"