From: "Sebastien Fabbro" <bicatali@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/cfitsio/
Date: Mon, 15 Feb 2016 21:52:14 +0000 (UTC) [thread overview]
Message-ID: <1455576471.db3a80784f7a9706509a06d6460db0196ba37551.bicatali@gentoo> (raw)
commit: db3a80784f7a9706509a06d6460db0196ba37551
Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 15 20:43:50 2016 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Mon Feb 15 22:47:51 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db3a8078
sci-libs/cfitsio: version bump (reversioned to match upstream)
Package-Manager: portage-2.2.27
sci-libs/cfitsio/Manifest | 1 +
sci-libs/cfitsio/cfitsio-3.38.ebuild | 60 ++++++++++++++++++++++++++++++++++++
2 files changed, 61 insertions(+)
diff --git a/sci-libs/cfitsio/Manifest b/sci-libs/cfitsio/Manifest
index 00ace02..df8d0d0 100644
--- a/sci-libs/cfitsio/Manifest
+++ b/sci-libs/cfitsio/Manifest
@@ -1 +1,2 @@
DIST cfitsio-3.360.tar.gz 4104894 SHA256 b5fb209583c76a0bcc39808e55ebf2417b9c26114c59db1a3f49ea1ede5fa95d SHA512 158819b4a3a29c29a5f017283e2b20067420994e881d202dbf3ba199c9e564dc1e74f8be5ce84f78107126d2a8688cc55cc7ed284540ca647e44cdc3b0b02072 WHIRLPOOL 05589a27c6fa83a0240b26924954c1c6d25d985ad609dfbd37fccfe5758fd28efbd97a5ec289803053e2f53e053e51c017292845de1b4368bcd1725fa2eccdb7
+DIST cfitsio-3.38.tar.gz 4142216 SHA256 e2a4e4fa9ed7f32afb87527b53242bcfb080b5832eec56bca57fb640efac5f84 SHA512 ed1bb8be48778dfaf5f5f973af4905b264f0600c29dcabf994d6c0d79f0cf472f41ed81c2d183b892447a856da795f50fe68a1364f34ab5fce55d13a4343add0 WHIRLPOOL 3ff0978f82f05b09133a61955e855e3633b006009dab165157ec8437d4b284e620c8d9b5a232095dcdae84dfffb8daa42535aac4a3f1cf492b39c96566f79b31
diff --git a/sci-libs/cfitsio/cfitsio-3.38.ebuild b/sci-libs/cfitsio/cfitsio-3.38.ebuild
new file mode 100644
index 0000000..1bc7e27
--- /dev/null
+++ b/sci-libs/cfitsio/cfitsio-3.38.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+FORTRAN_NEEDED=fortran
+
+inherit autotools-multilib fortran-2
+
+DESCRIPTION="C and Fortran library for manipulating FITS files"
+HOMEPAGE="http://heasarc.gsfc.nasa.gov/docs/software/fitsio/fitsio.html"
+SRC_URI="https://dev.gentoo.org/~bicatali/distfiles/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/2"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris"
+IUSE="bzip2 doc examples fortran static-libs +tools threads"
+
+RDEPEND="
+ sys-libs/zlib[${MULTILIB_USEDEP}]
+ bzip2? ( app-arch/bzip2[${MULTILIB_USEDEP}] )"
+DEPEND="${RDEPEND}
+ fortran? ( dev-lang/cfortran )"
+
+pkg_setup() {
+ use fortran && fortran-2_pkg_setup
+}
+
+src_prepare() {
+ # avoid internal cfortran
+ if use fortran; then
+ mv cfortran.h cfortran.h.disabled
+ ln -s "${EPREFIX}"/usr/include/cfortran.h . || die
+ fi
+ autotools-multilib_src_prepare
+}
+
+src_configure() {
+ local myeconfargs=(
+ $(use_enable fortran)
+ $(use_enable threads)
+ $(use_enable tools)
+ $(use_with bzip2)
+ )
+ autotools-multilib_src_configure
+}
+
+src_install () {
+ autotools-multilib_src_install
+ dodoc README README.md CHANGES.md docs/changes.txt docs/cfitsio.doc
+ use fortran && dodoc docs/fitsio.doc
+ use doc && dodoc docs/{quick,cfitsio,fpackguide}.pdf
+ use doc && use fortran && dodoc docs/fitsio.pdf
+ if use examples; then
+ insinto /usr/share/doc/${PF}/examples
+ doins cookbook.c testprog.c speed.c smem.c
+ use fortran && doins cookbook.f testf77.f
+ fi
+}
next reply other threads:[~2016-02-15 21:52 UTC|newest]
Thread overview: 49+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-15 21:52 Sebastien Fabbro [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-02-22 20:04 [gentoo-commits] repo/gentoo:master commit in: sci-libs/cfitsio/ Sebastien Fabbro
2016-06-06 22:03 Sebastien Fabbro
2017-06-26 4:35 Sebastien Fabbro
2018-05-25 22:28 Aaron Bauman
2018-06-27 17:23 Tobias Klausmann
2018-06-27 21:54 Sergei Trofimovich
2018-06-30 19:03 Sergei Trofimovich
2018-07-01 15:00 Pacho Ramos
2018-07-07 9:02 Sergei Trofimovich
2018-07-08 19:10 Sergei Trofimovich
2019-11-20 20:59 Andreas Sturmlechner
2021-01-02 20:31 Andreas Sturmlechner
2021-01-02 21:14 Sam James
2021-01-02 21:16 Sam James
2021-01-06 6:34 Sam James
2021-01-06 15:17 Fabian Groffen
2021-01-07 2:35 Sam James
2021-01-07 5:59 Sam James
2021-01-07 11:15 Sam James
2021-01-10 14:30 Sam James
2021-01-25 16:48 Andreas Sturmlechner
2021-08-14 23:15 Marek Szuba
2021-08-14 23:15 Marek Szuba
2022-05-21 18:54 Jakov Smolić
2022-05-21 18:54 Jakov Smolić
2022-05-21 18:54 Jakov Smolić
2022-05-21 18:56 Jakov Smolić
2022-05-21 18:56 Jakov Smolić
2022-07-03 9:02 Andrew Ammerlaan
2022-07-03 9:02 Andrew Ammerlaan
2023-12-16 11:47 Arthur Zamarin
2023-12-16 19:16 Arthur Zamarin
2023-12-16 20:56 Sam James
2024-06-13 12:31 Michał Górny
2024-06-13 12:31 Michał Górny
2024-06-13 15:00 Michał Górny
2024-06-19 4:36 Michał Górny
2024-07-06 6:10 Sam James
2024-07-06 6:10 Sam James
2024-07-06 7:09 Arthur Zamarin
2024-12-01 13:56 Michał Górny
2024-12-28 8:55 Arthur Zamarin
2024-12-28 8:58 Arthur Zamarin
2024-12-28 9:06 Arthur Zamarin
2024-12-28 10:47 Michał Górny
2025-01-11 8:39 WANG Xuerui
2025-03-15 7:45 Michał Górny
2025-03-29 6:08 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1455576471.db3a80784f7a9706509a06d6460db0196ba37551.bicatali@gentoo \
--to=bicatali@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox