From 89a3efbf81a0cfb72b988955ccaddfff9a4d59e9 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Sun, 4 Jan 2015 14:40:42 +0000 Subject: sci-libs/amd: Drop old (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!) --- sci-libs/amd/ChangeLog | 7 +++++-- sci-libs/amd/amd-2.2.3.ebuild | 36 ------------------------------------ sci-libs/amd/metadata.xml | 4 ++-- 3 files changed, 7 insertions(+), 40 deletions(-) delete mode 100644 sci-libs/amd/amd-2.2.3.ebuild (limited to 'sci-libs/amd') 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 -amd-2.2.3.ebuild, metadata.xml: + Drop old 04 Mar 2014; Vicente Olivert Riera 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 @@ -sci - + sci + 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. -- cgit v1.2.3-65-gdbad