public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matthias Maier" <tamiko@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/openlibm/
Date: Thu, 23 Mar 2017 00:17:51 +0000 (UTC)	[thread overview]
Message-ID: <1490228260.41eb6dab4c646eb062d3bbe6df70e49bb2dc5843.tamiko@gentoo> (raw)

commit:     41eb6dab4c646eb062d3bbe6df70e49bb2dc5843
Author:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 23 00:00:45 2017 +0000
Commit:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Thu Mar 23 00:17:40 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41eb6dab

sci-libs/openlibm: version bump to 0.5.4

Package-Manager: Portage-2.3.3, Repoman-2.3.2

 sci-libs/openlibm/Manifest              |  1 +
 sci-libs/openlibm/openlibm-0.5.4.ebuild | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/sci-libs/openlibm/Manifest b/sci-libs/openlibm/Manifest
index 561516215fb..4435ed9c092 100644
--- a/sci-libs/openlibm/Manifest
+++ b/sci-libs/openlibm/Manifest
@@ -1,2 +1,3 @@
 DIST openlibm-0.2.tar.gz 276504 SHA256 6fbcd7e2771b3f7b9f16d4d1d41dd0db860ae2899036fa8ea599d2047685e910 SHA512 e4667c694079dcf0a6e839ab8021d17038f9b2d2503d6b03849ec16c3dcb271d25752955e6c0e4c5adf7fbc267b81332c788bdb8c305327f9c9c3ff0be263fb7 WHIRLPOOL 82754b1287f752961fd3274ce85abc82ccee41d7d0ba5611924718560776ff1e4aa19972261449590f6e508e65ece91e2d4140b3cfae0c9ea0bd5c509fd81ec3
 DIST openlibm-0.3.tar.gz 276638 SHA256 eece0f928c93d70ac350f9c9632a1eab5d6e0a7fbdb31b6b75113c40fb9b810c SHA512 ac83f8020b51016d8df131641621c632251af0a6454287fba361fbeb7ae9ad82b6ae25fb5d5d994bf6352f8aaa2a9ee18ae2e619230bef949ba65508ae9f99d2 WHIRLPOOL f74c3c5b40223445c52f4369c3da23c5b705c002149e79e9fab2fcea278ea763e4e0227384c9082c070f39f4143157cd64e33843ed9531a9493887bd0b68673f
+DIST openlibm-0.5.4.tar.gz 353072 SHA256 9a8ae1d17825a4a6a4c013d36a7f4348b27c47eedb6549c521ecc9c79d021c13 SHA512 ca74936b9eb7a52566cc509ffb98dd9e1672cd4029ba0193162505e53fe671b8903c37ef4036c15d0872ca246079a792d1630f3a93024010ff0c232f78295192 WHIRLPOOL 98d4b3f5fb5515fc0044bb9a1bdb5f61816efead9df906a2a959063765d0275ab527568a141ac6e9a3dc4124948a6c74d78ffc577f652ac47c7bc6374b84e360

diff --git a/sci-libs/openlibm/openlibm-0.5.4.ebuild b/sci-libs/openlibm/openlibm-0.5.4.ebuild
new file mode 100644
index 00000000000..0df52bd8a5b
--- /dev/null
+++ b/sci-libs/openlibm/openlibm-0.5.4.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils toolchain-funcs fortran-2
+
+DESCRIPTION="High quality system independent, open source libm"
+HOMEPAGE="https://github.com/JuliaLang/openlibm"
+SRC_URI="https://github.com/JuliaLang/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT freedist public-domain BSD"
+SLOT="0/${PV}.0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+IUSE="static-libs"
+
+src_install() {
+	emake DESTDIR="${D}" prefix="${EPREFIX}/usr" \
+		libdir="${EPREFIX}/usr/$(get_libdir)" install
+	use static-libs || rm "${D}/${EPREFIX}/usr/$(get_libdir)/libopenlibm.a" || die "rm failed"
+	dodoc README.md
+}


             reply	other threads:[~2017-03-23  0:17 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-23  0:17 Matthias Maier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-10 13:37 [gentoo-commits] repo/gentoo:master commit in: sci-libs/openlibm/ Sam James
2024-11-10  6:40 Arthur Zamarin
2024-11-10  6:40 Arthur Zamarin
2024-11-09 17:04 Sam James
2024-11-09 17:04 Sam James
2024-08-23 13:00 Arthur Zamarin
2024-08-12 12:48 Arthur Zamarin
2024-08-05 10:47 Jakov Smolić
2024-08-04 22:38 Jakov Smolić
2024-08-04 22:34 Jakov Smolić
2024-08-04  3:16 Sam James
2024-08-04  3:16 Sam James
2024-08-03 11:23 Arthur Zamarin
2023-08-09 20:43 Sam James
2021-10-12  9:10 Jakov Smolić
2021-06-05 16:22 David Seifert
2021-05-27 21:06 David Seifert
2021-02-14 10:36 David Seifert
2021-02-05  4:20 Sam James
2021-01-24 13:49 David Seifert
2021-01-24 13:49 David Seifert
2020-10-27 23:23 Sam James
2020-10-27 23:23 Sam James
2020-04-03  3:20 Matthias Maier
2017-04-22 16:03 Justin Lecher
2017-04-22 16:03 Justin Lecher
2017-03-23  0:17 Matthias Maier

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=1490228260.41eb6dab4c646eb062d3bbe6df70e49bb2dc5843.tamiko@gentoo \
    --to=tamiko@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