Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/sundials/files/
Date: Tue, 30 Jul 2019 15:13:01
Message-Id: 1564499544.77360892c4ab4b79c81c2ddc030741f60a77618a.tamiko@gentoo
1 commit: 77360892c4ab4b79c81c2ddc030741f60a77618a
2 Author: band-a-prend <torokhov-s-a <AT> yandex <DOT> ru>
3 AuthorDate: Wed Jul 24 12:02:42 2019 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 30 15:12:24 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77360892
7
8 sci-libs/sundials: fix LICENSE installation patches
9
10 Sundials 4.x add NOTICE files besides LICENSE files
11 and current fix-licence-patches contain only fix for installation path
12 of NOTICE files and don't fix payhs for LICENSE.
13
14 Signed-off-by: Sergey Torokhov <torokhov_s_a <AT> mail.ru>
15 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
16
17 .../sundials/files/sundials-4.0.2-fix-license-install-path.patch | 7 ++++++-
18 .../sundials/files/sundials-4.1.0-fix-license-install-path.patch | 7 ++++++-
19 2 files changed, 12 insertions(+), 2 deletions(-)
20
21 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
22 index 97cc6f715c4..fbcf53c410c 100644
23 --- a/sci-libs/sundials/files/sundials-4.0.2-fix-license-install-path.patch
24 +++ b/sci-libs/sundials/files/sundials-4.0.2-fix-license-install-path.patch
25 @@ -1,7 +1,12 @@
26 diff -Nur old/CMakeLists.txt new/CMakeLists.txt
27 --- old/CMakeLists.txt 2019-01-23 01:05:44.000000000 +0300
28 +++ new/CMakeLists.txt 2019-06-23 00:35:57.000000000 +0300
29 -@@ -1214,6 +1214,6 @@
30 +@@ -1210,10 +1210,10 @@
31 + # install license and notice files
32 + INSTALL(
33 + FILES ${PROJECT_SOURCE_DIR}/LICENSE
34 +- DESTINATION include/sundials
35 ++ DESTINATION share/doc/sundials-4.0.2
36 )
37 INSTALL(
38 FILES ${PROJECT_SOURCE_DIR}/NOTICE
39
40 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
41 index 72b5f5915c8..6eb75ce59cf 100644
42 --- a/sci-libs/sundials/files/sundials-4.1.0-fix-license-install-path.patch
43 +++ b/sci-libs/sundials/files/sundials-4.1.0-fix-license-install-path.patch
44 @@ -1,7 +1,12 @@
45 diff -Nur old/CMakeLists.txt new/CMakeLists.txt
46 --- old/CMakeLists.txt 2019-02-12 21:50:51.000000000 +0300
47 +++ new/CMakeLists.txt 2019-06-23 00:39:23.000000000 +0300
48 -@@ -1172,6 +1172,6 @@
49 +@@ -1168,10 +1168,10 @@
50 + # install license and notice files
51 + INSTALL(
52 + FILES ${PROJECT_SOURCE_DIR}/LICENSE
53 +- DESTINATION include/sundials
54 ++ DESTINATION share/doc/sundials-4.1.0
55 )
56 INSTALL(
57 FILES ${PROJECT_SOURCE_DIR}/NOTICE