From 121ed4eec41fbf03e1998d09eede1bf449da63b9 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 19 Jul 2019 22:05:27 +0100 Subject: gentoo resync : 19.07.2019 --- .../files/sundials-3.2.1-fix-license-install-path.patch | 9 +++++++++ .../files/sundials-4.0.2-fix-license-install-path.patch | 11 +++++++++++ .../files/sundials-4.1.0-fix-license-install-path.patch | 11 +++++++++++ 3 files changed, 31 insertions(+) create mode 100644 sci-libs/sundials/files/sundials-3.2.1-fix-license-install-path.patch create mode 100644 sci-libs/sundials/files/sundials-4.0.2-fix-license-install-path.patch create mode 100644 sci-libs/sundials/files/sundials-4.1.0-fix-license-install-path.patch (limited to 'sci-libs/sundials/files') diff --git a/sci-libs/sundials/files/sundials-3.2.1-fix-license-install-path.patch b/sci-libs/sundials/files/sundials-3.2.1-fix-license-install-path.patch new file mode 100644 index 000000000000..eba90b52ac48 --- /dev/null +++ b/sci-libs/sundials/files/sundials-3.2.1-fix-license-install-path.patch @@ -0,0 +1,9 @@ +diff -Nur old/CMakeLists.txt new/CMakeLists.txt +--- old/CMakeLists.txt 2018-10-11 22:22:09.000000000 +0300 ++++ new/CMakeLists.txt 2019-06-23 00:33:27.000000000 +0300 +@@ -1117,4 +1117,4 @@ + # install license file + INSTALL( + FILES ${PROJECT_SOURCE_DIR}/LICENSE +- DESTINATION include/sundials) ++ DESTINATION share/doc/sundials-3.2.1) diff --git a/sci-libs/sundials/files/sundials-4.0.2-fix-license-install-path.patch b/sci-libs/sundials/files/sundials-4.0.2-fix-license-install-path.patch new file mode 100644 index 000000000000..97cc6f715c4e --- /dev/null +++ b/sci-libs/sundials/files/sundials-4.0.2-fix-license-install-path.patch @@ -0,0 +1,11 @@ +diff -Nur old/CMakeLists.txt new/CMakeLists.txt +--- old/CMakeLists.txt 2019-01-23 01:05:44.000000000 +0300 ++++ new/CMakeLists.txt 2019-06-23 00:35:57.000000000 +0300 +@@ -1214,6 +1214,6 @@ + ) + INSTALL( + FILES ${PROJECT_SOURCE_DIR}/NOTICE +- DESTINATION include/sundials ++ DESTINATION share/doc/sundials-4.0.2 + ) + diff --git a/sci-libs/sundials/files/sundials-4.1.0-fix-license-install-path.patch b/sci-libs/sundials/files/sundials-4.1.0-fix-license-install-path.patch new file mode 100644 index 000000000000..72b5f5915c87 --- /dev/null +++ b/sci-libs/sundials/files/sundials-4.1.0-fix-license-install-path.patch @@ -0,0 +1,11 @@ +diff -Nur old/CMakeLists.txt new/CMakeLists.txt +--- old/CMakeLists.txt 2019-02-12 21:50:51.000000000 +0300 ++++ new/CMakeLists.txt 2019-06-23 00:39:23.000000000 +0300 +@@ -1172,6 +1172,6 @@ + ) + INSTALL( + FILES ${PROJECT_SOURCE_DIR}/NOTICE +- DESTINATION include/sundials ++ DESTINATION share/doc/sundials-4.1.0 + ) + -- cgit v1.2.3