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 324171388C0 for ; Fri, 26 Feb 2016 14:15:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A97621C019; Fri, 26 Feb 2016 14:15:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 250EF21C019 for ; Fri, 26 Feb 2016 14:15:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 10249340CB1 for ; Fri, 26 Feb 2016 14:15:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 29BEE154D for ; Fri, 26 Feb 2016 14:15:20 +0000 (UTC) From: "Patrick Lauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick Lauer" Message-ID: <1456496061.fe368002f2bdb44f834eef33ce21e9852c588c7e.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/eigen/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/eigen/eigen-3.2.8-r1.ebuild dev-cpp/eigen/eigen-3.2.8-r2.ebuild X-VCS-Directories: dev-cpp/eigen/ X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer X-VCS-Revision: fe368002f2bdb44f834eef33ce21e9852c588c7e X-VCS-Branch: master Date: Fri, 26 Feb 2016 14:15:20 +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: e316441b-7dae-4973-95c8-608f9cefd28f X-Archives-Hash: a593c0b0753f83ba25a473324c427c4f commit: fe368002f2bdb44f834eef33ce21e9852c588c7e Author: Patrick Lauer gentoo org> AuthorDate: Fri Feb 26 14:13:28 2016 +0000 Commit: Patrick Lauer gentoo org> CommitDate: Fri Feb 26 14:14:21 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe368002 dev-cpp/eigen: Re-fix pkgconfig file Package-Manager: portage-2.2.27 dev-cpp/eigen/{eigen-3.2.8-r1.ebuild => eigen-3.2.8-r2.ebuild} | 4 ---- 1 file changed, 4 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 d79230b..5cc961a 100644 --- a/dev-cpp/eigen/eigen-3.2.8-r1.ebuild +++ b/dev-cpp/eigen/eigen-3.2.8-r2.ebuild @@ -76,10 +76,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 }