summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2009-11-21 07:19:59 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2009-11-21 07:19:59 +0000
commit1cae91db0e59f58b6c949cef95d6ffcb9e00b41e (patch)
treeed45ee7be3a38f6ea5d730e5f5f27e52c962e548 /sci-libs
parentAdd a bunch of fixes from upstream for stabilization #289342. (diff)
downloadgentoo-2-1cae91db0e59f58b6c949cef95d6ffcb9e00b41e.tar.gz
gentoo-2-1cae91db0e59f58b6c949cef95d6ffcb9e00b41e.tar.bz2
gentoo-2-1cae91db0e59f58b6c949cef95d6ffcb9e00b41e.zip
Version bump
(Portage version: 2.2_rc50/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/cxsparse/ChangeLog8
-rw-r--r--sci-libs/cxsparse/cxsparse-2.2.3.ebuild (renamed from sci-libs/cxsparse/cxsparse-2.2.2.ebuild)5
2 files changed, 10 insertions, 3 deletions
diff --git a/sci-libs/cxsparse/ChangeLog b/sci-libs/cxsparse/ChangeLog
index 1e2a2c2bba11..76d139f410c4 100644
--- a/sci-libs/cxsparse/ChangeLog
+++ b/sci-libs/cxsparse/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sci-libs/cxsparse
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/cxsparse/ChangeLog,v 1.14 2009/10/12 20:05:08 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/cxsparse/ChangeLog,v 1.15 2009/11/21 07:19:59 bicatali Exp $
+
+*cxsparse-2.2.3 (21 Nov 2009)
+
+ 21 Nov 2009; Sébastien Fabbro <bicatali@gentoo.org>
+ -cxsparse-2.2.2.ebuild, +cxsparse-2.2.3.ebuild:
+ Version bump
12 Oct 2009; Jeroen Roovers <jer@gentoo.org> cxsparse-2.2.1.ebuild:
Stable for HPPA (bug #245707).
diff --git a/sci-libs/cxsparse/cxsparse-2.2.2.ebuild b/sci-libs/cxsparse/cxsparse-2.2.3.ebuild
index 45a0246bc3cd..d56138b7db80 100644
--- a/sci-libs/cxsparse/cxsparse-2.2.2.ebuild
+++ b/sci-libs/cxsparse/cxsparse-2.2.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/cxsparse/cxsparse-2.2.2.ebuild,v 1.1 2009/03/09 14:39:47 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/cxsparse/cxsparse-2.2.3.ebuild,v 1.1 2009/11/21 07:19:59 bicatali Exp $
EAPI=2
inherit autotools eutils
@@ -15,11 +15,12 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
DEPEND="sci-libs/ufconfig"
+RDEPEND=""
S="${WORKDIR}/${MY_PN}"
src_prepare() {
- epatch "${FILESDIR}"/${P}-autotools.patch
+ epatch "${FILESDIR}"/${PN}-2.2.2-autotools.patch
eautoreconf
}