diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2017-01-30 19:00:36 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-01-31 09:41:57 +0100 |
commit | 72fc9e4015bcf1294a43a5f7e0d5af4a8f77a3f1 (patch) | |
tree | 581d424420490856dd19dde2ebae560f2c7e503c | |
parent | sci-libs/clipper: remove unused patches (diff) | |
download | gentoo-72fc9e4015bcf1294a43a5f7e0d5af4a8f77a3f1.tar.gz gentoo-72fc9e4015bcf1294a43a5f7e0d5af4a8f77a3f1.tar.bz2 gentoo-72fc9e4015bcf1294a43a5f7e0d5af4a8f77a3f1.zip |
sci-libs/libghemical: remove unused patches
Closes: https://github.com/gentoo/gentoo/pull/3730
-rw-r--r-- | sci-libs/libghemical/files/libghemical-2.98-gcc43.patch | 43 | ||||
-rw-r--r-- | sci-libs/libghemical/files/libghemical-gcc43.patch | 21 |
2 files changed, 0 insertions, 64 deletions
diff --git a/sci-libs/libghemical/files/libghemical-2.98-gcc43.patch b/sci-libs/libghemical/files/libghemical-2.98-gcc43.patch deleted file mode 100644 index d92d31d93b74..000000000000 --- a/sci-libs/libghemical/files/libghemical-2.98-gcc43.patch +++ /dev/null @@ -1,43 +0,0 @@ ---- src/atom.h.orig 2008-06-09 03:59:34.262567972 -0500 -+++ src/atom.h 2008-06-09 04:00:07.136698792 -0500 -@@ -10,6 +10,8 @@ - #ifndef ATOM_H - #define ATOM_H - -+#include <cstdlib> -+#include <cstring> - #include "libghemicaldefine.h" - #include "libghemicalconfig2.h" - ---- src/notice.h.orig 2008-06-09 04:00:24.472509840 -0500 -+++ src/notice.h 2008-06-09 04:00:44.608265748 -0500 -@@ -10,6 +10,7 @@ - #ifndef NOTICE_H - #define NOTICE_H - -+#include <cstring> - #include "libghemicaldefine.h" - #include "libghemicalconfig2.h" - ---- src/sasaeval.cpp 2008-08-01 09:39:01.000000000 +0530 -+++ src/sasaeval.cpp 2008-08-01 09:40:33.000000000 +0530 -@@ -21,6 +21,9 @@ - #include "sasaeval.h" - - #include "engine.h" -+#include <vector> -+#include <algorithm> -+using namespace std; - - // the surface area code apparently contains some bugs, since it sometimes - // crashes. another possibility is that the surface area math contains some ---- src/sasaeval.h 2008-07-31 00:40:08.000000000 +0530 -+++ src/sasaeval.h 2008-08-01 09:40:04.000000000 +0530 -@@ -24,6 +24,7 @@ - #define SASAEVAL_H - - #include "typedef.h" -+#include <stdlib.h> - - struct cg_nbt3_nl; // SASA neighbor list. - diff --git a/sci-libs/libghemical/files/libghemical-gcc43.patch b/sci-libs/libghemical/files/libghemical-gcc43.patch deleted file mode 100644 index 53db5fba4d90..000000000000 --- a/sci-libs/libghemical/files/libghemical-gcc43.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- src/atom.h.orig 2008-06-09 03:59:34.262567972 -0500 -+++ src/atom.h 2008-06-09 04:00:07.136698792 -0500 -@@ -10,6 +10,8 @@ - #ifndef ATOM_H - #define ATOM_H - -+#include <cstdlib> -+#include <cstring> - #include "libghemicaldefine.h" - #include "libghemicalconfig2.h" - ---- src/notice.h.orig 2008-06-09 04:00:24.472509840 -0500 -+++ src/notice.h 2008-06-09 04:00:44.608265748 -0500 -@@ -10,6 +10,7 @@ - #ifndef NOTICE_H - #define NOTICE_H - -+#include <cstring> - #include "libghemicaldefine.h" - #include "libghemicalconfig2.h" - |