From 0da35c0200cb0bfc2cabb5ab23dd2761eec2c35c Mon Sep 17 00:00:00 2001 From: Akinori Hattori Date: Tue, 4 Sep 2018 21:31:20 +0900 Subject: dev-python/cangjie: update patch Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- dev-python/cangjie/cangjie-1.2-r1.ebuild | 2 +- .../cangjie/files/cangjie-1.2-cython-0.22.patch | 23 ++++++++++++++++++++ .../cangjie/files/cangjie-1.2-cython-022.patch | 25 ---------------------- 3 files changed, 24 insertions(+), 26 deletions(-) create mode 100644 dev-python/cangjie/files/cangjie-1.2-cython-0.22.patch delete mode 100644 dev-python/cangjie/files/cangjie-1.2-cython-022.patch (limited to 'dev-python/cangjie') diff --git a/dev-python/cangjie/cangjie-1.2-r1.ebuild b/dev-python/cangjie/cangjie-1.2-r1.ebuild index 2c974fae5dd8..9e6a424c171f 100644 --- a/dev-python/cangjie/cangjie-1.2-r1.ebuild +++ b/dev-python/cangjie/cangjie-1.2-r1.ebuild @@ -22,7 +22,7 @@ DEPEND="${RDEPEND} dev-python/cython[${PYTHON_USEDEP}] virtual/pkgconfig" -PATCHES=( "${FILESDIR}"/${P}-cython-022.patch ) +PATCHES=( "${FILESDIR}"/${P}-cython-0.22.patch ) src_prepare() { default diff --git a/dev-python/cangjie/files/cangjie-1.2-cython-0.22.patch b/dev-python/cangjie/files/cangjie-1.2-cython-0.22.patch new file mode 100644 index 000000000000..a681726d98ef --- /dev/null +++ b/dev-python/cangjie/files/cangjie-1.2-cython-0.22.patch @@ -0,0 +1,23 @@ +--- a/Makefile.am ++++ b/Makefile.am +@@ -47,19 +47,19 @@ + + src/cangjie/_core.c: src/cangjie/_core.pyx src/cangjie/_core.pxd + $(MKDIR_P) src/cangjie +- $(CYTHON) -3 --verbose -o $@ $(srcdir)/src/cangjie/_core.pyx ++ $(CYTHON) -3 --verbose -o $@ -I $(srcdir)/src/cangjie $(srcdir)/src/cangjie/_core.pyx + + src/cangjie/errors.c: src/cangjie/errors.pyx src/cangjie/_core.pxd + $(MKDIR_P) src/cangjie +- $(CYTHON) -3 --verbose -o $@ $(srcdir)/src/cangjie/errors.pyx ++ $(CYTHON) -3 --verbose -o $@ -I $(srcdir)/src/cangjie $(srcdir)/src/cangjie/errors.pyx + + src/cangjie/filters.c: src/cangjie/filters.pyx src/cangjie/_core.pxd + $(MKDIR_P) src/cangjie +- $(CYTHON) -3 --verbose -o $@ $(srcdir)/src/cangjie/filters.pyx ++ $(CYTHON) -3 --verbose -o $@ -I $(srcdir)/src/cangjie $(srcdir)/src/cangjie/filters.pyx + + src/cangjie/versions.c: src/cangjie/versions.pyx src/cangjie/_core.pxd + $(MKDIR_P) src/cangjie +- $(CYTHON) -3 --verbose -o $@ $(srcdir)/src/cangjie/versions.pyx ++ $(CYTHON) -3 --verbose -o $@ -I $(srcdir)/src/cangjie $(srcdir)/src/cangjie/versions.pyx diff --git a/dev-python/cangjie/files/cangjie-1.2-cython-022.patch b/dev-python/cangjie/files/cangjie-1.2-cython-022.patch deleted file mode 100644 index ac2695c9e139..000000000000 --- a/dev-python/cangjie/files/cangjie-1.2-cython-022.patch +++ /dev/null @@ -1,25 +0,0 @@ -diff --git a/Makefile.am b/Makefile.am -index 6762b97..c0cc699 100644 ---- a/Makefile.am -+++ b/Makefile.am -@@ -47,19 +47,19 @@ pkgpyexecdir = $(pyexecdir)/cangjie - - src/cangjie/_core.c: src/cangjie/_core.pyx src/cangjie/_core.pxd - $(MKDIR_P) src/cangjie -- $(CYTHON) -3 --verbose -o $@ $(srcdir)/src/cangjie/_core.pyx -+ $(CYTHON) -3 --verbose -o $@ -I $(srcdir)/src/cangjie $(srcdir)/src/cangjie/_core.pyx - - src/cangjie/errors.c: src/cangjie/errors.pyx src/cangjie/_core.pxd - $(MKDIR_P) src/cangjie -- $(CYTHON) -3 --verbose -o $@ $(srcdir)/src/cangjie/errors.pyx -+ $(CYTHON) -3 --verbose -o $@ -I $(srcdir)/src/cangjie $(srcdir)/src/cangjie/errors.pyx - - src/cangjie/filters.c: src/cangjie/filters.pyx src/cangjie/_core.pxd - $(MKDIR_P) src/cangjie -- $(CYTHON) -3 --verbose -o $@ $(srcdir)/src/cangjie/filters.pyx -+ $(CYTHON) -3 --verbose -o $@ -I $(srcdir)/src/cangjie $(srcdir)/src/cangjie/filters.pyx - - src/cangjie/versions.c: src/cangjie/versions.pyx src/cangjie/_core.pxd - $(MKDIR_P) src/cangjie -- $(CYTHON) -3 --verbose -o $@ $(srcdir)/src/cangjie/versions.pyx -+ $(CYTHON) -3 --verbose -o $@ -I $(srcdir)/src/cangjie $(srcdir)/src/cangjie/versions.pyx -- cgit v1.2.3-65-gdbad