Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
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"
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 )"