diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2021-10-06 18:07:00 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2021-10-06 18:17:07 +0200 |
commit | 56d90606fc8019c1b2dfa5e9eac7632407f5ef86 (patch) | |
tree | 9a3fe3cdd1234d59c84746a3165a0e68eaba32fb /sci-libs/sundials | |
parent | sci-libs/pastix: remove unused patches (diff) | |
download | gentoo-56d90606fc8019c1b2dfa5e9eac7632407f5ef86.tar.gz gentoo-56d90606fc8019c1b2dfa5e9eac7632407f5ef86.tar.bz2 gentoo-56d90606fc8019c1b2dfa5e9eac7632407f5ef86.zip |
sci-libs/sundials: remove unused patches
Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/22500
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'sci-libs/sundials')
-rw-r--r-- | sci-libs/sundials/files/sundials-3.2.1-fix-license-install-path.patch | 9 | ||||
-rw-r--r-- | sci-libs/sundials/files/sundials-5.7.0-fix-license-install-path.patch | 17 |
2 files changed, 0 insertions, 26 deletions
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 deleted file mode 100644 index eba90b52ac48..000000000000 --- a/sci-libs/sundials/files/sundials-3.2.1-fix-license-install-path.patch +++ /dev/null @@ -1,9 +0,0 @@ -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-5.7.0-fix-license-install-path.patch b/sci-libs/sundials/files/sundials-5.7.0-fix-license-install-path.patch deleted file mode 100644 index 88fb964f8995..000000000000 --- a/sci-libs/sundials/files/sundials-5.7.0-fix-license-install-path.patch +++ /dev/null @@ -1,17 +0,0 @@ -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 40a650e..2133476 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -231,10 +231,10 @@ endif() - - # install license and notice files - install(FILES "${PROJECT_SOURCE_DIR}/LICENSE" -- DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/sundials" -+ DESTINATION share/doc/sundials-5.7.0 - ) - install(FILES "${PROJECT_SOURCE_DIR}/NOTICE" -- DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/sundials" -+ DESTINATION share/doc/sundials-5.7.0 - ) - - # create package version file |