Gentoo Archives: gentoo-commits

From: Sebastien Fabbro <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/coinor-clp/
Date: Tue, 29 Jan 2013 22:30:41
Message-Id: 1359490065.4d1ba9c84e40ca06aa0f62b8b337137515c1a8e3.bicatali@gentoo
1 commit: 4d1ba9c84e40ca06aa0f62b8b337137515c1a8e3
2 Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 29 20:07:45 2013 +0000
4 Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 29 20:07:45 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=4d1ba9c8
7
8 sci-libs/coinor-clp: Version bump
9
10 Package-Manager: portage-2.2.01.21688-prefix
11
12 ---
13 sci-libs/coinor-clp/ChangeLog | 8 +++++++-
14 ...-clp-1.14.6.ebuild => coinor-clp-1.14.8.ebuild} | 13 +++++++------
15 2 files changed, 14 insertions(+), 7 deletions(-)
16
17 diff --git a/sci-libs/coinor-clp/ChangeLog b/sci-libs/coinor-clp/ChangeLog
18 index 337fc41..da3df7e 100644
19 --- a/sci-libs/coinor-clp/ChangeLog
20 +++ b/sci-libs/coinor-clp/ChangeLog
21 @@ -1,7 +1,13 @@
22 # ChangeLog for sci-libs/coinor-clp
23 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
24 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
25 # $Header: $
26
27 +*coinor-clp-1.14.8 (29 Jan 2013)
28 +
29 + 29 Jan 2013; Sébastien Fabbro <bicatali@g.o> +coinor-clp-1.14.8.ebuild,
30 + -coinor-clp-1.14.6.ebuild:
31 + sci-libs/coinor-clp: Version bump
32 +
33 *coinor-clp-1.14.6 (16 Jul 2012)
34
35 16 Jul 2012; Sébastien Fabbro <bicatali@g.o> +coinor-clp-1.14.6.ebuild,
36
37 diff --git a/sci-libs/coinor-clp/coinor-clp-1.14.6.ebuild b/sci-libs/coinor-clp/coinor-clp-1.14.8.ebuild
38 similarity index 91%
39 rename from sci-libs/coinor-clp/coinor-clp-1.14.6.ebuild
40 rename to sci-libs/coinor-clp/coinor-clp-1.14.8.ebuild
41 index 830ae2e..a745ae2 100644
42 --- a/sci-libs/coinor-clp/coinor-clp-1.14.6.ebuild
43 +++ b/sci-libs/coinor-clp/coinor-clp-1.14.8.ebuild
44 @@ -1,10 +1,10 @@
45 -# Copyright 1999-2012 Gentoo Foundation
46 +# Copyright 1999-2013 Gentoo Foundation
47 # Distributed under the terms of the GNU General Public License v2
48 # $Header: $
49
50 -EAPI=4
51 +EAPI=5
52
53 -inherit autotools-utils multilib
54 +inherit autotools-utils multilib toolchain-funcs
55
56 MYPN=Clp
57
58 @@ -17,7 +17,8 @@ SLOT="0"
59 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
60 IUSE="doc examples glpk metis mumps sparse static-libs test"
61
62 -RDEPEND="sci-libs/coinor-osi
63 +RDEPEND="
64 + sci-libs/coinor-osi
65 sci-libs/coinor-utils
66 glpk? ( sci-mathematics/glpk )
67 metis? ( || ( sci-libs/metis sci-libs/parmetis ) )
68 @@ -68,8 +69,8 @@ src_configure() {
69 fi
70 if use metis; then
71 myeconfargs+=(
72 - --with-metis-incdir="$(pkg-config --cflags metis | sed s/-I//)"
73 - --with-metis-lib="$(pkg-config --libs metis)" )
74 + --with-metis-incdir="$($(tc-getPKG_CONFIG) --cflags metis | sed s/-I//)"
75 + --with-metis-lib="$($(tc-getPKG_CONFIG) --libs metis)" )
76 else
77 myeconfargs+=( --without-metis )
78 fi