From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 32D38139694 for ; Sat, 13 May 2017 15:56:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21C1DE0BEA; Sat, 13 May 2017 15:56:50 +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 EFA80E0BEA for ; Sat, 13 May 2017 15:56:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CDA753416D4 for ; Sat, 13 May 2017 15:56:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 432174EBE for ; Sat, 13 May 2017 15:56:47 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1494690996.15aa3558a40ada4f52c6941dad7b044caf07f862.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-cpp/eigen/ X-VCS-Repository: proj/sci X-VCS-Files: dev-cpp/eigen/eigen-3.2.8-r1.ebuild dev-cpp/eigen/eigen-3.2.8-r2.ebuild dev-cpp/eigen/eigen-9999.ebuild dev-cpp/eigen/metadata.xml X-VCS-Directories: dev-cpp/eigen/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 15aa3558a40ada4f52c6941dad7b044caf07f862 X-VCS-Branch: master Date: Sat, 13 May 2017 15:56:47 +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: f737dd6d-1ad3-4e0c-807f-9356e5723eb2 X-Archives-Hash: de7019f3a19740b60f2b8e4d35e04362 commit: 15aa3558a40ada4f52c6941dad7b044caf07f862 Author: Justin Lecher gentoo org> AuthorDate: Sat May 13 15:56:36 2017 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat May 13 15:56:36 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=15aa3558 dev-cpp/eigen: Merge tree changes Fixes Fixes gentoo/sci#707 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=601170 Package-Manager: Portage-2.3.5, Repoman-2.3.2 Signed-off-by: Justin Lecher gentoo.org> dev-cpp/eigen/{eigen-3.2.8-r1.ebuild => eigen-3.2.8-r2.ebuild} | 6 +----- dev-cpp/eigen/eigen-9999.ebuild | 6 +----- dev-cpp/eigen/metadata.xml | 2 +- 3 files changed, 3 insertions(+), 11 deletions(-) diff --git a/dev-cpp/eigen/eigen-3.2.8-r1.ebuild b/dev-cpp/eigen/eigen-3.2.8-r2.ebuild similarity index 95% rename from dev-cpp/eigen/eigen-3.2.8-r1.ebuild rename to dev-cpp/eigen/eigen-3.2.8-r2.ebuild index 4f5fa6ab8..e93a800aa 100644 --- a/dev-cpp/eigen/eigen-3.2.8-r1.ebuild +++ b/dev-cpp/eigen/eigen-3.2.8-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -64,10 +64,6 @@ src_prepare() { sed -i -e "/Unknown build type/d" CMakeLists.txt || die - sed \ - -e '/Cflags/s|:.*|: -I${CMAKE_INSTALL_PREFIX}/${INCLUDE_INSTALL_DIR}|g' \ - -i eigen3.pc.in || die - cmake-utils_src_prepare } diff --git a/dev-cpp/eigen/eigen-9999.ebuild b/dev-cpp/eigen/eigen-9999.ebuild index 759d64683..266a9ed2b 100644 --- a/dev-cpp/eigen/eigen-9999.ebuild +++ b/dev-cpp/eigen/eigen-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -60,10 +60,6 @@ src_prepare() { sed -i -e "/Unknown build type/d" CMakeLists.txt || die - sed \ - -e '/Cflags/s|:.*|: -I${CMAKE_INSTALL_PREFIX}/${INCLUDE_INSTALL_DIR}|g' \ - -i eigen3.pc.in || die - cmake-utils_src_prepare } diff --git a/dev-cpp/eigen/metadata.xml b/dev-cpp/eigen/metadata.xml index cfb88d051..6d5cb6666 100644 --- a/dev-cpp/eigen/metadata.xml +++ b/dev-cpp/eigen/metadata.xml @@ -1,4 +1,4 @@ - +