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 DD306139085 for ; Tue, 31 Jan 2017 08:42:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3037CE0CED; Tue, 31 Jan 2017 08:42:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0A3AFE0CEA for ; Tue, 31 Jan 2017 08:42:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B0A7534155D for ; Tue, 31 Jan 2017 08:42:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A7EB93BEE for ; Tue, 31 Jan 2017 08:42:13 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1485852093.bc146ad2a6e93d07096060ed14fa26b84450944e.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/pymol/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/pymol/files/pymol-1.7.3.1-maeffplugin.cpp.patch X-VCS-Directories: sci-chemistry/pymol/files/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: bc146ad2a6e93d07096060ed14fa26b84450944e X-VCS-Branch: master Date: Tue, 31 Jan 2017 08:42:13 +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: 1fa45ddf-0a63-48ae-937a-7da6f7b344cc X-Archives-Hash: b9958495fec881dc4e42c8d1eaa0017f commit: bc146ad2a6e93d07096060ed14fa26b84450944e Author: Michael Mair-Keimberger (asterix) gmail com> AuthorDate: Mon Jan 30 17:53:55 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Tue Jan 31 08:41:33 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc146ad2 sci-chemistry/pymol: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/3730 sci-chemistry/pymol/files/pymol-1.7.3.1-maeffplugin.cpp.patch | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/sci-chemistry/pymol/files/pymol-1.7.3.1-maeffplugin.cpp.patch b/sci-chemistry/pymol/files/pymol-1.7.3.1-maeffplugin.cpp.patch deleted file mode 100644 index cd4650b..00000000 --- a/sci-chemistry/pymol/files/pymol-1.7.3.1-maeffplugin.cpp.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- contrib/uiuc/plugins/molfile_plugin/src/maeffplugin_orig.cpp 2014-02-07 19:50:50.132261610 -0800 -+++ contrib/uiuc/plugins/molfile_plugin/src/maeffplugin.cpp 2014-02-07 19:52:12.527797099 -0800 -@@ -1983,7 +1983,7 @@ - } - } - catch (std::exception &e) { -- fprintf(stderr, e.what()); -+ fprintf(stderr, "%s", e.what()); - return MOLFILE_ERROR; - } - return MOLFILE_SUCCESS;