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-alps/
Date: Tue, 29 Jan 2013 22:30:55
Message-Id: 1359498379.7211f914c3fd446efef0e99764f359d04a606821.bicatali@gentoo
1 commit: 7211f914c3fd446efef0e99764f359d04a606821
2 Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 29 22:26:19 2013 +0000
4 Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 29 22:26:19 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=7211f914
7
8 sci-libs/coinor-alps: Add missing coinor-cgl dependency for tests
9
10 Package-Manager: portage-2.2.01.21688-prefix
11
12 ---
13 sci-libs/coinor-alps/ChangeLog | 5 ++++-
14 sci-libs/coinor-alps/coinor-alps-1.4.2.ebuild | 9 +++++----
15 2 files changed, 9 insertions(+), 5 deletions(-)
16
17 diff --git a/sci-libs/coinor-alps/ChangeLog b/sci-libs/coinor-alps/ChangeLog
18 index ac29583..323bfe5 100644
19 --- a/sci-libs/coinor-alps/ChangeLog
20 +++ b/sci-libs/coinor-alps/ChangeLog
21 @@ -1,7 +1,10 @@
22 # ChangeLog for sci-libs/coinor-alps
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 + 29 Jan 2013; Sébastien Fabbro <bicatali@g.o> coinor-alps-1.4.2.ebuild:
28 + sci-libs/coinor-alps: Add missing coinor-cgl dependency for tests
29 +
30 *coinor-alps-1.4.2 (16 Jul 2012)
31
32 16 Jul 2012; Sébastien Fabbro <bicatali@g.o> +coinor-alps-1.4.2.ebuild,
33
34 diff --git a/sci-libs/coinor-alps/coinor-alps-1.4.2.ebuild b/sci-libs/coinor-alps/coinor-alps-1.4.2.ebuild
35 index f934c85..4d5b4b0 100644
36 --- a/sci-libs/coinor-alps/coinor-alps-1.4.2.ebuild
37 +++ b/sci-libs/coinor-alps/coinor-alps-1.4.2.ebuild
38 @@ -1,8 +1,8 @@
39 -# Copyright 1999-2012 Gentoo Foundation
40 +# Copyright 1999-2013 Gentoo Foundation
41 # Distributed under the terms of the GNU General Public License v2
42 # $Header: $
43
44 -EAPI=4
45 +EAPI=5
46
47 inherit autotools-utils multilib
48
49 @@ -17,12 +17,13 @@ SLOT="0"
50 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
51 IUSE="doc examples static-libs test"
52
53 -RDEPEND="sci-libs/coinor-utils
54 +RDEPEND="
55 + sci-libs/coinor-utils
56 sci-libs/coinor-clp"
57 DEPEND="${RDEPEND}
58 virtual/pkgconfig
59 doc? ( app-doc/doxygen[dot] )
60 - test? ( sci-libs/coinor-sample )"
61 + test? ( sci-libs/coinor-sample sci-libs/coinor-cgl )"
62
63 S="${WORKDIR}/${MYPN}-${PV}/${MYPN}"