summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-10-16 19:34:38 +0000
committerJustin Lecher <jlec@gentoo.org>2012-10-16 19:34:38 +0000
commit4cb767e9fe175b0f32a536fd9ec77782899f61bf (patch)
tree4169bf5d0c8437befbd7fc8532b9c2fe8ff409cb /sci-libs/superlu
parentsci-libs/udunits: Remove virtual/fortran and always call fortran-2_pkg_setup ... (diff)
downloadgentoo-2-4cb767e9fe175b0f32a536fd9ec77782899f61bf.tar.gz
gentoo-2-4cb767e9fe175b0f32a536fd9ec77782899f61bf.tar.bz2
gentoo-2-4cb767e9fe175b0f32a536fd9ec77782899f61bf.zip
sci-libs/superlu: Remove virtual/fortran and always call fortran-2_pkg_setup as intend by the updated fortran-2.eclass
(Portage version: 2.2.0_alpha138/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)
Diffstat (limited to 'sci-libs/superlu')
-rw-r--r--sci-libs/superlu/ChangeLog7
-rw-r--r--sci-libs/superlu/superlu-4.0-r2.ebuild10
-rw-r--r--sci-libs/superlu/superlu-4.1-r1.ebuild3
-rw-r--r--sci-libs/superlu/superlu-4.2.ebuild4
-rw-r--r--sci-libs/superlu/superlu-4.3.ebuild5
5 files changed, 17 insertions, 12 deletions
diff --git a/sci-libs/superlu/ChangeLog b/sci-libs/superlu/ChangeLog
index 8c70fce12a8e..a49b6fc45633 100644
--- a/sci-libs/superlu/ChangeLog
+++ b/sci-libs/superlu/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sci-libs/superlu
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/superlu/ChangeLog,v 1.16 2012/06/24 08:28:25 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/superlu/ChangeLog,v 1.17 2012/10/16 19:34:38 jlec Exp $
+
+ 16 Oct 2012; Justin Lecher <jlec@gentoo.org> superlu-4.0-r2.ebuild,
+ superlu-4.1-r1.ebuild, superlu-4.2.ebuild, superlu-4.3.ebuild:
+ Remove virtual/fortran and always call fortran-2_pkg_setup as intend by the
+ updated fortran-2.eclass
24 Jun 2012; Justin Lecher <jlec@gentoo.org> superlu-4.3.ebuild:
Unset VERBOSE, because it is used internally, #423259
diff --git a/sci-libs/superlu/superlu-4.0-r2.ebuild b/sci-libs/superlu/superlu-4.0-r2.ebuild
index 2e05e512a3a8..bc2d2e58d38f 100644
--- a/sci-libs/superlu/superlu-4.0-r2.ebuild
+++ b/sci-libs/superlu/superlu-4.0-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/superlu/superlu-4.0-r2.ebuild,v 1.4 2012/05/04 08:22:50 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/superlu/superlu-4.0-r2.ebuild,v 1.5 2012/10/16 19:34:38 jlec Exp $
EAPI="2"
@@ -18,7 +18,6 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="doc examples static-libs test"
RDEPEND="
- virtual/fortran
virtual/blas"
DEPEND="${RDEPEND}
virtual/pkgconfig
@@ -27,9 +26,10 @@ DEPEND="${RDEPEND}
S="${WORKDIR}/${MY_PN}_${PV}"
src_prepare() {
- epatch "${FILESDIR}"/${P}-autotools.patch
- epatch "${FILESDIR}"/${PN}-examples.patch
- epatch "${FILESDIR}"/${PV}-test.patch
+ epatch \
+ "${FILESDIR}"/${P}-autotools.patch \
+ "${FILESDIR}"/${PN}-examples.patch \
+ "${FILESDIR}"/${PV}-test.patch
eautoreconf
}
diff --git a/sci-libs/superlu/superlu-4.1-r1.ebuild b/sci-libs/superlu/superlu-4.1-r1.ebuild
index 3c5d38563830..7ab8fd04c19e 100644
--- a/sci-libs/superlu/superlu-4.1-r1.ebuild
+++ b/sci-libs/superlu/superlu-4.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/superlu/superlu-4.1-r1.ebuild,v 1.9 2012/05/04 08:22:50 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/superlu/superlu-4.1-r1.ebuild,v 1.10 2012/10/16 19:34:38 jlec Exp $
EAPI="2"
@@ -18,7 +18,6 @@ KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
IUSE="doc examples static-libs test"
RDEPEND="
- virtual/fortran
virtual/blas"
DEPEND="${RDEPEND}
virtual/pkgconfig
diff --git a/sci-libs/superlu/superlu-4.2.ebuild b/sci-libs/superlu/superlu-4.2.ebuild
index 0a7213b4e696..c385f5e2a28b 100644
--- a/sci-libs/superlu/superlu-4.2.ebuild
+++ b/sci-libs/superlu/superlu-4.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/superlu/superlu-4.2.ebuild,v 1.2 2012/05/04 08:22:50 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/superlu/superlu-4.2.ebuild,v 1.3 2012/10/16 19:34:38 jlec Exp $
EAPI=4
@@ -17,7 +17,7 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="doc examples static-libs test"
-RDEPEND="virtual/fortran
+RDEPEND="
virtual/blas"
DEPEND="${RDEPEND}
virtual/pkgconfig
diff --git a/sci-libs/superlu/superlu-4.3.ebuild b/sci-libs/superlu/superlu-4.3.ebuild
index a70404b3b78a..561cfde67de1 100644
--- a/sci-libs/superlu/superlu-4.3.ebuild
+++ b/sci-libs/superlu/superlu-4.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/superlu/superlu-4.3.ebuild,v 1.4 2012/06/24 08:28:25 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/superlu/superlu-4.3.ebuild,v 1.5 2012/10/16 19:34:38 jlec Exp $
EAPI=4
@@ -19,7 +19,7 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="doc examples static-libs test"
-RDEPEND="virtual/fortran
+RDEPEND="
virtual/blas"
DEPEND="${RDEPEND}
virtual/pkgconfig
@@ -32,6 +32,7 @@ PATCHES=( "${FILESDIR}"/${P}-autotools.patch )
pkg_setup() {
unset VERBOSE
+ fortran-2_pkg_setup
}
src_configure() {