From abaa75b10f899ada8dd05b23cc03205064394bc6 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 22 Jan 2021 20:28:19 +0000 Subject: gentoo resync : 22.01.2021 --- .../files/sundials-4.0.2-fix-license-install-path.patch | 16 ---------------- .../files/sundials-4.1.0-fix-license-install-path.patch | 16 ---------------- .../files/sundials-5.0.0-fix-license-install-path.patch | 16 ---------------- .../files/sundials-5.1.0-fix-license-install-path.patch | 16 ---------------- 4 files changed, 64 deletions(-) delete mode 100644 sci-libs/sundials/files/sundials-4.0.2-fix-license-install-path.patch delete mode 100644 sci-libs/sundials/files/sundials-4.1.0-fix-license-install-path.patch delete mode 100644 sci-libs/sundials/files/sundials-5.0.0-fix-license-install-path.patch delete mode 100644 sci-libs/sundials/files/sundials-5.1.0-fix-license-install-path.patch (limited to 'sci-libs/sundials/files') 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 deleted file mode 100644 index fbcf53c410cf..000000000000 --- a/sci-libs/sundials/files/sundials-4.0.2-fix-license-install-path.patch +++ /dev/null @@ -1,16 +0,0 @@ -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 -@@ -1210,10 +1210,10 @@ - # install license and notice files - INSTALL( - FILES ${PROJECT_SOURCE_DIR}/LICENSE -- DESTINATION include/sundials -+ DESTINATION share/doc/sundials-4.0.2 - ) - 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 deleted file mode 100644 index 6eb75ce59cff..000000000000 --- a/sci-libs/sundials/files/sundials-4.1.0-fix-license-install-path.patch +++ /dev/null @@ -1,16 +0,0 @@ -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 -@@ -1168,10 +1168,10 @@ - # install license and notice files - INSTALL( - FILES ${PROJECT_SOURCE_DIR}/LICENSE -- DESTINATION include/sundials -+ DESTINATION share/doc/sundials-4.1.0 - ) - INSTALL( - FILES ${PROJECT_SOURCE_DIR}/NOTICE -- DESTINATION include/sundials -+ DESTINATION share/doc/sundials-4.1.0 - ) - diff --git a/sci-libs/sundials/files/sundials-5.0.0-fix-license-install-path.patch b/sci-libs/sundials/files/sundials-5.0.0-fix-license-install-path.patch deleted file mode 100644 index 5de76573630a..000000000000 --- a/sci-libs/sundials/files/sundials-5.0.0-fix-license-install-path.patch +++ /dev/null @@ -1,16 +0,0 @@ -diff --git a/CMakeLists.txt b/CMakeLists.txt -index d5436bf..76b27c5 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -1122,9 +1122,9 @@ endif() - # install license and notice files - install( - FILES ${PROJECT_SOURCE_DIR}/LICENSE -- DESTINATION include/sundials -+ DESTINATION share/doc/sundials-5.0.0 - ) - install( - FILES ${PROJECT_SOURCE_DIR}/NOTICE -- DESTINATION include/sundials -+ DESTINATION share/doc/sundials-5.0.0 - ) diff --git a/sci-libs/sundials/files/sundials-5.1.0-fix-license-install-path.patch b/sci-libs/sundials/files/sundials-5.1.0-fix-license-install-path.patch deleted file mode 100644 index 48b019611cb2..000000000000 --- a/sci-libs/sundials/files/sundials-5.1.0-fix-license-install-path.patch +++ /dev/null @@ -1,16 +0,0 @@ -diff --git a/CMakeLists.txt b/CMakeLists.txt -index d5436bf..76b27c5 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -1146,9 +1146,9 @@ endif() - # install license and notice files - install( - FILES ${PROJECT_SOURCE_DIR}/LICENSE -- DESTINATION include/sundials -+ DESTINATION share/doc/sundials-5.1.0 - ) - install( - FILES ${PROJECT_SOURCE_DIR}/NOTICE -- DESTINATION include/sundials -+ DESTINATION share/doc/sundials-5.1.0 - ) -- cgit v1.2.3