summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/igraph/igraph-0.5.4.ebuild')
-rw-r--r--sci-libs/igraph/igraph-0.5.4.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/sci-libs/igraph/igraph-0.5.4.ebuild b/sci-libs/igraph/igraph-0.5.4.ebuild
deleted file mode 100644
index cc44899..0000000
--- a/sci-libs/igraph/igraph-0.5.4.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-DESCRIPTION="Library for creating and manipulating (un)directed graphs."
-HOMEPAGE="http://igraph.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64-linux"
-IUSE="+arpack +blas debug +gmp +graphml +lapack profile shell"
-
-DEPEND="sys-devel/libtool
- graphml? ( dev-libs/libxml2 )
- gmp? ( dev-libs/gmp )
- blas? ( virtual/blas )
- lapack? ( virtual/lapack )
- arpack? ( sci-libs/arpack )"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- econf \
- $(use_enable graphml) \
- $(use_enable gmp) \
- $(use_enable shell) \
- $(use_enable profile profiling) \
- $(use_enable debug) \
- $(use_with blas external-blas) \
- $(use_with lapack external-lapack) \
- $(use_with arpack external-arpack) \
- || die "configure failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "install failed"
-}