Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/lemon/
Date: Sun, 14 Oct 2018 13:35:26
Message-Id: 1539524105.84616e1df155ff504471c52a5f6c8976833aa199.asturm@gentoo
1 commit: 84616e1df155ff504471c52a5f6c8976833aa199
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 14 10:46:50 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 14 13:35:05 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84616e1d
7
8 sci-libs/lemon: Sort DEPENDs, one line per dep, https download
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 sci-libs/lemon/lemon-1.3-r2.ebuild | 14 ++++++++++----
14 1 file changed, 10 insertions(+), 4 deletions(-)
15
16 diff --git a/sci-libs/lemon/lemon-1.3-r2.ebuild b/sci-libs/lemon/lemon-1.3-r2.ebuild
17 index 4ebb5c67209..d105113c379 100644
18 --- a/sci-libs/lemon/lemon-1.3-r2.ebuild
19 +++ b/sci-libs/lemon/lemon-1.3-r2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -7,7 +7,7 @@ inherit cmake-utils
27
28 DESCRIPTION="C++ template static library of common data structures and algorithms"
29 HOMEPAGE="https://lemon.cs.elte.hu/trac/lemon/"
30 -SRC_URI="http://lemon.cs.elte.hu/pub/sources/${P}.tar.gz"
31 +SRC_URI="https://lemon.cs.elte.hu/pub/sources/${P}.tar.gz"
32
33 LICENSE="Boost-1.0"
34 SLOT="0"
35 @@ -15,13 +15,19 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
36 IUSE="+coin doc glpk static-libs test tools"
37
38 RDEPEND="
39 + coin? (
40 + sci-libs/coinor-cbc:=
41 + sci-libs/coinor-clp:=
42 + )
43 glpk? ( sci-mathematics/glpk:= )
44 - coin? ( sci-libs/coinor-cbc:= sci-libs/coinor-clp:= )"
45 +"
46 DEPEND="${RDEPEND}
47 doc? (
48 + app-doc/doxygen
49 app-text/ghostscript-gpl
50 dev-libs/mathjax
51 - app-doc/doxygen )"
52 + )
53 +"
54
55 REQUIRED_USE="|| ( coin glpk )"