summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-10-18 21:12:44 +0000
committerJustin Lecher <jlec@gentoo.org>2012-10-18 21:12:44 +0000
commitd91a61f5314c4d1cdd2c7fc07e9b937c60c2a050 (patch)
tree1a823d72104c2c46bb6dc3fe442705ba469d7d1c
parentsci-libs/arpack: Remove virtual/fortran and always call fortran-2_pkg_setup a... (diff)
downloadgentoo-2-d91a61f5314c4d1cdd2c7fc07e9b937c60c2a050.tar.gz
gentoo-2-d91a61f5314c4d1cdd2c7fc07e9b937c60c2a050.tar.bz2
gentoo-2-d91a61f5314c4d1cdd2c7fc07e9b937c60c2a050.zip
sci-libs/arprec: Remove virtual/fortran and always call fortran-2_pkg_setup as intend by the updated fortran-2.eclass
(Portage version: 2.2.0_alpha141/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
-rw-r--r--sci-libs/arprec/ChangeLog7
-rw-r--r--sci-libs/arprec/arprec-2.2.13.ebuild9
-rw-r--r--sci-libs/arprec/metadata.xml2
3 files changed, 9 insertions, 9 deletions
diff --git a/sci-libs/arprec/ChangeLog b/sci-libs/arprec/ChangeLog
index 7093a3cd9a45..fab90e857947 100644
--- a/sci-libs/arprec/ChangeLog
+++ b/sci-libs/arprec/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sci-libs/arprec
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/arprec/ChangeLog,v 1.12 2012/10/14 18:58:51 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/arprec/ChangeLog,v 1.13 2012/10/18 21:12:44 jlec Exp $
+
+ 18 Oct 2012; Justin Lecher <jlec@gentoo.org> arprec-2.2.13.ebuild,
+ metadata.xml:
+ Remove virtual/fortran and always call fortran-2_pkg_setup as intend by the
+ updated fortran-2.eclass
14 Oct 2012; Justin Lecher <jlec@gentoo.org> arprec-2.2.13.ebuild:
Prepare for fortran2.eclass update
diff --git a/sci-libs/arprec/arprec-2.2.13.ebuild b/sci-libs/arprec/arprec-2.2.13.ebuild
index 90e4bcae952a..de41cc535f27 100644
--- a/sci-libs/arprec/arprec-2.2.13.ebuild
+++ b/sci-libs/arprec/arprec-2.2.13.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/arprec/arprec-2.2.13.ebuild,v 1.3 2012/10/14 18:58:51 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/arprec/arprec-2.2.13.ebuild,v 1.4 2012/10/18 21:12:44 jlec Exp $
EAPI=4
@@ -17,14 +17,9 @@ LICENSE="BSD"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="doc fortran qd static-libs"
-DEPEND="fortran? ( virtual/fortran )
- qd? ( sci-libs/qd[fortran=] )"
+DEPEND="qd? ( sci-libs/qd[fortran=] )"
RDEPEND="${DEPEND}"
-pkg_setup() {
- use fortran && fortran-2_pkg_setup
-}
-
src_configure() {
econf \
--docdir="${EPREFIX}/usr/share/doc/${PF}" \
diff --git a/sci-libs/arprec/metadata.xml b/sci-libs/arprec/metadata.xml
index e02fac69b7d1..80244094e85e 100644
--- a/sci-libs/arprec/metadata.xml
+++ b/sci-libs/arprec/metadata.xml
@@ -8,6 +8,6 @@
</maintainer>
<longdescription>Arbitrary precision float arithmetics and functions</longdescription>
<use>
- <flag name='qd'>Use <pkg>sci-libs/qd</pkg></flag>
+ <flag name="qd">Use <pkg>sci-libs/qd</pkg></flag>
</use>
</pkgmetadata>