Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/espresso/files/
Date: Sat, 02 Sep 2017 14:35:55
Message-Id: 1504362944.fe50e58025ef3cd19e2fe572da2de5add50ac442.kensington@gentoo
1 commit: fe50e58025ef3cd19e2fe572da2de5add50ac442
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Aug 20 12:57:14 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 2 14:35:44 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe50e580
7
8 sci-physics/espresso: remove unused patch
9
10 .../files/espresso-3.3.0-cython-0.22.patch | 23 ----------------------
11 1 file changed, 23 deletions(-)
12
13 diff --git a/sci-physics/espresso/files/espresso-3.3.0-cython-0.22.patch b/sci-physics/espresso/files/espresso-3.3.0-cython-0.22.patch
14 deleted file mode 100644
15 index 22b726b480e..00000000000
16 --- a/sci-physics/espresso/files/espresso-3.3.0-cython-0.22.patch
17 +++ /dev/null
18 @@ -1,23 +0,0 @@
19 -From 9e6caa3294b0f5f377c16550a07429b73c871ac3 Mon Sep 17 00:00:00 2001
20 -From: Christoph Junghans <junghans@×××××.org>
21 -Date: Thu, 12 Mar 2015 08:55:51 -0600
22 -Subject: [PATCH] fix build with cython-0.22
23 -
24 ----
25 - src/python/espressomd/particle_data.pxd | 2 +-
26 - 1 file changed, 1 insertion(+), 1 deletion(-)
27 -
28 -diff --git a/src/python/espressomd/particle_data.pxd b/src/python/espressomd/particle_data.pxd
29 -index fff022b..4cc39e8 100644
30 ---- a/src/python/espressomd/particle_data.pxd
31 -+++ b/src/python/espressomd/particle_data.pxd
32 -@@ -185,5 +185,5 @@ cdef class ParticleHandle(object):
33 - cdef public int id
34 - cdef bint valid
35 - cdef Particle particleData
36 -- cdef int updateParticleData(self)
37 -+ cdef int updateParticleData(self) except -1
38 -
39 ---
40 -2.0.5
41 -