diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2009-11-21 07:10:50 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2009-11-21 07:10:50 +0000 |
commit | 55535548c5d97aa3e33504f96daddb33c6b201c7 (patch) | |
tree | e17b353b5c15c70acf20d9db696d597615eb4e31 /sci-libs/cholmod | |
parent | Version bump (diff) | |
download | gentoo-2-55535548c5d97aa3e33504f96daddb33c6b201c7.tar.gz gentoo-2-55535548c5d97aa3e33504f96daddb33c6b201c7.tar.bz2 gentoo-2-55535548c5d97aa3e33504f96daddb33c6b201c7.zip |
Version bump
(Portage version: 2.2_rc50/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/cholmod')
-rw-r--r-- | sci-libs/cholmod/ChangeLog | 8 | ||||
-rw-r--r-- | sci-libs/cholmod/cholmod-1.7.1.ebuild (renamed from sci-libs/cholmod/cholmod-1.7.0-r1.ebuild) | 7 |
2 files changed, 11 insertions, 4 deletions
diff --git a/sci-libs/cholmod/ChangeLog b/sci-libs/cholmod/ChangeLog index 38afdb1ab655..075d1b3d3005 100644 --- a/sci-libs/cholmod/ChangeLog +++ b/sci-libs/cholmod/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-libs/cholmod # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cholmod/ChangeLog,v 1.19 2009/10/12 20:05:17 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cholmod/ChangeLog,v 1.20 2009/11/21 07:10:50 bicatali Exp $ + +*cholmod-1.7.1 (21 Nov 2009) + + 21 Nov 2009; Sébastien Fabbro <bicatali@gentoo.org> + -cholmod-1.7.0-r1.ebuild, +cholmod-1.7.1.ebuild: + Version bump 12 Oct 2009; Jeroen Roovers <jer@gentoo.org> cholmod-1.6.0-r1.ebuild: Stable for HPPA (bug #245707). diff --git a/sci-libs/cholmod/cholmod-1.7.0-r1.ebuild b/sci-libs/cholmod/cholmod-1.7.1.ebuild index 17f42be4721c..3d38e1851a3d 100644 --- a/sci-libs/cholmod/cholmod-1.7.0-r1.ebuild +++ b/sci-libs/cholmod/cholmod-1.7.1.ebuild @@ -1,16 +1,17 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cholmod/cholmod-1.7.0-r1.ebuild,v 1.1 2009/03/14 12:04:19 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cholmod/cholmod-1.7.1.ebuild,v 1.1 2009/11/21 07:10:50 bicatali Exp $ EAPI=2 inherit eutils autotools MY_PN=CHOLMOD +PPV=1.7.0 DESCRIPTION="Sparse Cholesky factorization and update/downdate library" HOMEPAGE="http://www.cise.ufl.edu/research/sparse/cholmod" SRC_URI="http://www.cise.ufl.edu/research/sparse/${PN}/${MY_PN}-${PV}.tar.gz - mirror://gentoo/${P}-autotools.patch.bz2" + mirror://gentoo/${PN}-${PPV}-autotools.patch.bz2" LICENSE="LGPL-2.1 GPL-2" SLOT="0" @@ -32,7 +33,7 @@ S="${WORKDIR}/${MY_PN}" src_prepare() { cd "${WORKDIR}" - epatch "${WORKDIR}"/${P}-autotools.patch + epatch "${WORKDIR}"/${PN}-${PPV}-autotools.patch cd "${S}" # We need to take care of cholmod.h here as well depending on # the USE flags, otherwise the installed file will reference |