summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/igraph')
-rw-r--r--sci-libs/igraph/Manifest2
-rw-r--r--sci-libs/igraph/igraph-0.5.4.ebuild38
2 files changed, 0 insertions, 40 deletions
diff --git a/sci-libs/igraph/Manifest b/sci-libs/igraph/Manifest
deleted file mode 100644
index ada4e00..0000000
--- a/sci-libs/igraph/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST igraph-0.5.4.tar.gz 1741540 SHA1 e5f1a54ac1a9567127ebee838720b3ec38ad534a SHA256 0c7256849d4f63b12b240aedd4fc5be34a2888cce7dd7b4d91c02315585a063f
-EBUILD igraph-0.5.4.ebuild 964 SHA1 928745f3d265cecb28e071120b0d8e45be3b718b SHA256 de9fd3656e43724d26bed2b8dde27b8c1182896f7803fae7cbb7d6229d73cac2
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"
-}