From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4980C138222 for ; Thu, 5 May 2016 18:32:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4355121C01D; Thu, 5 May 2016 18:32:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C7B5E21C01D for ; Thu, 5 May 2016 18:32:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3CE19340861 for ; Thu, 5 May 2016 18:32:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 001E0845 for ; Thu, 5 May 2016 18:32:19 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1462473132.e45e2812d2beb47aed51e7462cc648f25099267d.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/cgal/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/cgal/cgal-4.8-r1.ebuild sci-mathematics/cgal/cgal-4.8.ebuild X-VCS-Directories: sci-mathematics/cgal/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: e45e2812d2beb47aed51e7462cc648f25099267d X-VCS-Branch: master Date: Thu, 5 May 2016 18:32:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 80b42d5d-0b25-49b5-95dd-9d5182181796 X-Archives-Hash: ac6e648257f279af22a9f842902164ab commit: e45e2812d2beb47aed51e7462cc648f25099267d Author: David Seifert gentoo org> AuthorDate: Thu May 5 18:31:59 2016 +0000 Commit: David Seifert gentoo org> CommitDate: Thu May 5 18:32:12 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e45e2812 sci-mathematics/cgal: Move cmake files back to /usr/libdir Package-Manager: portage-2.2.28 sci-mathematics/cgal/{cgal-4.8.ebuild => cgal-4.8-r1.ebuild} | 1 - 1 file changed, 1 deletion(-) diff --git a/sci-mathematics/cgal/cgal-4.8.ebuild b/sci-mathematics/cgal/cgal-4.8-r1.ebuild similarity index 96% rename from sci-mathematics/cgal/cgal-4.8.ebuild rename to sci-mathematics/cgal/cgal-4.8-r1.ebuild index ddcc1e3..6ecac53 100644 --- a/sci-mathematics/cgal/cgal-4.8.ebuild +++ b/sci-mathematics/cgal/cgal-4.8-r1.ebuild @@ -61,7 +61,6 @@ src_prepare() { src_configure() { local mycmakeargs=( -DCGAL_INSTALL_LIB_DIR=$(get_libdir) - -DCGAL_INSTALL_CMAKE_DIR="${EPREFIX}/usr/share/cmake/Modules/" -DWITH_CGAL_Qt3=OFF -DWITH_LEDA=OFF -DWITH_Eigen3=ON