Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/pymol/files/
Date: Tue, 31 Jan 2017 08:42:46
Message-Id: 1485852093.bc146ad2a6e93d07096060ed14fa26b84450944e.soap@gentoo
1 commit: bc146ad2a6e93d07096060ed14fa26b84450944e
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Jan 30 17:53:55 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 31 08:41:33 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc146ad2
7
8 sci-chemistry/pymol: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/3730
11
12 sci-chemistry/pymol/files/pymol-1.7.3.1-maeffplugin.cpp.patch | 11 -----------
13 1 file changed, 11 deletions(-)
14
15 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
16 deleted file mode 100644
17 index cd4650b..00000000
18 --- a/sci-chemistry/pymol/files/pymol-1.7.3.1-maeffplugin.cpp.patch
19 +++ /dev/null
20 @@ -1,11 +0,0 @@
21 ---- contrib/uiuc/plugins/molfile_plugin/src/maeffplugin_orig.cpp 2014-02-07 19:50:50.132261610 -0800
22 -+++ contrib/uiuc/plugins/molfile_plugin/src/maeffplugin.cpp 2014-02-07 19:52:12.527797099 -0800
23 -@@ -1983,7 +1983,7 @@
24 - }
25 - }
26 - catch (std::exception &e) {
27 -- fprintf(stderr, e.what());
28 -+ fprintf(stderr, "%s", e.what());
29 - return MOLFILE_ERROR;
30 - }
31 - return MOLFILE_SUCCESS;