X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=sci-mathematics%2Frw%2Frw-0.7.ebuild;fp=sci-mathematics%2Frw%2Frw-0.7.ebuild;h=91d52f474f3d7e43bb3fd35e9683ed4e07922cc9;hb=387c3f829fa6e95526bce5a585ce3cf5573a4b18;hp=0000000000000000000000000000000000000000;hpb=a2c493e5916cba9691b48eab959cf1a6c74bba6d;p=mjo-overlay.git diff --git a/sci-mathematics/rw/rw-0.7.ebuild b/sci-mathematics/rw/rw-0.7.ebuild new file mode 100644 index 0000000..91d52f4 --- /dev/null +++ b/sci-mathematics/rw/rw-0.7.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +DESCRIPTION="Compute rank-width decompositions of graphs" +AUTHORPAGE="http://pholia.tdi.informatik.uni-frankfurt.de/~philipp/" +HOMEPAGE="${AUTHORPAGE}software/${PN}.shtml" +SRC_URI="${AUTHORPAGE}/software/${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="executable" + +DEPEND="executable? ( >=dev-libs/igraph-0.6 )" +RDEPEND="${DEPEND}" + +src_configure(){ + econf $(use_enable executable) +}