Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/cgal/
Date: Thu, 05 May 2016 18:32:28
Message-Id: 1462473132.e45e2812d2beb47aed51e7462cc648f25099267d.soap@gentoo
1 commit: e45e2812d2beb47aed51e7462cc648f25099267d
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 5 18:31:59 2016 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Thu May 5 18:32:12 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e45e2812
7
8 sci-mathematics/cgal: Move cmake files back to /usr/libdir
9
10 Package-Manager: portage-2.2.28
11
12 sci-mathematics/cgal/{cgal-4.8.ebuild => cgal-4.8-r1.ebuild} | 1 -
13 1 file changed, 1 deletion(-)
14
15 diff --git a/sci-mathematics/cgal/cgal-4.8.ebuild b/sci-mathematics/cgal/cgal-4.8-r1.ebuild
16 similarity index 96%
17 rename from sci-mathematics/cgal/cgal-4.8.ebuild
18 rename to sci-mathematics/cgal/cgal-4.8-r1.ebuild
19 index ddcc1e3..6ecac53 100644
20 --- a/sci-mathematics/cgal/cgal-4.8.ebuild
21 +++ b/sci-mathematics/cgal/cgal-4.8-r1.ebuild
22 @@ -61,7 +61,6 @@ src_prepare() {
23 src_configure() {
24 local mycmakeargs=(
25 -DCGAL_INSTALL_LIB_DIR=$(get_libdir)
26 - -DCGAL_INSTALL_CMAKE_DIR="${EPREFIX}/usr/share/cmake/Modules/"
27 -DWITH_CGAL_Qt3=OFF
28 -DWITH_LEDA=OFF
29 -DWITH_Eigen3=ON