summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-06-26 15:18:10 +0000
committerJustin Lecher <jlec@gentoo.org>2011-06-26 15:18:10 +0000
commit99e68bd0fe95431cfd99955273e963457feb4116 (patch)
treef4596458563bbb3f21f2436bfbe3a931f183eab2 /sci-libs/klu
parentVersion Bump (diff)
downloadgentoo-2-99e68bd0fe95431cfd99955273e963457feb4116.tar.gz
gentoo-2-99e68bd0fe95431cfd99955273e963457feb4116.tar.bz2
gentoo-2-99e68bd0fe95431cfd99955273e963457feb4116.zip
Defined RDEPEND, bumped EAPI
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/klu')
-rw-r--r--sci-libs/klu/ChangeLog6
-rw-r--r--sci-libs/klu/klu-1.0.1.ebuild12
-rw-r--r--sci-libs/klu/klu-1.1.0.ebuild12
-rw-r--r--sci-libs/klu/klu-1.1.1.ebuild20
-rw-r--r--sci-libs/klu/metadata.xml4
5 files changed, 36 insertions, 18 deletions
diff --git a/sci-libs/klu/ChangeLog b/sci-libs/klu/ChangeLog
index b90548e3d47f..86c5cd21741d 100644
--- a/sci-libs/klu/ChangeLog
+++ b/sci-libs/klu/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-libs/klu
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/klu/ChangeLog,v 1.4 2011/02/23 20:13:56 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/klu/ChangeLog,v 1.5 2011/06/26 15:18:10 jlec Exp $
+
+ 26 Jun 2011; Justin Lecher <jlec@gentoo.org> klu-1.0.1.ebuild,
+ klu-1.1.0.ebuild, klu-1.1.1.ebuild, metadata.xml:
+ Defined RDEPEND, bumped EAPI
*klu-1.1.1 (23 Feb 2011)
diff --git a/sci-libs/klu/klu-1.0.1.ebuild b/sci-libs/klu/klu-1.0.1.ebuild
index 5fc5f82119e9..2a45ceba614d 100644
--- a/sci-libs/klu/klu-1.0.1.ebuild
+++ b/sci-libs/klu/klu-1.0.1.ebuild
@@ -1,21 +1,25 @@
-# Copyright 1999-2008 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/klu/klu-1.0.1.ebuild,v 1.1 2008/02/05 18:42:23 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/klu/klu-1.0.1.ebuild,v 1.2 2011/06/26 15:18:10 jlec Exp $
inherit autotools eutils
MY_PN=KLU
+
DESCRIPTION="Sparse LU factorization for circuit simulation"
-HOMEPAGE="http://www.cise.ufl.edu/research/sparse/klu"
+HOMEPAGE="http://www.cise.ufl.edu/research/sparse/klu/"
SRC_URI="http://www.cise.ufl.edu/research/sparse/${PN}/${MY_PN}-${PV}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc"
-DEPEND="sci-libs/amd
+
+DEPEND="
+ sci-libs/amd
sci-libs/btf
sci-libs/colamd"
+RDEPEND="${DEPEND}"
S="${WORKDIR}/${MY_PN}"
diff --git a/sci-libs/klu/klu-1.1.0.ebuild b/sci-libs/klu/klu-1.1.0.ebuild
index 9710f7c138c9..840ebad1fc21 100644
--- a/sci-libs/klu/klu-1.1.0.ebuild
+++ b/sci-libs/klu/klu-1.1.0.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/klu/klu-1.1.0.ebuild,v 1.2 2010/12/25 18:51:17 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/klu/klu-1.1.0.ebuild,v 1.3 2011/06/26 15:18:10 jlec Exp $
EAPI=2
+
inherit autotools eutils
MY_PN=KLU
+
DESCRIPTION="Sparse LU factorization for circuit simulation"
-HOMEPAGE="http://www.cise.ufl.edu/research/sparse/klu"
+HOMEPAGE="http://www.cise.ufl.edu/research/sparse/klu/"
SRC_URI="http://www.cise.ufl.edu/research/sparse/${PN}/${MY_PN}-${PV}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc static-libs"
-DEPEND="sci-libs/amd
+
+DEPEND="
+ sci-libs/amd
sci-libs/btf
sci-libs/colamd"
RDEPEND="${DEPEND}"
diff --git a/sci-libs/klu/klu-1.1.1.ebuild b/sci-libs/klu/klu-1.1.1.ebuild
index 2d5ba77b1e23..d69a02122342 100644
--- a/sci-libs/klu/klu-1.1.1.ebuild
+++ b/sci-libs/klu/klu-1.1.1.ebuild
@@ -1,24 +1,30 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/klu/klu-1.1.1.ebuild,v 1.1 2011/02/23 20:13:56 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/klu/klu-1.1.1.ebuild,v 1.2 2011/06/26 15:18:10 jlec Exp $
+
+EAPI=4
-EAPI=2
inherit autotools eutils
MY_PN=KLU
+
DESCRIPTION="Sparse LU factorization for circuit simulation"
-HOMEPAGE="http://www.cise.ufl.edu/research/sparse/klu"
+HOMEPAGE="http://www.cise.ufl.edu/research/sparse/klu/"
SRC_URI="http://www.cise.ufl.edu/research/sparse/${PN}/${MY_PN}-${PV}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc static-libs"
-DEPEND="sci-libs/amd
+
+DEPEND="
+ sci-libs/amd
sci-libs/btf
sci-libs/colamd"
RDEPEND="${DEPEND}"
+DOCS="README.txt Doc/ChangeLog"
+
S="${WORKDIR}/${MY_PN}"
src_prepare() {
@@ -31,10 +37,10 @@ src_configure() {
}
src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc README.txt Doc/ChangeLog || die "dodoc failed"
+ default
+
if use doc; then
insinto /usr/share/doc/${PF}
- doins Doc/*.pdf || die
+ doins Doc/*.pdf
fi
}
diff --git a/sci-libs/klu/metadata.xml b/sci-libs/klu/metadata.xml
index 485be7b6f45e..c0e3c8e53db6 100644
--- a/sci-libs/klu/metadata.xml
+++ b/sci-libs/klu/metadata.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>sci</herd>
-<longdescription lang="en">
+ <herd>sci</herd>
+ <longdescription lang="en">
KLU is a sparse LU factorization algorithm well-suited for use in
circuit simulation. It is also part of the University
of Florida sparse matrix suite.