sci-libs/lemon: Sort DEPENDs, one line per dep, https download
authorAndreas Sturmlechner <asturm@gentoo.org>
Sun, 14 Oct 2018 10:46:50 +0000 (12:46 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sun, 14 Oct 2018 13:35:05 +0000 (15:35 +0200)
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

sci-libs/lemon/lemon-1.3-r2.ebuild

index 4ebb5c672099231c77a130b61ab395a4d7251fc9..d105113c379f3a82f2e29777ae57df4057180fe1 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -7,7 +7,7 @@ inherit cmake-utils
 
 DESCRIPTION="C++ template static library of common data structures and algorithms"
 HOMEPAGE="https://lemon.cs.elte.hu/trac/lemon/"
-SRC_URI="http://lemon.cs.elte.hu/pub/sources/${P}.tar.gz"
+SRC_URI="https://lemon.cs.elte.hu/pub/sources/${P}.tar.gz"
 
 LICENSE="Boost-1.0"
 SLOT="0"
@@ -15,13 +15,19 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="+coin doc glpk static-libs test tools"
 
 RDEPEND="
+       coin? (
+               sci-libs/coinor-cbc:=
+               sci-libs/coinor-clp:=
+       )
        glpk? ( sci-mathematics/glpk:= )
-       coin? ( sci-libs/coinor-cbc:= sci-libs/coinor-clp:= )"
+"
 DEPEND="${RDEPEND}
        doc? (
+               app-doc/doxygen
                app-text/ghostscript-gpl
                dev-libs/mathjax
-               app-doc/doxygen )"
+       )
+"
 
 REQUIRED_USE="|| ( coin glpk )"