diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2012-11-12 01:56:37 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2012-11-12 01:56:37 +0000 |
commit | 676513b06e28329eddd223938bdf34f898db6f27 (patch) | |
tree | 4e15cffc1ea2da9b33f34d2109fc8ffbed4b62c4 /sci-libs/cxsparse | |
parent | Version bump (diff) | |
download | gentoo-2-676513b06e28329eddd223938bdf34f898db6f27.tar.gz gentoo-2-676513b06e28329eddd223938bdf34f898db6f27.tar.bz2 gentoo-2-676513b06e28329eddd223938bdf34f898db6f27.zip |
Version bump
(Portage version: 2.2.01.21313-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Diffstat (limited to 'sci-libs/cxsparse')
-rw-r--r-- | sci-libs/cxsparse/ChangeLog | 8 | ||||
-rw-r--r-- | sci-libs/cxsparse/cxsparse-3.1.1.ebuild | 20 | ||||
-rw-r--r-- | sci-libs/cxsparse/metadata.xml | 9 |
3 files changed, 32 insertions, 5 deletions
diff --git a/sci-libs/cxsparse/ChangeLog b/sci-libs/cxsparse/ChangeLog index df4646157ff7..24b03f371741 100644 --- a/sci-libs/cxsparse/ChangeLog +++ b/sci-libs/cxsparse/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-libs/cxsparse # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cxsparse/ChangeLog,v 1.22 2012/10/16 02:31:53 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cxsparse/ChangeLog,v 1.23 2012/11/12 01:56:37 bicatali Exp $ + +*cxsparse-3.1.1 (12 Nov 2012) + + 12 Nov 2012; Sébastien Fabbro <bicatali@gentoo.org> +cxsparse-3.1.1.ebuild, + metadata.xml: + Version bump 16 Oct 2012; <naota@gentoo.org> cxsparse-2.2.6.ebuild: Add ~x86-fbsd. diff --git a/sci-libs/cxsparse/cxsparse-3.1.1.ebuild b/sci-libs/cxsparse/cxsparse-3.1.1.ebuild new file mode 100644 index 000000000000..66016e20d887 --- /dev/null +++ b/sci-libs/cxsparse/cxsparse-3.1.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cxsparse/cxsparse-3.1.1.ebuild,v 1.1 2012/11/12 01:56:37 bicatali Exp $ + +EAPI=4 + +inherit autotools-utils + +DESCRIPTION="Extended sparse matrix package" +HOMEPAGE="http://www.cise.ufl.edu/research/sparse/CXSparse/" +SRC_URI="http://dev.gentoo.org/~bicatali/distfiles/${P}.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" + +RDEPEND="sci-libs/suitesparseconfig" +DEPEND="${RDEPEND} + virtual/pkgconfig" diff --git a/sci-libs/cxsparse/metadata.xml b/sci-libs/cxsparse/metadata.xml index c8c4c3783625..1eb9a37955ca 100644 --- a/sci-libs/cxsparse/metadata.xml +++ b/sci-libs/cxsparse/metadata.xml @@ -1,9 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>sci</herd> - <longdescription lang="en"> - CXSparse is an extended version of CSparse, with support for double or - complex matrices, with int or long integers. +<herd>sci</herd> +<longdescription lang="en"> + CXSparse is an extended version of CSparse, a sparse matrix package, + with support for double or complex matrices, with int or long + integers. </longdescription> </pkgmetadata> |