From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E522A1396D0 for ; Sat, 2 Sep 2017 14:35:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 460BC1FC03D; Sat, 2 Sep 2017 14:35:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 22EEC1FC03D for ; Sat, 2 Sep 2017 14:35:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4716734164B for ; Sat, 2 Sep 2017 14:35:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD9838B6F for ; Sat, 2 Sep 2017 14:35:52 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1504362944.fe50e58025ef3cd19e2fe572da2de5add50ac442.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/espresso/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-physics/espresso/files/espresso-3.3.0-cython-0.22.patch X-VCS-Directories: sci-physics/espresso/files/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: fe50e58025ef3cd19e2fe572da2de5add50ac442 X-VCS-Branch: master Date: Sat, 2 Sep 2017 14:35:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 24ea4ab0-f46d-499a-b8ca-b1d0adbc5e04 X-Archives-Hash: 203c124076c2e79a67c1b36753cbbbda commit: fe50e58025ef3cd19e2fe572da2de5add50ac442 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun Aug 20 12:57:14 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sat Sep 2 14:35:44 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe50e580 sci-physics/espresso: remove unused patch .../files/espresso-3.3.0-cython-0.22.patch | 23 ---------------------- 1 file changed, 23 deletions(-) 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 deleted file mode 100644 index 22b726b480e..00000000000 --- a/sci-physics/espresso/files/espresso-3.3.0-cython-0.22.patch +++ /dev/null @@ -1,23 +0,0 @@ -From 9e6caa3294b0f5f377c16550a07429b73c871ac3 Mon Sep 17 00:00:00 2001 -From: Christoph Junghans -Date: Thu, 12 Mar 2015 08:55:51 -0600 -Subject: [PATCH] fix build with cython-0.22 - ---- - src/python/espressomd/particle_data.pxd | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/python/espressomd/particle_data.pxd b/src/python/espressomd/particle_data.pxd -index fff022b..4cc39e8 100644 ---- a/src/python/espressomd/particle_data.pxd -+++ b/src/python/espressomd/particle_data.pxd -@@ -185,5 +185,5 @@ cdef class ParticleHandle(object): - cdef public int id - cdef bint valid - cdef Particle particleData -- cdef int updateParticleData(self) -+ cdef int updateParticleData(self) except -1 - --- -2.0.5 -