summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2012-05-08 17:17:38 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2012-05-08 17:17:38 +0000
commit5b690be78d012662bdcfe255ab5e4c0d97469c7f (patch)
treea80f571551b1234155078cfa913621234ad2772f /sci-libs/colamd
parentVersion bump. Drop x86 due to new dependency on kramdown, bug 415151. (diff)
downloadgentoo-2-5b690be78d012662bdcfe255ab5e4c0d97469c7f.tar.gz
gentoo-2-5b690be78d012662bdcfe255ab5e4c0d97469c7f.tar.bz2
gentoo-2-5b690be78d012662bdcfe255ab5e4c0d97469c7f.zip
Backported autotools changes from 2.7.4
(Portage version: 2.1.10.56/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/colamd')
-rw-r--r--sci-libs/colamd/ChangeLog5
-rw-r--r--sci-libs/colamd/colamd-2.7.3.ebuild27
2 files changed, 14 insertions, 18 deletions
diff --git a/sci-libs/colamd/ChangeLog b/sci-libs/colamd/ChangeLog
index 74563f3ea1fb..bf65f5544938 100644
--- a/sci-libs/colamd/ChangeLog
+++ b/sci-libs/colamd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/colamd
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/colamd/ChangeLog,v 1.26 2012/01/21 19:29:36 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/colamd/ChangeLog,v 1.27 2012/05/08 17:17:38 bicatali Exp $
+
+ 08 May 2012; Sébastien Fabbro <bicatali@gentoo.org> colamd-2.7.3.ebuild:
+ Backported autotools changes from 2.7.4
21 Jan 2012; Kacper Kowalik <xarthisius@gentoo.org> colamd-2.7.4.ebuild:
Explicitly call autoreconf via autotools-utils.eclass
diff --git a/sci-libs/colamd/colamd-2.7.3.ebuild b/sci-libs/colamd/colamd-2.7.3.ebuild
index f964c0567bf2..4dd0c309cff7 100644
--- a/sci-libs/colamd/colamd-2.7.3.ebuild
+++ b/sci-libs/colamd/colamd-2.7.3.ebuild
@@ -1,12 +1,15 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/colamd/colamd-2.7.3.ebuild,v 1.7 2011/12/26 12:33:25 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/colamd/colamd-2.7.3.ebuild,v 1.8 2012/05/08 17:17:38 bicatali Exp $
EAPI=4
-inherit autotools-utils eutils
+AUTOTOOLS_AUTORECONF=1
+
+inherit autotools-utils
MY_PN=COLAMD
+
DESCRIPTION="Column approximate minimum degree ordering algorithm"
HOMEPAGE="http://www.cise.ufl.edu/research/sparse/colamd/"
SRC_URI="http://www.cise.ufl.edu/research/sparse/${PN}/${MY_PN}-${PV}.tar.gz"
@@ -19,20 +22,10 @@ IUSE="static-libs"
DEPEND="sci-libs/ufconfig"
RDEPEND="${DEPEND}"
-# Needs manual inspection of the result, useless.
-RESTRICT="test"
-
DOCS=( README.txt Doc/ChangeLog )
+PATCHES=( "${FILESDIR}"/${PN}-2.7.1-autotools.patch )
-S="${WORKDIR}/${MY_PN}"
-
-AUTOTOOLS_IN_SOURCE_BUILD=1
-
-PATCHES=(
- "${FILESDIR}"/${PN}-2.7.1-autotools.patch
-)
+# Needs manual inspection of the result, useless.
+RESTRICT="test"
-src_prepare() {
- autotools-utils_src_prepare
- eautoreconf
-}
+S=${WORKDIR}/${MY_PN}