diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-06-21 11:29:05 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-06-21 11:29:05 +0000 |
commit | 327f45dc0680d2bf3a36c6dc960982b2f085cfab (patch) | |
tree | 10f2395cde2a1916fbb046010b607a5d7a2814cb /sci-libs/camd | |
parent | Clean old (diff) | |
download | gentoo-2-327f45dc0680d2bf3a36c6dc960982b2f085cfab.tar.gz gentoo-2-327f45dc0680d2bf3a36c6dc960982b2f085cfab.tar.bz2 gentoo-2-327f45dc0680d2bf3a36c6dc960982b2f085cfab.zip |
Clean old
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Diffstat (limited to 'sci-libs/camd')
-rw-r--r-- | sci-libs/camd/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/camd/camd-2.2.0.ebuild | 37 | ||||
-rw-r--r-- | sci-libs/camd/metadata.xml | 4 |
3 files changed, 6 insertions, 40 deletions
diff --git a/sci-libs/camd/ChangeLog b/sci-libs/camd/ChangeLog index 104ca12e9e9c..02a30a891bf8 100644 --- a/sci-libs/camd/ChangeLog +++ b/sci-libs/camd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/camd # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/camd/ChangeLog,v 1.34 2015/05/13 06:58:37 jmorgan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/camd/ChangeLog,v 1.35 2015/06/21 11:29:05 jlec Exp $ + + 21 Jun 2015; Justin Lecher <jlec@gentoo.org> -camd-2.2.0.ebuild, metadata.xml: + Clean old 13 May 2015; Jack Morgan <jmorgan@gentoo.org> camd-2.3.1.ebuild: ppc64 stable wrt bug #534640 diff --git a/sci-libs/camd/camd-2.2.0.ebuild b/sci-libs/camd/camd-2.2.0.ebuild deleted file mode 100644 index 13e0d70367a1..000000000000 --- a/sci-libs/camd/camd-2.2.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/camd/camd-2.2.0.ebuild,v 1.16 2015/02/22 00:51:37 mattst88 Exp $ - -inherit autotools eutils - -MY_PN=CAMD - -DESCRIPTION="Library to order a sparse matrix prior to Cholesky factorization" -HOMEPAGE="http://www.cise.ufl.edu/research/sparse/camd/" -SRC_URI="http://www.cise.ufl.edu/research/sparse/${PN}/${MY_PN}-${PV}.tar.gz" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="amd64 hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x86-macos" -IUSE="doc" - -DEPEND="sci-libs/ufconfig" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_PN}" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-autotools.patch - eautoreconf -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc README.txt Doc/ChangeLog || die "dodoc failed" - if use doc; then - insinto /usr/share/doc/${PF} - doins Doc/CAMD_UserGuide.pdf || die "pdf install failed" - fi -} diff --git a/sci-libs/camd/metadata.xml b/sci-libs/camd/metadata.xml index 498a89363b69..9c4f1c34262f 100644 --- a/sci-libs/camd/metadata.xml +++ b/sci-libs/camd/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"> Constrained Approximate Minimum Degree ordering is a set of routines for ordering a sparse matrix prior to Cholesky factorization (or for LU factorization with diagonal pivoting). |