Gentoo Archives: gentoo-commits

From: Akinori Hattori <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cangjie/files/, dev-python/cangjie/
Date: Tue, 04 Sep 2018 12:33:54
Message-Id: 1536064280.0da35c0200cb0bfc2cabb5ab23dd2761eec2c35c.hattya@gentoo
1 commit: 0da35c0200cb0bfc2cabb5ab23dd2761eec2c35c
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 4 12:31:20 2018 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 4 12:31:20 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0da35c02
7
8 dev-python/cangjie: update patch
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 dev-python/cangjie/cangjie-1.2-r1.ebuild | 2 +-
13 .../{cangjie-1.2-cython-022.patch => cangjie-1.2-cython-0.22.patch} | 4 +---
14 2 files changed, 2 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-python/cangjie/cangjie-1.2-r1.ebuild b/dev-python/cangjie/cangjie-1.2-r1.ebuild
17 index 2c974fae5dd..9e6a424c171 100644
18 --- a/dev-python/cangjie/cangjie-1.2-r1.ebuild
19 +++ b/dev-python/cangjie/cangjie-1.2-r1.ebuild
20 @@ -22,7 +22,7 @@ DEPEND="${RDEPEND}
21 dev-python/cython[${PYTHON_USEDEP}]
22 virtual/pkgconfig"
23
24 -PATCHES=( "${FILESDIR}"/${P}-cython-022.patch )
25 +PATCHES=( "${FILESDIR}"/${P}-cython-0.22.patch )
26
27 src_prepare() {
28 default
29
30 diff --git a/dev-python/cangjie/files/cangjie-1.2-cython-022.patch b/dev-python/cangjie/files/cangjie-1.2-cython-0.22.patch
31 similarity index 89%
32 rename from dev-python/cangjie/files/cangjie-1.2-cython-022.patch
33 rename to dev-python/cangjie/files/cangjie-1.2-cython-0.22.patch
34 index ac2695c9e13..a681726d98e 100644
35 --- a/dev-python/cangjie/files/cangjie-1.2-cython-022.patch
36 +++ b/dev-python/cangjie/files/cangjie-1.2-cython-0.22.patch
37 @@ -1,8 +1,6 @@
38 -diff --git a/Makefile.am b/Makefile.am
39 -index 6762b97..c0cc699 100644
40 --- a/Makefile.am
41 +++ b/Makefile.am
42 -@@ -47,19 +47,19 @@ pkgpyexecdir = $(pyexecdir)/cangjie
43 +@@ -47,19 +47,19 @@
44
45 src/cangjie/_core.c: src/cangjie/_core.pyx src/cangjie/_core.pxd
46 $(MKDIR_P) src/cangjie