summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-05-31 12:30:18 +0000
committerJustin Lecher <jlec@gentoo.org>2013-05-31 12:30:18 +0000
commitfabd987045d672a1a98970834cf88c755a770279 (patch)
treeb853d73252e3a013cf0f52d5cd39884bd91f46e4 /sci-libs
parentdev-python/astropy: Version BUmp (diff)
downloadgentoo-2-fabd987045d672a1a98970834cf88c755a770279.tar.gz
gentoo-2-fabd987045d672a1a98970834cf88c755a770279.tar.bz2
gentoo-2-fabd987045d672a1a98970834cf88c755a770279.zip
sci-libs/qd: Version Bump
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/qd/ChangeLog9
-rw-r--r--sci-libs/qd/metadata.xml12
-rw-r--r--sci-libs/qd/qd-2.3.14.ebuild37
3 files changed, 50 insertions, 8 deletions
diff --git a/sci-libs/qd/ChangeLog b/sci-libs/qd/ChangeLog
index caf4f58fb51b..9228ecc64b87 100644
--- a/sci-libs/qd/ChangeLog
+++ b/sci-libs/qd/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sci-libs/qd
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/qd/ChangeLog,v 1.15 2012/10/16 20:05:11 jlec Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/qd/ChangeLog,v 1.16 2013/05/31 12:30:18 jlec Exp $
+
+*qd-2.3.14 (31 May 2013)
+
+ 31 May 2013; Justin Lecher <jlec@gentoo.org> +qd-2.3.14.ebuild, metadata.xml:
+ Version Bump
16 Oct 2012; Justin Lecher <jlec@gentoo.org> qd-2.3.13.ebuild:
Remove virtual/fortran and always call fortran-2_pkg_setup as intend by the
diff --git a/sci-libs/qd/metadata.xml b/sci-libs/qd/metadata.xml
index 5baa87d49888..58f5d57d3cda 100644
--- a/sci-libs/qd/metadata.xml
+++ b/sci-libs/qd/metadata.xml
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>sci</herd>
- <maintainer>
- <email>grozin@gentoo.org</email>
- <name>Andrey Grozin</name>
- </maintainer>
- <longdescription>Quad-double and double-double float arithmetics</longdescription>
+ <herd>sci</herd>
+ <maintainer>
+ <email>grozin@gentoo.org</email>
+ <name>Andrey Grozin</name>
+ </maintainer>
+ <longdescription>Quad-double and double-double float arithmetics</longdescription>
</pkgmetadata>
diff --git a/sci-libs/qd/qd-2.3.14.ebuild b/sci-libs/qd/qd-2.3.14.ebuild
new file mode 100644
index 000000000000..3e0714951fd1
--- /dev/null
+++ b/sci-libs/qd/qd-2.3.14.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/qd/qd-2.3.14.ebuild,v 1.1 2013/05/31 12:30:18 jlec Exp $
+
+EAPI=5
+
+AUTOTOOLS_AUTORECONF=yes
+
+FORTRAN_NEEDED=fortran
+
+inherit autotools-utils fortran-2
+
+DESCRIPTION="Quad-double and double-double float arithmetics"
+HOMEPAGE="http://crd.lbl.gov/~dhbailey/mpdist/"
+SRC_URI="http://crd.lbl.gov/~dhbailey/mpdist/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc fortran static-libs"
+
+PATCHES=( "${FILESDIR}"/${PN}-2.3.13-autotools.patch )
+
+src_configure() {
+ local myeconfargs=(
+ $(use_enable fortran enable_fortran)
+ )
+ autotools-utils_src_configure
+}
+
+src_install() {
+ autotools-utils_src_install
+
+ use doc || rm "${ED}"/usr/share/doc/${PF}/*.pdf
+ dosym qd_real.h /usr/include/qd/qd.h
+ dosym dd_real.h /usr/include/qd/dd.h
+}