summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-10-14 12:46:50 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-10-14 15:35:05 +0200
commit84616e1df155ff504471c52a5f6c8976833aa199 (patch)
treec2d5c2b0344ee594304e51adf61080fc54f5f144 /sci-libs/lemon
parentsci-libs/voro++: EAPI-6 bump (diff)
downloadgentoo-84616e1df155ff504471c52a5f6c8976833aa199.tar.gz
gentoo-84616e1df155ff504471c52a5f6c8976833aa199.tar.bz2
gentoo-84616e1df155ff504471c52a5f6c8976833aa199.zip
sci-libs/lemon: Sort DEPENDs, one line per dep, https download
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'sci-libs/lemon')
-rw-r--r--sci-libs/lemon/lemon-1.3-r2.ebuild14
1 files changed, 10 insertions, 4 deletions
diff --git a/sci-libs/lemon/lemon-1.3-r2.ebuild b/sci-libs/lemon/lemon-1.3-r2.ebuild
index 4ebb5c672099..d105113c379f 100644
--- a/sci-libs/lemon/lemon-1.3-r2.ebuild
+++ b/sci-libs/lemon/lemon-1.3-r2.ebuild
@@ -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 )"