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-libs/libghemical/files/
Date: Tue, 31 Jan 2017 08:42:32
Message-Id: 1485852117.72fc9e4015bcf1294a43a5f7e0d5af4a8f77a3f1.soap@gentoo
1 commit: 72fc9e4015bcf1294a43a5f7e0d5af4a8f77a3f1
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Jan 30 18:00:36 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 31 08:41:57 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72fc9e40
7
8 sci-libs/libghemical: remove unused patches
9
10 Closes: https://github.com/gentoo/gentoo/pull/3730
11
12 .../libghemical/files/libghemical-2.98-gcc43.patch | 43 ----------------------
13 sci-libs/libghemical/files/libghemical-gcc43.patch | 21 -----------
14 2 files changed, 64 deletions(-)
15
16 diff --git a/sci-libs/libghemical/files/libghemical-2.98-gcc43.patch b/sci-libs/libghemical/files/libghemical-2.98-gcc43.patch
17 deleted file mode 100644
18 index d92d31d..00000000
19 --- a/sci-libs/libghemical/files/libghemical-2.98-gcc43.patch
20 +++ /dev/null
21 @@ -1,43 +0,0 @@
22 ---- src/atom.h.orig 2008-06-09 03:59:34.262567972 -0500
23 -+++ src/atom.h 2008-06-09 04:00:07.136698792 -0500
24 -@@ -10,6 +10,8 @@
25 - #ifndef ATOM_H
26 - #define ATOM_H
27 -
28 -+#include <cstdlib>
29 -+#include <cstring>
30 - #include "libghemicaldefine.h"
31 - #include "libghemicalconfig2.h"
32 -
33 ---- src/notice.h.orig 2008-06-09 04:00:24.472509840 -0500
34 -+++ src/notice.h 2008-06-09 04:00:44.608265748 -0500
35 -@@ -10,6 +10,7 @@
36 - #ifndef NOTICE_H
37 - #define NOTICE_H
38 -
39 -+#include <cstring>
40 - #include "libghemicaldefine.h"
41 - #include "libghemicalconfig2.h"
42 -
43 ---- src/sasaeval.cpp 2008-08-01 09:39:01.000000000 +0530
44 -+++ src/sasaeval.cpp 2008-08-01 09:40:33.000000000 +0530
45 -@@ -21,6 +21,9 @@
46 - #include "sasaeval.h"
47 -
48 - #include "engine.h"
49 -+#include <vector>
50 -+#include <algorithm>
51 -+using namespace std;
52 -
53 - // the surface area code apparently contains some bugs, since it sometimes
54 - // crashes. another possibility is that the surface area math contains some
55 ---- src/sasaeval.h 2008-07-31 00:40:08.000000000 +0530
56 -+++ src/sasaeval.h 2008-08-01 09:40:04.000000000 +0530
57 -@@ -24,6 +24,7 @@
58 - #define SASAEVAL_H
59 -
60 - #include "typedef.h"
61 -+#include <stdlib.h>
62 -
63 - struct cg_nbt3_nl; // SASA neighbor list.
64 -
65
66 diff --git a/sci-libs/libghemical/files/libghemical-gcc43.patch b/sci-libs/libghemical/files/libghemical-gcc43.patch
67 deleted file mode 100644
68 index 53db5fb..00000000
69 --- a/sci-libs/libghemical/files/libghemical-gcc43.patch
70 +++ /dev/null
71 @@ -1,21 +0,0 @@
72 ---- src/atom.h.orig 2008-06-09 03:59:34.262567972 -0500
73 -+++ src/atom.h 2008-06-09 04:00:07.136698792 -0500
74 -@@ -10,6 +10,8 @@
75 - #ifndef ATOM_H
76 - #define ATOM_H
77 -
78 -+#include <cstdlib>
79 -+#include <cstring>
80 - #include "libghemicaldefine.h"
81 - #include "libghemicalconfig2.h"
82 -
83 ---- src/notice.h.orig 2008-06-09 04:00:24.472509840 -0500
84 -+++ src/notice.h 2008-06-09 04:00:44.608265748 -0500
85 -@@ -10,6 +10,7 @@
86 - #ifndef NOTICE_H
87 - #define NOTICE_H
88 -
89 -+#include <cstring>
90 - #include "libghemicaldefine.h"
91 - #include "libghemicalconfig2.h"
92 -