summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-06-26 13:17:19 +0000
committerJustin Lecher <jlec@gentoo.org>2011-06-26 13:17:19 +0000
commit68a0b821f0d56e78d7392e5c76de2f8e40f14978 (patch)
treea7fdd88b6a22dd6c6dbf1325a5739b0739946d86 /sci-libs/ccolamd/ccolamd-2.7.1.ebuild
parentAdd applet USE flag (diff)
downloadgentoo-2-68a0b821f0d56e78d7392e5c76de2f8e40f14978.tar.gz
gentoo-2-68a0b821f0d56e78d7392e5c76de2f8e40f14978.tar.bz2
gentoo-2-68a0b821f0d56e78d7392e5c76de2f8e40f14978.zip
Defined RDEPEND, bumped EAPI
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/ccolamd/ccolamd-2.7.1.ebuild')
-rw-r--r--sci-libs/ccolamd/ccolamd-2.7.1.ebuild10
1 files changed, 7 insertions, 3 deletions
diff --git a/sci-libs/ccolamd/ccolamd-2.7.1.ebuild b/sci-libs/ccolamd/ccolamd-2.7.1.ebuild
index 036e591eab37..77090c798112 100644
--- a/sci-libs/ccolamd/ccolamd-2.7.1.ebuild
+++ b/sci-libs/ccolamd/ccolamd-2.7.1.ebuild
@@ -1,20 +1,24 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ccolamd-2.7.1.ebuild,v 1.15 2010/12/25 18:49:18 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ccolamd-2.7.1.ebuild,v 1.16 2011/06/26 13:17:19 jlec Exp $
EAPI=2
+
inherit autotools eutils
MY_PN=CCOLAMD
+
DESCRIPTION="Constrained column approximate minimum degree ordering algorithm"
-HOMEPAGE="http://www.cise.ufl.edu/research/sparse/ccolamd"
+HOMEPAGE="http://www.cise.ufl.edu/research/sparse/ccolamd/"
SRC_URI="http://www.cise.ufl.edu/research/sparse/${PN}/${MY_PN}-${PV}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x86-macos"
IUSE="static-libs"
+
DEPEND="sci-libs/ufconfig"
+RDEPEND="${DEPEND}"
S="${WORKDIR}/${MY_PN}"