Gentoo Archives: gentoo-commits

From: "Naohiro Aota (naota)" <naota@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/cangjie: cangjie-1.1.ebuild ChangeLog
Date: Tue, 08 Jul 2014 03:05:44
Message-Id: 20140708030539.6665B2004E@flycatcher.gentoo.org
1 naota 14/07/08 03:05:39
2
3 Modified: cangjie-1.1.ebuild ChangeLog
4 Log:
5 Restrict cython version #514638
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key F8551514)
8
9 Revision Changes Path
10 1.2 dev-python/cangjie/cangjie-1.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cangjie/cangjie-1.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cangjie/cangjie-1.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cangjie/cangjie-1.1.ebuild?r1=1.1&r2=1.2
15
16 Index: cangjie-1.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/cangjie/cangjie-1.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- cangjie-1.1.ebuild 16 Apr 2014 01:59:41 -0000 1.1
23 +++ cangjie-1.1.ebuild 8 Jul 2014 03:05:39 -0000 1.2
24 @@ -1,9 +1,9 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cangjie/cangjie-1.1.ebuild,v 1.1 2014/04/16 01:59:41 naota Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/cangjie/cangjie-1.1.ebuild,v 1.2 2014/07/08 03:05:39 naota Exp $
29
30 EAPI=5
31 -PYTHON_COMPAT=( python{3_2,3_3} )
32 +PYTHON_COMPAT=( python{3_2,3_3,3_4} )
33
34 inherit autotools-utils python-r1
35
36 @@ -17,7 +17,8 @@
37
38 DEPEND="${PYTHON_DEPS}
39 app-i18n/libcangjie
40 - dev-python/cython"
41 + dev-python/cython
42 + >=dev-python/cython-0.14"
43 RDEPEND="app-i18n/libcangjie
44 ${PYTHON_DEPS}"
45
46
47
48
49 1.2 dev-python/cangjie/ChangeLog
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cangjie/ChangeLog?rev=1.2&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cangjie/ChangeLog?rev=1.2&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cangjie/ChangeLog?r1=1.1&r2=1.2
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/dev-python/cangjie/ChangeLog,v
58 retrieving revision 1.1
59 retrieving revision 1.2
60 diff -u -r1.1 -r1.2
61 --- ChangeLog 16 Apr 2014 01:59:41 -0000 1.1
62 +++ ChangeLog 8 Jul 2014 03:05:39 -0000 1.2
63 @@ -1,3 +1,6 @@
64 + 08 Jul 2014; Naohiro Aota <naota@g.o> cangjie-1.1.ebuild:
65 + Restrict cython version #514638
66 +
67 *cangjie-1.1 (16 Apr 2014)
68
69 16 Apr 2014; Naohiro Aota <naota@g.o> +cangjie-1.1.ebuild,