diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-01-04 14:40:42 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-01-04 14:40:42 +0000 |
commit | 89a3efbf81a0cfb72b988955ccaddfff9a4d59e9 (patch) | |
tree | f2284f88fa0a1e73818ebe2f997b97d37cd3aedf /sci-libs/amd | |
parent | sci-libs/suitesparseconfig: Drop old (diff) | |
download | gentoo-2-89a3efbf81a0cfb72b988955ccaddfff9a4d59e9.tar.gz gentoo-2-89a3efbf81a0cfb72b988955ccaddfff9a4d59e9.tar.bz2 gentoo-2-89a3efbf81a0cfb72b988955ccaddfff9a4d59e9.zip |
sci-libs/amd: Drop old
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sci-libs/amd')
-rw-r--r-- | sci-libs/amd/ChangeLog | 7 | ||||
-rw-r--r-- | sci-libs/amd/amd-2.2.3.ebuild | 36 | ||||
-rw-r--r-- | sci-libs/amd/metadata.xml | 4 |
3 files changed, 7 insertions, 40 deletions
diff --git a/sci-libs/amd/ChangeLog b/sci-libs/amd/ChangeLog index 4fe273ad42c8..79b2b2e1db13 100644 --- a/sci-libs/amd/ChangeLog +++ b/sci-libs/amd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/amd -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/amd/ChangeLog,v 1.37 2014/03/04 19:51:23 vincent Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/amd/ChangeLog,v 1.38 2015/01/04 14:40:42 jlec Exp $ + + 04 Jan 2015; Justin Lecher <jlec@gentoo.org> -amd-2.2.3.ebuild, metadata.xml: + Drop old 04 Mar 2014; Vicente Olivert Riera <vincent@gentoo.org> amd-2.3.1.ebuild: Add ~mips keyword. diff --git a/sci-libs/amd/amd-2.2.3.ebuild b/sci-libs/amd/amd-2.2.3.ebuild deleted file mode 100644 index 427b373de5f5..000000000000 --- a/sci-libs/amd/amd-2.2.3.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/amd/amd-2.2.3.ebuild,v 1.5 2012/10/16 20:51:56 jlec Exp $ - -EAPI=4 - -AUTOTOOLS_AUTORECONF=yes - -inherit autotools-utils fortran-2 - -MY_PN=AMD - -DESCRIPTION="Library to order a sparse matrix prior to Cholesky factorization" -HOMEPAGE="http://www.cise.ufl.edu/research/sparse/amd" -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-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos" -IUSE="doc static-libs" - -RDEPEND="sci-libs/ufconfig" -DEPEND="${RDEPEND}" - -S="${WORKDIR}/${MY_PN}" - -PATCHES=( "${FILESDIR}"/${PN}-2.2.0-autotools.patch ) -DOCS=( README.txt Doc/ChangeLog ) - -src_install() { - autotools-utils_src_install - if use doc; then - insinto /usr/share/doc/${PF} - doins Doc/AMD_UserGuide.pdf - fi -} diff --git a/sci-libs/amd/metadata.xml b/sci-libs/amd/metadata.xml index 27e98989e34c..f4c85ca59868 100644 --- a/sci-libs/amd/metadata.xml +++ b/sci-libs/amd/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"> AMD is a set of routines for ordering a sparse matrix prior to Cholesky factorization (or for LU factorization with diagonal pivoting). There are versions in both C and Fortran. |