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 00AF313874C for ; Tue, 29 Jan 2013 22:30:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5377121C005; Tue, 29 Jan 2013 22:30:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6ACDE21C005 for ; Tue, 29 Jan 2013 22:30:38 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 71BAC33DB80 for ; Tue, 29 Jan 2013 22:30:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 0C756E4089 for ; Tue, 29 Jan 2013 22:30:36 +0000 (UTC) From: "Sebastien Fabbro" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastien Fabbro" Message-ID: <1359490065.4d1ba9c84e40ca06aa0f62b8b337137515c1a8e3.bicatali@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/coinor-clp/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/coinor-clp/ChangeLog sci-libs/coinor-clp/coinor-clp-1.14.6.ebuild sci-libs/coinor-clp/coinor-clp-1.14.8.ebuild X-VCS-Directories: sci-libs/coinor-clp/ X-VCS-Committer: bicatali X-VCS-Committer-Name: Sebastien Fabbro X-VCS-Revision: 4d1ba9c84e40ca06aa0f62b8b337137515c1a8e3 X-VCS-Branch: master Date: Tue, 29 Jan 2013 22:30:36 +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: 5c2adf01-554f-4edc-91c3-d86287c0d6e9 X-Archives-Hash: 782989f6ad31477ce0d27d2db945597d commit: 4d1ba9c84e40ca06aa0f62b8b337137515c1a8e3 Author: Sébastien Fabbro gentoo org> AuthorDate: Tue Jan 29 20:07:45 2013 +0000 Commit: Sebastien Fabbro gentoo org> CommitDate: Tue Jan 29 20:07:45 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=4d1ba9c8 sci-libs/coinor-clp: Version bump Package-Manager: portage-2.2.01.21688-prefix --- sci-libs/coinor-clp/ChangeLog | 8 +++++++- ...-clp-1.14.6.ebuild => coinor-clp-1.14.8.ebuild} | 13 +++++++------ 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/sci-libs/coinor-clp/ChangeLog b/sci-libs/coinor-clp/ChangeLog index 337fc41..da3df7e 100644 --- a/sci-libs/coinor-clp/ChangeLog +++ b/sci-libs/coinor-clp/ChangeLog @@ -1,7 +1,13 @@ # ChangeLog for sci-libs/coinor-clp -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*coinor-clp-1.14.8 (29 Jan 2013) + + 29 Jan 2013; Sébastien Fabbro +coinor-clp-1.14.8.ebuild, + -coinor-clp-1.14.6.ebuild: + sci-libs/coinor-clp: Version bump + *coinor-clp-1.14.6 (16 Jul 2012) 16 Jul 2012; Sébastien Fabbro +coinor-clp-1.14.6.ebuild, diff --git a/sci-libs/coinor-clp/coinor-clp-1.14.6.ebuild b/sci-libs/coinor-clp/coinor-clp-1.14.8.ebuild similarity index 91% rename from sci-libs/coinor-clp/coinor-clp-1.14.6.ebuild rename to sci-libs/coinor-clp/coinor-clp-1.14.8.ebuild index 830ae2e..a745ae2 100644 --- a/sci-libs/coinor-clp/coinor-clp-1.14.6.ebuild +++ b/sci-libs/coinor-clp/coinor-clp-1.14.8.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 -inherit autotools-utils multilib +inherit autotools-utils multilib toolchain-funcs MYPN=Clp @@ -17,7 +17,8 @@ SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc examples glpk metis mumps sparse static-libs test" -RDEPEND="sci-libs/coinor-osi +RDEPEND=" + sci-libs/coinor-osi sci-libs/coinor-utils glpk? ( sci-mathematics/glpk ) metis? ( || ( sci-libs/metis sci-libs/parmetis ) ) @@ -68,8 +69,8 @@ src_configure() { fi if use metis; then myeconfargs+=( - --with-metis-incdir="$(pkg-config --cflags metis | sed s/-I//)" - --with-metis-lib="$(pkg-config --libs metis)" ) + --with-metis-incdir="$($(tc-getPKG_CONFIG) --cflags metis | sed s/-I//)" + --with-metis-lib="$($(tc-getPKG_CONFIG) --libs metis)" ) else myeconfargs+=( --without-metis ) fi