From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/matio/
Date: Sun, 24 Jan 2021 13:49:41 +0000 (UTC) [thread overview]
Message-ID: <1611496098.3250ba85965856cec855ec2ed01e02aaa16d17a2.soap@gentoo> (raw)
commit: 3250ba85965856cec855ec2ed01e02aaa16d17a2
Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Sun Jan 24 13:48:18 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jan 24 13:48:18 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3250ba85
sci-libs/matio: Bump to 1.5.19
Bug: https://bugs.gentoo.org/716258
Bug: https://bugs.gentoo.org/717942
Closes: https://bugs.gentoo.org/603218
Closes: https://bugs.gentoo.org/677366
Closes: https://bugs.gentoo.org/716258
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>
sci-libs/matio/Manifest | 1 +
sci-libs/matio/matio-1.5.19.ebuild | 46 ++++++++++++++++++++++++++++++++++++++
2 files changed, 47 insertions(+)
diff --git a/sci-libs/matio/Manifest b/sci-libs/matio/Manifest
index 05e6aaa1418..1a4bc0da228 100644
--- a/sci-libs/matio/Manifest
+++ b/sci-libs/matio/Manifest
@@ -1 +1,2 @@
DIST matio-1.5.17.tar.gz 10066268 BLAKE2B 0852d1861bb4c43acd8a34d7114d29b7e15aa00e6f995d8516d22ff9420268cf7de7b82e08ee33978891bdfd02fcf3f8441aa1466e66e112a21f01abd6f3f0e0 SHA512 af8ff11c7c44fea9ea6886e381f49ef9186946f3def98ad9695f2d5d1df045c35e8f4ceac12a44be397f7bbd708b4803762b5ce54c45b60a9f446d551c04f5d2
+DIST matio-1.5.19.tar.gz 10108869 BLAKE2B db641bda8d68e203af765aa83ecf661e011995e242c4f91aacb4bcc8ba2b545c36a3eec3f4954b3d7ecc286e630acd15b34ec48b372063bfb8b892259fc49ec7 SHA512 c087944a7d87d78a7de662d7e19f5f81c55858cf5bf315c28d5a0f7544555b0816045e20bb0c83752eb3d54b589d9237a27cf3de98e3ebefcc7ea0af9311740e
diff --git a/sci-libs/matio/matio-1.5.19.ebuild b/sci-libs/matio/matio-1.5.19.ebuild
new file mode 100644
index 00000000000..adb63f7b65e
--- /dev/null
+++ b/sci-libs/matio/matio-1.5.19.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Library for reading and writing matlab files"
+HOMEPAGE="https://sourceforge.net/projects/matio/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0/11" # subslot = soname version
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc examples hdf5 sparse"
+
+RDEPEND="
+ sys-libs/zlib
+ hdf5? ( sci-libs/hdf5:= )"
+DEPEND="${RDEPEND}"
+BDEPEND="doc? ( virtual/latex-base )"
+
+src_configure() {
+ econf \
+ --disable-static \
+ $(use_enable hdf5 mat73) \
+ $(use_enable sparse extended-sparse)
+}
+
+src_compile() {
+ default
+ use doc && emake -C documentation pdf
+}
+
+src_install() {
+ default
+ use doc && dodoc documentation/matio_user_guide.pdf
+
+ if use examples; then
+ docinto examples
+ dodoc test/test*.c
+ insinto /usr/share/${PN}
+ doins share/test*
+ fi
+
+ # no static archives
+ find "${ED}" -name "*.la" -delete || die
+}
next reply other threads:[~2021-01-24 13:49 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-24 13:49 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-10-28 14:19 [gentoo-commits] repo/gentoo:master commit in: sci-libs/matio/ Arthur Zamarin
2025-05-23 8:17 Sam James
2025-05-23 8:17 Sam James
2024-03-27 4:52 Sam James
2024-01-29 16:47 Arthur Zamarin
2024-01-16 5:46 Viorel Munteanu
2022-05-09 17:19 Andrew Ammerlaan
2022-05-09 17:19 Andrew Ammerlaan
2021-05-27 21:06 David Seifert
2021-05-04 22:06 Sam James
2021-01-24 13:49 David Seifert
2020-04-17 21:11 David Seifert
2020-03-15 23:55 David Seifert
2019-07-03 22:00 Tim Harder
2018-12-13 6:48 Tim Harder
2017-05-30 21:37 Patrice Clement
2017-05-30 21:37 Patrice Clement
2016-10-27 5:01 Tim Harder
2016-09-08 18:30 Tim Harder
2016-06-23 16:46 David Seifert
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=1611496098.3250ba85965856cec855ec2ed01e02aaa16d17a2.soap@gentoo \
--to=soap@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