Gentoo Archives: gentoo-commits

From: "Christoph Junghans (ottxor)" <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/voro++/files: voro++-0.4.6-cmake.patch
Date: Wed, 26 Feb 2014 23:10:22
Message-Id: 20140226231016.30A4E2004E@flycatcher.gentoo.org
1 ottxor 14/02/26 23:10:16
2
3 Modified: voro++-0.4.6-cmake.patch
4 Log:
5 fixed installed headers
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key C2000586)
8
9 Revision Changes Path
10 1.2 sci-libs/voro++/files/voro++-0.4.6-cmake.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/voro++/files/voro++-0.4.6-cmake.patch?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/voro++/files/voro++-0.4.6-cmake.patch?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/voro++/files/voro++-0.4.6-cmake.patch?r1=1.1&r2=1.2
15
16 Index: voro++-0.4.6-cmake.patch
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-libs/voro++/files/voro++-0.4.6-cmake.patch,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- voro++-0.4.6-cmake.patch 24 Feb 2014 23:36:07 -0000 1.1
23 +++ voro++-0.4.6-cmake.patch 26 Feb 2014 23:10:16 -0000 1.2
24 @@ -101,8 +101,8 @@
25 + endif()
26 +endforeach(SOURCE)
27 +
28 -+file(GLOB_RECURSE VORO_HEADERS src/voro++.hh)
29 -+install(FILES ${VORO_HEADERS} DESTINATION include)
30 ++file(GLOB_RECURSE VORO_HEADERS src/*.hh)
31 ++install(FILES ${VORO_HEADERS} DESTINATION include/voro++)
32 +install(FILES ${CMAKE_SOURCE_DIR}/man/voro++.1 DESTINATION ${MAN}/man1)
33 +
34 +if (DOXYGEN_FOUND)