public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/openlibm/
@ 2017-03-23  0:17 Matthias Maier
  0 siblings, 0 replies; 23+ messages in thread
From: Matthias Maier @ 2017-03-23  0:17 UTC (permalink / raw
  To: gentoo-commits

commit:     563f9abea6ee7c2b5a67f43947eec2674378cd95
Author:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 23 00:02:08 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=563f9abe

sci-libs/openlibm: drop old versions 0.2, 0.3

Package-Manager: Portage-2.3.3, Repoman-2.3.2

 sci-libs/openlibm/Manifest            |  2 --
 sci-libs/openlibm/openlibm-0.2.ebuild | 38 -----------------------------------
 sci-libs/openlibm/openlibm-0.3.ebuild | 38 -----------------------------------
 3 files changed, 78 deletions(-)

diff --git a/sci-libs/openlibm/Manifest b/sci-libs/openlibm/Manifest
index 4435ed9c092..d07612a8c63 100644
--- a/sci-libs/openlibm/Manifest
+++ b/sci-libs/openlibm/Manifest
@@ -1,3 +1 @@
-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.2.ebuild b/sci-libs/openlibm/openlibm-0.2.ebuild
deleted file mode 100644
index 0afcbd43dd2..00000000000
--- a/sci-libs/openlibm/openlibm-0.2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-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/0.1.0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-IUSE="static-libs"
-
-src_prepare() {
-	epatch "${FILESDIR}"/${PN}-respect-toolchain.patch
-}
-
-src_compile() {
-	tc-export CC
-	tc-export AR
-	emake libopenlibm.so
-	use static-libs && emake libopenlibm.a
-}
-
-src_test() {
-	emake
-}
-
-src_install() {
-	dolib.so libopenlibm.so*
-	use static-libs && dolib.a libopenlibm.a
-	doheader include/{cdefs,types}-compat.h src/openlibm.h
-	dodoc README.md
-}

diff --git a/sci-libs/openlibm/openlibm-0.3.ebuild b/sci-libs/openlibm/openlibm-0.3.ebuild
deleted file mode 100644
index 4629a7fe8c4..00000000000
--- a/sci-libs/openlibm/openlibm-0.3.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-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_prepare() {
-	epatch "${FILESDIR}"/${PN}-respect-toolchain.patch
-}
-
-src_compile() {
-	tc-export CC
-	tc-export AR
-	emake libopenlibm.so
-	use static-libs && emake libopenlibm.a
-}
-
-src_test() {
-	emake
-}
-
-src_install() {
-	dolib.so libopenlibm.so*
-	use static-libs && dolib.a libopenlibm.a
-	doheader include/{cdefs,types}-compat.h src/openlibm.h
-	dodoc README.md
-}


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-libs/openlibm/
@ 2017-03-23  0:17 Matthias Maier
  0 siblings, 0 replies; 23+ messages in thread
From: Matthias Maier @ 2017-03-23  0:17 UTC (permalink / raw
  To: gentoo-commits

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
+}


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-libs/openlibm/
@ 2017-04-22 16:03 Justin Lecher
  0 siblings, 0 replies; 23+ messages in thread
From: Justin Lecher @ 2017-04-22 16:03 UTC (permalink / raw
  To: gentoo-commits

commit:     6736f2afcceb468f2e35c0b83798e7e3712e2b17
Author:     Alessandro Barbieri <ale.barbio <AT> alice <DOT> it>
AuthorDate: Fri Apr 21 23:36:06 2017 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Apr 22 16:03:08 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6736f2af

fix licenses

see https://bugs.gentoo.org/show_bug.cgi?id=614928
Closes: https://github.com/gentoo/gentoo/pull/4465

Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 sci-libs/openlibm/openlibm-0.5.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/openlibm/openlibm-0.5.4.ebuild b/sci-libs/openlibm/openlibm-0.5.4.ebuild
index 0df52bd8a5b..7dbbc695f24 100644
--- a/sci-libs/openlibm/openlibm-0.5.4.ebuild
+++ b/sci-libs/openlibm/openlibm-0.5.4.ebuild
@@ -9,7 +9,7 @@ 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"
+LICENSE="public-domain MIT ISC BSD-2 LGPL-2.1+"
 SLOT="0/${PV}.0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-libs/openlibm/
@ 2017-04-22 16:03 Justin Lecher
  0 siblings, 0 replies; 23+ messages in thread
From: Justin Lecher @ 2017-04-22 16:03 UTC (permalink / raw
  To: gentoo-commits

commit:     64a306d30b721616d8f04318d202eff5d8576ebf
Author:     Alessandro Barbieri <ale.barbio <AT> alice <DOT> it>
AuthorDate: Fri Apr 21 23:39:31 2017 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Apr 22 16:03:08 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64a306d3

longdescription is now the same as upstream

see https://bugs.gentoo.org/show_bug.cgi?id=614928#c1
Closes: https://github.com/gentoo/gentoo/pull/4465

Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 sci-libs/openlibm/metadata.xml | 17 ++++++-----------
 1 file changed, 6 insertions(+), 11 deletions(-)

diff --git a/sci-libs/openlibm/metadata.xml b/sci-libs/openlibm/metadata.xml
index d7e84e86fe3..cd02d5ec288 100644
--- a/sci-libs/openlibm/metadata.xml
+++ b/sci-libs/openlibm/metadata.xml
@@ -6,17 +6,12 @@
     <name>Gentoo Science Project</name>
   </maintainer>
   <longdescription lang="en">
-  OpenLibm is an effort to have a high quality standalone LIBM
-  library. It is meant to be used standalone in applications and
-  programming language implementations.
-  OpenLibm also includes the AMOS library from Netlib, which is a
-  portable package for Bessel Functions of a Complex Argument and
-  Nonnegative Order. AMOS contains subroutines for computing Bessel
-  functions and Airy functions.
-  The OpenLIBM code derives from the FreeBSD msun implementation, which
-  in turn derives from FDLIBM 5.3. As a result, it has a number of fixes
-  and updates that have accumulated over the years in msun, and also
-  optimized assembly versions of many functions.
+OpenLibm is an effort to have a high quality, portable, standalone C
+mathematical library (libm). It can be used standalone in applications
+and programming language implementations.
+The project was born out of a need to have a good libm for the Julia
+programming langage that worked consistently across compilers and
+operating systems, and in 32-bit and 64-bit environments.
 </longdescription>
   <upstream>
     <remote-id type="github">JuliaLang/openlibm</remote-id>


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-libs/openlibm/
@ 2020-04-03  3:20 Matthias Maier
  0 siblings, 0 replies; 23+ messages in thread
From: Matthias Maier @ 2020-04-03  3:20 UTC (permalink / raw
  To: gentoo-commits

commit:     870ef32adf9a2572d66a6b8be6bb6970dbf755e9
Author:     Jeffrey Lin <jeffrey <AT> icurse <DOT> nl>
AuthorDate: Sun Mar 22 23:30:23 2020 +0000
Commit:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Fri Apr  3 03:18:57 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=870ef32a

sci-libs/openlibm: version bump to 0.7.0

Signed-off-by: Jeffrey Lin <jeffrey <AT> icurse.nl>
Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>

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

diff --git a/sci-libs/openlibm/Manifest b/sci-libs/openlibm/Manifest
index c6062e82f78..fc8781749c6 100644
--- a/sci-libs/openlibm/Manifest
+++ b/sci-libs/openlibm/Manifest
@@ -1 +1,2 @@
 DIST openlibm-0.5.4.tar.gz 353072 BLAKE2B 2427d207f3b45a5b2a80c3405a6a749c8d62409eea0adb31f26eda6a5dc370f242f5874a6783ada79972ac22183bb55448de683290f4c052967e2e598367f011 SHA512 ca74936b9eb7a52566cc509ffb98dd9e1672cd4029ba0193162505e53fe671b8903c37ef4036c15d0872ca246079a792d1630f3a93024010ff0c232f78295192
+DIST openlibm-0.7.0.tar.gz 366359 BLAKE2B 9dc545e3effedaadefda31ae75759ac8e5afb74250e8a7d9016b1406c235a298a375641207d3561365d750ec442e5ecdbfb1ce8b179a17bdaa48a5e2d5e5af25 SHA512 e52245ea93513fb1d9eade348f7c4ad4f1b500944024f7d52d71d43af908059e581ea77df6fc879414ff17c860263debec3aaf6ac86eea03ee1fe23d180487ed

diff --git a/sci-libs/openlibm/openlibm-0.7.0.ebuild b/sci-libs/openlibm/openlibm-0.7.0.ebuild
new file mode 100644
index 00000000000..aae8815fd2f
--- /dev/null
+++ b/sci-libs/openlibm/openlibm-0.7.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit eutils toolchain-funcs fortran-2
+
+DESCRIPTION="High quality system independent, open source libm"
+HOMEPAGE="https://github.com/JuliaLang/openlibm"
+SRC_URI="https://codeload.github.com/JuliaMath/openlibm/tar.gz/v${PV} -> ${P}.tar.gz"
+
+LICENSE="public-domain MIT ISC BSD-2 LGPL-2.1+"
+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
+}


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-libs/openlibm/
@ 2020-10-27 23:23 Sam James
  0 siblings, 0 replies; 23+ messages in thread
From: Sam James @ 2020-10-27 23:23 UTC (permalink / raw
  To: gentoo-commits

commit:     e87430c37972599888fed4a67fcad4a409225c64
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Fri Oct 23 12:06:11 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 27 23:23:46 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e87430c3

sci-libs/openlibm: drop old version

it fails to build

Closes: https://bugs.gentoo.org/616704
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
Closes: https://github.com/gentoo/gentoo/pull/18009
Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/sci-libs/openlibm/Manifest b/sci-libs/openlibm/Manifest
index 6f48d397a00..b4c9f9e7e5e 100644
--- a/sci-libs/openlibm/Manifest
+++ b/sci-libs/openlibm/Manifest
@@ -1,3 +1,2 @@
-DIST openlibm-0.5.4.tar.gz 353072 BLAKE2B 2427d207f3b45a5b2a80c3405a6a749c8d62409eea0adb31f26eda6a5dc370f242f5874a6783ada79972ac22183bb55448de683290f4c052967e2e598367f011 SHA512 ca74936b9eb7a52566cc509ffb98dd9e1672cd4029ba0193162505e53fe671b8903c37ef4036c15d0872ca246079a792d1630f3a93024010ff0c232f78295192
 DIST openlibm-0.7.0.tar.gz 366359 BLAKE2B 9dc545e3effedaadefda31ae75759ac8e5afb74250e8a7d9016b1406c235a298a375641207d3561365d750ec442e5ecdbfb1ce8b179a17bdaa48a5e2d5e5af25 SHA512 e52245ea93513fb1d9eade348f7c4ad4f1b500944024f7d52d71d43af908059e581ea77df6fc879414ff17c860263debec3aaf6ac86eea03ee1fe23d180487ed
 DIST openlibm-0.7.2.tar.gz 366285 BLAKE2B 0086d026e53c337e20dc895dad38157308b16392f590c8a2c2f7699f2bb8bd5bd0d1931672c2d31a320af0a5ad1cc2e10f2eeb953f30382cfcae5aaac0adc478 SHA512 25e5c28ef898d905ff589d24efb87a99f3772d59596ad5660afc7cafbcd709bca167e863aadc84b90b930add036d285db1332faa9adf1b73562abf1185b9ee5c

diff --git a/sci-libs/openlibm/openlibm-0.5.4.ebuild b/sci-libs/openlibm/openlibm-0.5.4.ebuild
deleted file mode 100644
index 7dbbc695f24..00000000000
--- a/sci-libs/openlibm/openlibm-0.5.4.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# 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="public-domain MIT ISC BSD-2 LGPL-2.1+"
-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
-}


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-libs/openlibm/
@ 2020-10-27 23:23 Sam James
  0 siblings, 0 replies; 23+ messages in thread
From: Sam James @ 2020-10-27 23:23 UTC (permalink / raw
  To: gentoo-commits

commit:     503acc5cc7bd623a905fa7768ccaac5977e9335d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 27 23:23:38 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 27 23:23:47 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=503acc5c

sci-libs/openlibm: fix subslot in 0.7.2

Upstream use the soname accurately it seems, so let's
not use ${PV}.

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-libs/openlibm/openlibm-0.7.2.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sci-libs/openlibm/openlibm-0.7.2.ebuild b/sci-libs/openlibm/openlibm-0.7.2.ebuild
index e3c9df31946..83cb64621d1 100644
--- a/sci-libs/openlibm/openlibm-0.7.2.ebuild
+++ b/sci-libs/openlibm/openlibm-0.7.2.ebuild
@@ -10,7 +10,8 @@ HOMEPAGE="https://github.com/JuliaLang/openlibm"
 SRC_URI="https://github.com/JuliaMath/openlibm/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="public-domain MIT ISC BSD-2 LGPL-2.1+"
-SLOT="0/${PV}.0"
+# See https://abi-laboratory.pro/index.php?view=timeline&l=openlibm
+SLOT="0/3"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 
 PATCHES=( "${FILESDIR}"/${PN}-0.7.2-make_inc.patch )


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-libs/openlibm/
@ 2021-01-24 13:49 David Seifert
  0 siblings, 0 replies; 23+ messages in thread
From: David Seifert @ 2021-01-24 13:49 UTC (permalink / raw
  To: gentoo-commits

commit:     acd2db10bb7b3980499f2e005c1a63b78a98f76d
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Sun Jan 24 13:48:26 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jan 24 13:48:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acd2db10

sci-libs/openlibm: Bump to 0.7.3

Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sci-libs/openlibm/Manifest              |  1 +
 sci-libs/openlibm/openlibm-0.7.3.ebuild | 35 +++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/sci-libs/openlibm/Manifest b/sci-libs/openlibm/Manifest
index 7165687c80a..e38a7fb7330 100644
--- a/sci-libs/openlibm/Manifest
+++ b/sci-libs/openlibm/Manifest
@@ -1 +1,2 @@
 DIST openlibm-0.7.2.tar.gz 366285 BLAKE2B 0086d026e53c337e20dc895dad38157308b16392f590c8a2c2f7699f2bb8bd5bd0d1931672c2d31a320af0a5ad1cc2e10f2eeb953f30382cfcae5aaac0adc478 SHA512 25e5c28ef898d905ff589d24efb87a99f3772d59596ad5660afc7cafbcd709bca167e863aadc84b90b930add036d285db1332faa9adf1b73562abf1185b9ee5c
+DIST openlibm-0.7.3.tar.gz 366268 BLAKE2B 31cb50e64a3211770b1b91550382a2d4844af020a3e71dd2a7268f8faf3b3b4b54feedf4de19f27b7b74efa05961999d2b76416b1b615a554dc794cac782306f SHA512 433ec9ed5c0364b58fe1eff8760b64ad4203c7711fef02ed12d0070a34442b10c806fe6bccd81eadaa7758af2dd116c76bb769480c56e3320d548aff29d249a7

diff --git a/sci-libs/openlibm/openlibm-0.7.3.ebuild b/sci-libs/openlibm/openlibm-0.7.3.ebuild
new file mode 100644
index 00000000000..baa2bdfd172
--- /dev/null
+++ b/sci-libs/openlibm/openlibm-0.7.3.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="High quality system independent, open source libm"
+HOMEPAGE="https://github.com/JuliaLang/openlibm"
+SRC_URI="https://github.com/JuliaMath/openlibm/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="public-domain MIT ISC BSD-2 LGPL-2.1+"
+# See https://abi-laboratory.pro/index.php?view=timeline&l=openlibm
+SLOT="0/3"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+PATCHES=( "${FILESDIR}"/${PN}-0.7.2-make_inc.patch )
+
+src_prepare() {
+	default
+	sed -e "/^OLM_LIBS :=/s/^/#/" \
+		-e "/install: /s/install-static//" \
+	-i Makefile || die
+}
+
+src_configure() {
+	tc-export CC CXX FC AR LD
+	default
+}
+
+src_install() {
+	emake DESTDIR="${D}" prefix="${EPREFIX}/usr" \
+		libdir="${EPREFIX}/usr/$(get_libdir)" install
+	dodoc README.md
+}


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-libs/openlibm/
@ 2021-01-24 13:49 David Seifert
  0 siblings, 0 replies; 23+ messages in thread
From: David Seifert @ 2021-01-24 13:49 UTC (permalink / raw
  To: gentoo-commits

commit:     ec3d8886693362bb9c7bde2f054f78667479d7b5
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Sun Jan 24 13:48:28 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jan 24 13:48:28 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec3d8886

sci-libs/openlibm: Remove old

Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sci-libs/openlibm/Manifest              |  1 -
 sci-libs/openlibm/openlibm-0.7.2.ebuild | 35 ---------------------------------
 2 files changed, 36 deletions(-)

diff --git a/sci-libs/openlibm/Manifest b/sci-libs/openlibm/Manifest
index e38a7fb7330..1eed47ab8e4 100644
--- a/sci-libs/openlibm/Manifest
+++ b/sci-libs/openlibm/Manifest
@@ -1,2 +1 @@
-DIST openlibm-0.7.2.tar.gz 366285 BLAKE2B 0086d026e53c337e20dc895dad38157308b16392f590c8a2c2f7699f2bb8bd5bd0d1931672c2d31a320af0a5ad1cc2e10f2eeb953f30382cfcae5aaac0adc478 SHA512 25e5c28ef898d905ff589d24efb87a99f3772d59596ad5660afc7cafbcd709bca167e863aadc84b90b930add036d285db1332faa9adf1b73562abf1185b9ee5c
 DIST openlibm-0.7.3.tar.gz 366268 BLAKE2B 31cb50e64a3211770b1b91550382a2d4844af020a3e71dd2a7268f8faf3b3b4b54feedf4de19f27b7b74efa05961999d2b76416b1b615a554dc794cac782306f SHA512 433ec9ed5c0364b58fe1eff8760b64ad4203c7711fef02ed12d0070a34442b10c806fe6bccd81eadaa7758af2dd116c76bb769480c56e3320d548aff29d249a7

diff --git a/sci-libs/openlibm/openlibm-0.7.2.ebuild b/sci-libs/openlibm/openlibm-0.7.2.ebuild
deleted file mode 100644
index 83cb64621d1..00000000000
--- a/sci-libs/openlibm/openlibm-0.7.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="High quality system independent, open source libm"
-HOMEPAGE="https://github.com/JuliaLang/openlibm"
-SRC_URI="https://github.com/JuliaMath/openlibm/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="public-domain MIT ISC BSD-2 LGPL-2.1+"
-# See https://abi-laboratory.pro/index.php?view=timeline&l=openlibm
-SLOT="0/3"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-PATCHES=( "${FILESDIR}"/${PN}-0.7.2-make_inc.patch )
-
-src_prepare() {
-	default
-	sed -e "/^OLM_LIBS :=/s/^/#/" \
-	    -e "/install: /s/install-static//" \
-	-i Makefile || die
-}
-
-src_configure() {
-	tc-export CC CXX FC AR LD
-	default
-}
-
-src_install() {
-	emake DESTDIR="${D}" prefix="${EPREFIX}/usr" \
-		libdir="${EPREFIX}/usr/$(get_libdir)" install
-	dodoc README.md
-}


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-libs/openlibm/
@ 2021-02-05  4:20 Sam James
  0 siblings, 0 replies; 23+ messages in thread
From: Sam James @ 2021-02-05  4:20 UTC (permalink / raw
  To: gentoo-commits

commit:     9bc56fe26dce5a0ffc0925a4d1f1cfd494bc3b5a
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Wed Feb  3 17:55:38 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb  5 04:20:56 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bc56fe2

sci-libs/openlibm: version bump to 0.7.4

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
Closes: https://github.com/gentoo/gentoo/pull/19317
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-libs/openlibm/Manifest              |  1 +
 sci-libs/openlibm/openlibm-0.7.4.ebuild | 33 +++++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/sci-libs/openlibm/Manifest b/sci-libs/openlibm/Manifest
index 1eed47ab8e4..a863ff69ae1 100644
--- a/sci-libs/openlibm/Manifest
+++ b/sci-libs/openlibm/Manifest
@@ -1 +1,2 @@
 DIST openlibm-0.7.3.tar.gz 366268 BLAKE2B 31cb50e64a3211770b1b91550382a2d4844af020a3e71dd2a7268f8faf3b3b4b54feedf4de19f27b7b74efa05961999d2b76416b1b615a554dc794cac782306f SHA512 433ec9ed5c0364b58fe1eff8760b64ad4203c7711fef02ed12d0070a34442b10c806fe6bccd81eadaa7758af2dd116c76bb769480c56e3320d548aff29d249a7
+DIST openlibm-0.7.4.tar.gz 366281 BLAKE2B fde965cdf66e8a872761e3df0715527d768a12a44b03af16a16898e66223ddb16809d13966a3ec222eb1b4fda2d560b614975c731df755a99b1d5f53a3da12fe SHA512 d824f909c52dfe78a5e090187d32f8c4744776235bfe3ad1fdb68ea3d3f8d1d358f228d0c83fbd5baa558a603c66c171e74e3f2c0cdb3d517f19930eadd35a91

diff --git a/sci-libs/openlibm/openlibm-0.7.4.ebuild b/sci-libs/openlibm/openlibm-0.7.4.ebuild
new file mode 100644
index 00000000000..ca3ab8af511
--- /dev/null
+++ b/sci-libs/openlibm/openlibm-0.7.4.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="High quality system independent, open source libm"
+HOMEPAGE="https://github.com/JuliaLang/openlibm"
+SRC_URI="https://github.com/JuliaMath/openlibm/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="public-domain MIT ISC BSD-2 LGPL-2.1+"
+# See https://abi-laboratory.pro/index.php?view=timeline&l=openlibm
+SLOT="0/3"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+src_prepare() {
+	default
+	sed -e "/^OLM_LIBS :=/s/^/#/" \
+		-e "/install: /s/install-static//" \
+	-i Makefile || die
+}
+
+src_configure() {
+	tc-export CC CXX FC AR LD
+	default
+}
+
+src_install() {
+	emake DESTDIR="${D}" prefix="${EPREFIX}/usr" \
+		libdir="${EPREFIX}/usr/$(get_libdir)" install
+	dodoc README.md
+}


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-libs/openlibm/
@ 2021-02-14 10:36 David Seifert
  0 siblings, 0 replies; 23+ messages in thread
From: David Seifert @ 2021-02-14 10:36 UTC (permalink / raw
  To: gentoo-commits

commit:     db893475ae9562e6d1dd355abb1c31a6d3ff3312
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Sun Feb 14 10:33:12 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Feb 14 10:33:12 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db893475

sci-libs/openlibm: Remove old

Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sci-libs/openlibm/Manifest              |  1 -
 sci-libs/openlibm/openlibm-0.7.3.ebuild | 35 ---------------------------------
 2 files changed, 36 deletions(-)

diff --git a/sci-libs/openlibm/Manifest b/sci-libs/openlibm/Manifest
index a863ff69ae1..f70c939c7e2 100644
--- a/sci-libs/openlibm/Manifest
+++ b/sci-libs/openlibm/Manifest
@@ -1,2 +1 @@
-DIST openlibm-0.7.3.tar.gz 366268 BLAKE2B 31cb50e64a3211770b1b91550382a2d4844af020a3e71dd2a7268f8faf3b3b4b54feedf4de19f27b7b74efa05961999d2b76416b1b615a554dc794cac782306f SHA512 433ec9ed5c0364b58fe1eff8760b64ad4203c7711fef02ed12d0070a34442b10c806fe6bccd81eadaa7758af2dd116c76bb769480c56e3320d548aff29d249a7
 DIST openlibm-0.7.4.tar.gz 366281 BLAKE2B fde965cdf66e8a872761e3df0715527d768a12a44b03af16a16898e66223ddb16809d13966a3ec222eb1b4fda2d560b614975c731df755a99b1d5f53a3da12fe SHA512 d824f909c52dfe78a5e090187d32f8c4744776235bfe3ad1fdb68ea3d3f8d1d358f228d0c83fbd5baa558a603c66c171e74e3f2c0cdb3d517f19930eadd35a91

diff --git a/sci-libs/openlibm/openlibm-0.7.3.ebuild b/sci-libs/openlibm/openlibm-0.7.3.ebuild
deleted file mode 100644
index baa2bdfd172..00000000000
--- a/sci-libs/openlibm/openlibm-0.7.3.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="High quality system independent, open source libm"
-HOMEPAGE="https://github.com/JuliaLang/openlibm"
-SRC_URI="https://github.com/JuliaMath/openlibm/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="public-domain MIT ISC BSD-2 LGPL-2.1+"
-# See https://abi-laboratory.pro/index.php?view=timeline&l=openlibm
-SLOT="0/3"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-PATCHES=( "${FILESDIR}"/${PN}-0.7.2-make_inc.patch )
-
-src_prepare() {
-	default
-	sed -e "/^OLM_LIBS :=/s/^/#/" \
-		-e "/install: /s/install-static//" \
-	-i Makefile || die
-}
-
-src_configure() {
-	tc-export CC CXX FC AR LD
-	default
-}
-
-src_install() {
-	emake DESTDIR="${D}" prefix="${EPREFIX}/usr" \
-		libdir="${EPREFIX}/usr/$(get_libdir)" install
-	dodoc README.md
-}


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-libs/openlibm/
@ 2021-05-27 21:06 David Seifert
  0 siblings, 0 replies; 23+ messages in thread
From: David Seifert @ 2021-05-27 21:06 UTC (permalink / raw
  To: gentoo-commits

commit:     074e015d0e6465d1927b8c119a9fea7ed8a59d33
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Thu May 27 21:06:14 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu May 27 21:06:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=074e015d

sci-libs/openlibm: Bump to 0.7.5

Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sci-libs/openlibm/Manifest              |  1 +
 sci-libs/openlibm/openlibm-0.7.5.ebuild | 33 +++++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/sci-libs/openlibm/Manifest b/sci-libs/openlibm/Manifest
index f70c939c7e2..02b58d035b7 100644
--- a/sci-libs/openlibm/Manifest
+++ b/sci-libs/openlibm/Manifest
@@ -1 +1,2 @@
 DIST openlibm-0.7.4.tar.gz 366281 BLAKE2B fde965cdf66e8a872761e3df0715527d768a12a44b03af16a16898e66223ddb16809d13966a3ec222eb1b4fda2d560b614975c731df755a99b1d5f53a3da12fe SHA512 d824f909c52dfe78a5e090187d32f8c4744776235bfe3ad1fdb68ea3d3f8d1d358f228d0c83fbd5baa558a603c66c171e74e3f2c0cdb3d517f19930eadd35a91
+DIST openlibm-0.7.5.tar.gz 366889 BLAKE2B cd892965122237783cc288e57c965ae56d26fdcce93d89dd764ba659d292ade20baa754af303f04b831902f62f95388e2e7e11c050a0712a235bbc5793f2a9c4 SHA512 fe5797f49e9f9ac70485c53c6096ac273c33c7b44fbb694788717f0e427fe9a8e121939c4c1334f2d20f2fe1f440d952cc20cbdd49717996a2fb9a1045b05799

diff --git a/sci-libs/openlibm/openlibm-0.7.5.ebuild b/sci-libs/openlibm/openlibm-0.7.5.ebuild
new file mode 100644
index 00000000000..ca3ab8af511
--- /dev/null
+++ b/sci-libs/openlibm/openlibm-0.7.5.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="High quality system independent, open source libm"
+HOMEPAGE="https://github.com/JuliaLang/openlibm"
+SRC_URI="https://github.com/JuliaMath/openlibm/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="public-domain MIT ISC BSD-2 LGPL-2.1+"
+# See https://abi-laboratory.pro/index.php?view=timeline&l=openlibm
+SLOT="0/3"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+src_prepare() {
+	default
+	sed -e "/^OLM_LIBS :=/s/^/#/" \
+		-e "/install: /s/install-static//" \
+	-i Makefile || die
+}
+
+src_configure() {
+	tc-export CC CXX FC AR LD
+	default
+}
+
+src_install() {
+	emake DESTDIR="${D}" prefix="${EPREFIX}/usr" \
+		libdir="${EPREFIX}/usr/$(get_libdir)" install
+	dodoc README.md
+}


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-libs/openlibm/
@ 2021-06-05 16:22 David Seifert
  0 siblings, 0 replies; 23+ messages in thread
From: David Seifert @ 2021-06-05 16:22 UTC (permalink / raw
  To: gentoo-commits

commit:     897486d584e6ae3f7f26fc05a9d56d8468573013
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Sat Jun  5 16:21:24 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Jun  5 16:21:24 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=897486d5

sci-libs/openlibm: Remove old 0.7.4

Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sci-libs/openlibm/Manifest              |  1 -
 sci-libs/openlibm/openlibm-0.7.4.ebuild | 33 ---------------------------------
 2 files changed, 34 deletions(-)

diff --git a/sci-libs/openlibm/Manifest b/sci-libs/openlibm/Manifest
index 02b58d035b7..d1a7c272dd2 100644
--- a/sci-libs/openlibm/Manifest
+++ b/sci-libs/openlibm/Manifest
@@ -1,2 +1 @@
-DIST openlibm-0.7.4.tar.gz 366281 BLAKE2B fde965cdf66e8a872761e3df0715527d768a12a44b03af16a16898e66223ddb16809d13966a3ec222eb1b4fda2d560b614975c731df755a99b1d5f53a3da12fe SHA512 d824f909c52dfe78a5e090187d32f8c4744776235bfe3ad1fdb68ea3d3f8d1d358f228d0c83fbd5baa558a603c66c171e74e3f2c0cdb3d517f19930eadd35a91
 DIST openlibm-0.7.5.tar.gz 366889 BLAKE2B cd892965122237783cc288e57c965ae56d26fdcce93d89dd764ba659d292ade20baa754af303f04b831902f62f95388e2e7e11c050a0712a235bbc5793f2a9c4 SHA512 fe5797f49e9f9ac70485c53c6096ac273c33c7b44fbb694788717f0e427fe9a8e121939c4c1334f2d20f2fe1f440d952cc20cbdd49717996a2fb9a1045b05799

diff --git a/sci-libs/openlibm/openlibm-0.7.4.ebuild b/sci-libs/openlibm/openlibm-0.7.4.ebuild
deleted file mode 100644
index ca3ab8af511..00000000000
--- a/sci-libs/openlibm/openlibm-0.7.4.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="High quality system independent, open source libm"
-HOMEPAGE="https://github.com/JuliaLang/openlibm"
-SRC_URI="https://github.com/JuliaMath/openlibm/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="public-domain MIT ISC BSD-2 LGPL-2.1+"
-# See https://abi-laboratory.pro/index.php?view=timeline&l=openlibm
-SLOT="0/3"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-src_prepare() {
-	default
-	sed -e "/^OLM_LIBS :=/s/^/#/" \
-		-e "/install: /s/install-static//" \
-	-i Makefile || die
-}
-
-src_configure() {
-	tc-export CC CXX FC AR LD
-	default
-}
-
-src_install() {
-	emake DESTDIR="${D}" prefix="${EPREFIX}/usr" \
-		libdir="${EPREFIX}/usr/$(get_libdir)" install
-	dodoc README.md
-}


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-libs/openlibm/
@ 2021-10-12  9:10 Jakov Smolić
  0 siblings, 0 replies; 23+ messages in thread
From: Jakov Smolić @ 2021-10-12  9:10 UTC (permalink / raw
  To: gentoo-commits

commit:     c533eef97bbff34532198984a87c2e373faeaf9f
Author:     Jakov Petrina <jakov.petrina <AT> sartura <DOT> hr>
AuthorDate: Mon Oct 11 14:57:37 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Oct 12 09:09:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c533eef9

sci-libs/openlibm: bump to 0.8.0

Bump package to new upstream version 0.8.0. Update EAPI to latest
version (8) as well.

Signed-off-by: Jakov Petrina <jakov.petrina <AT> sartura.hr>
Closes: https://github.com/gentoo/gentoo/pull/22563
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 sci-libs/openlibm/Manifest              |  1 +
 sci-libs/openlibm/openlibm-0.8.0.ebuild | 33 +++++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/sci-libs/openlibm/Manifest b/sci-libs/openlibm/Manifest
index d1a7c272dd2..0672751ba74 100644
--- a/sci-libs/openlibm/Manifest
+++ b/sci-libs/openlibm/Manifest
@@ -1 +1,2 @@
 DIST openlibm-0.7.5.tar.gz 366889 BLAKE2B cd892965122237783cc288e57c965ae56d26fdcce93d89dd764ba659d292ade20baa754af303f04b831902f62f95388e2e7e11c050a0712a235bbc5793f2a9c4 SHA512 fe5797f49e9f9ac70485c53c6096ac273c33c7b44fbb694788717f0e427fe9a8e121939c4c1334f2d20f2fe1f440d952cc20cbdd49717996a2fb9a1045b05799
+DIST openlibm-0.8.0.tar.gz 367130 BLAKE2B e516fee18203040b8f3cdffab10c4ca22df638551b420ec7e679ff373221973a013c93520b29395c61c8ef0f0f6c87516c1d4a9885c3bbb5e8cae8900efee6ea SHA512 336dfac1fd4ab6ce256aa0129a211c3556eac46d2e775e5cec9626dc5bbcb4d5e65c86617d72e531694e8c8e6320a0fabc76600a02b0ac9f1d652774d0a94440

diff --git a/sci-libs/openlibm/openlibm-0.8.0.ebuild b/sci-libs/openlibm/openlibm-0.8.0.ebuild
new file mode 100644
index 00000000000..ba45cbd625f
--- /dev/null
+++ b/sci-libs/openlibm/openlibm-0.8.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="High quality system independent, open source libm"
+HOMEPAGE="https://github.com/JuliaLang/openlibm"
+SRC_URI="https://github.com/JuliaMath/openlibm/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="public-domain MIT ISC BSD-2 LGPL-2.1+"
+# See https://abi-laboratory.pro/index.php?view=timeline&l=openlibm
+SLOT="0/4"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+src_prepare() {
+	default
+	sed -e "/^OLM_LIBS :=/s/^/#/" \
+		-e "/install: /s/install-static//" \
+	-i Makefile || die
+}
+
+src_configure() {
+	tc-export CC CXX FC AR LD
+	default
+}
+
+src_install() {
+	emake DESTDIR="${D}" prefix="${EPREFIX}/usr" \
+		libdir="${EPREFIX}/usr/$(get_libdir)" install
+	dodoc README.md
+}


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-libs/openlibm/
@ 2023-08-09 20:43 Sam James
  0 siblings, 0 replies; 23+ messages in thread
From: Sam James @ 2023-08-09 20:43 UTC (permalink / raw
  To: gentoo-commits

commit:     83c21c4aa868798e09be47c810f0478329c6dd1b
Author:     Alfred Persson Forsberg <cat <AT> catcream <DOT> org>
AuthorDate: Thu Aug  3 00:00:31 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Aug  9 20:43:22 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83c21c4a

sci-libs/openlibm: add USE=static-libs

USE=static-libs is currently required for llvm-libc.

Signed-off-by: Alfred Persson Forsberg <cat <AT> catcream.org>
Closes: https://github.com/gentoo/gentoo/pull/32151
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-libs/openlibm/openlibm-0.8.0.ebuild | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/sci-libs/openlibm/openlibm-0.8.0.ebuild b/sci-libs/openlibm/openlibm-0.8.0.ebuild
index ba45cbd625fb..3d2362897851 100644
--- a/sci-libs/openlibm/openlibm-0.8.0.ebuild
+++ b/sci-libs/openlibm/openlibm-0.8.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -9,6 +9,7 @@ DESCRIPTION="High quality system independent, open source libm"
 HOMEPAGE="https://github.com/JuliaLang/openlibm"
 SRC_URI="https://github.com/JuliaMath/openlibm/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
+IUSE="static-libs"
 LICENSE="public-domain MIT ISC BSD-2 LGPL-2.1+"
 # See https://abi-laboratory.pro/index.php?view=timeline&l=openlibm
 SLOT="0/4"
@@ -16,9 +17,10 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 
 src_prepare() {
 	default
-	sed -e "/^OLM_LIBS :=/s/^/#/" \
-		-e "/install: /s/install-static//" \
-	-i Makefile || die
+	sed -e "/^OLM_LIBS :=/s/^/#/" -i Makefile || die
+	if ! use static-libs ; then
+		sed -e "/install: /s/install-static//" -i Makefile || die
+	fi
 }
 
 src_configure() {


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-libs/openlibm/
@ 2024-08-03 11:23 Arthur Zamarin
  0 siblings, 0 replies; 23+ messages in thread
From: Arthur Zamarin @ 2024-08-03 11:23 UTC (permalink / raw
  To: gentoo-commits

commit:     60581db416c869d045a73b61533e7be76631b2c5
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  3 11:23:25 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Aug  3 11:23:25 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60581db4

sci-libs/openlibm: Keyword 0.8.0 s390, #937226

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 sci-libs/openlibm/openlibm-0.8.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-libs/openlibm/openlibm-0.8.0.ebuild b/sci-libs/openlibm/openlibm-0.8.0.ebuild
index 3d2362897851..ca1ad8e6a594 100644
--- a/sci-libs/openlibm/openlibm-0.8.0.ebuild
+++ b/sci-libs/openlibm/openlibm-0.8.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -13,7 +13,7 @@ IUSE="static-libs"
 LICENSE="public-domain MIT ISC BSD-2 LGPL-2.1+"
 # See https://abi-laboratory.pro/index.php?view=timeline&l=openlibm
 SLOT="0/4"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~s390 ~x86 ~amd64-linux ~x86-linux"
 
 src_prepare() {
 	default


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-libs/openlibm/
@ 2024-08-04  3:16 Sam James
  0 siblings, 0 replies; 23+ messages in thread
From: Sam James @ 2024-08-04  3:16 UTC (permalink / raw
  To: gentoo-commits

commit:     7dcd022378746f0ae080c177e30d8966f1c96769
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  4 03:15:11 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Aug  4 03:15:11 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dcd0223

sci-libs/openlibm: Keyword 0.8.0 ppc64, #937226

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-libs/openlibm/openlibm-0.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/openlibm/openlibm-0.8.0.ebuild b/sci-libs/openlibm/openlibm-0.8.0.ebuild
index ca1ad8e6a594..7eebf599256e 100644
--- a/sci-libs/openlibm/openlibm-0.8.0.ebuild
+++ b/sci-libs/openlibm/openlibm-0.8.0.ebuild
@@ -13,7 +13,7 @@ IUSE="static-libs"
 LICENSE="public-domain MIT ISC BSD-2 LGPL-2.1+"
 # See https://abi-laboratory.pro/index.php?view=timeline&l=openlibm
 SLOT="0/4"
-KEYWORDS="~amd64 ~s390 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~ppc64 ~s390 ~x86 ~amd64-linux ~x86-linux"
 
 src_prepare() {
 	default


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-libs/openlibm/
@ 2024-08-04  3:16 Sam James
  0 siblings, 0 replies; 23+ messages in thread
From: Sam James @ 2024-08-04  3:16 UTC (permalink / raw
  To: gentoo-commits

commit:     4130d19e0af2a92abd39b8a6804a66231ca78c1f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  4 03:15:13 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Aug  4 03:15:13 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4130d19e

sci-libs/openlibm: Keyword 0.8.0 ppc, #937226

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-libs/openlibm/openlibm-0.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/openlibm/openlibm-0.8.0.ebuild b/sci-libs/openlibm/openlibm-0.8.0.ebuild
index 7eebf599256e..df09fa8e2592 100644
--- a/sci-libs/openlibm/openlibm-0.8.0.ebuild
+++ b/sci-libs/openlibm/openlibm-0.8.0.ebuild
@@ -13,7 +13,7 @@ IUSE="static-libs"
 LICENSE="public-domain MIT ISC BSD-2 LGPL-2.1+"
 # See https://abi-laboratory.pro/index.php?view=timeline&l=openlibm
 SLOT="0/4"
-KEYWORDS="~amd64 ~ppc64 ~s390 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~s390 ~x86 ~amd64-linux ~x86-linux"
 
 src_prepare() {
 	default


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-libs/openlibm/
@ 2024-08-04 22:34 Jakov Smolić
  0 siblings, 0 replies; 23+ messages in thread
From: Jakov Smolić @ 2024-08-04 22:34 UTC (permalink / raw
  To: gentoo-commits

commit:     ab7d40fe37c02a216ddb1b5065f40d08d6dec1d9
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  4 22:33:03 2024 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun Aug  4 22:33:59 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab7d40fe

sci-libs/openlibm: Enable building on riscv

Closes: https://bugs.gentoo.org/937338
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 sci-libs/openlibm/openlibm-0.8.3.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sci-libs/openlibm/openlibm-0.8.3.ebuild b/sci-libs/openlibm/openlibm-0.8.3.ebuild
index ca42e2a13e3b..010cbf9f61d1 100644
--- a/sci-libs/openlibm/openlibm-0.8.3.ebuild
+++ b/sci-libs/openlibm/openlibm-0.8.3.ebuild
@@ -29,6 +29,8 @@ src_prepare() {
 
 src_configure() {
 	tc-export CC CXX FC AR LD
+	# Build system uses the riscv64 arch variable
+	use riscv && export ARCH=riscv64
 	default
 }
 


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-libs/openlibm/
@ 2024-08-04 22:38 Jakov Smolić
  0 siblings, 0 replies; 23+ messages in thread
From: Jakov Smolić @ 2024-08-04 22:38 UTC (permalink / raw
  To: gentoo-commits

commit:     5cc05337fd473cd0075fd63f86286d1e33ed68ba
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  4 22:38:45 2024 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun Aug  4 22:38:45 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cc05337

sci-libs/openlibm: Keyword 0.8.3 riscv, #937226

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 sci-libs/openlibm/openlibm-0.8.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/openlibm/openlibm-0.8.3.ebuild b/sci-libs/openlibm/openlibm-0.8.3.ebuild
index 010cbf9f61d1..6eef59be6f71 100644
--- a/sci-libs/openlibm/openlibm-0.8.3.ebuild
+++ b/sci-libs/openlibm/openlibm-0.8.3.ebuild
@@ -13,7 +13,7 @@ IUSE="static-libs"
 LICENSE="public-domain MIT ISC BSD-2 LGPL-2.1+"
 # See https://abi-laboratory.pro/index.php?view=timeline&l=openlibm
 SLOT="0/4"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~s390 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~riscv ~s390 ~x86 ~amd64-linux ~x86-linux"
 
 PATCHES=(
 	"${FILESDIR}"/${P}-stack-protection.patch


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-libs/openlibm/
@ 2024-08-05 10:47 Jakov Smolić
  0 siblings, 0 replies; 23+ messages in thread
From: Jakov Smolić @ 2024-08-05 10:47 UTC (permalink / raw
  To: gentoo-commits

commit:     2b17f6b4edc4f3e39bd155cc7e186ede6020659b
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  5 10:46:57 2024 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Mon Aug  5 10:47:22 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b17f6b4

sci-libs/openlibm: Respect defined toolchain env variables

Closes: https://bugs.gentoo.org/937349
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 sci-libs/openlibm/openlibm-0.8.3.ebuild | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/sci-libs/openlibm/openlibm-0.8.3.ebuild b/sci-libs/openlibm/openlibm-0.8.3.ebuild
index 6eef59be6f71..1751c8a9d1f2 100644
--- a/sci-libs/openlibm/openlibm-0.8.3.ebuild
+++ b/sci-libs/openlibm/openlibm-0.8.3.ebuild
@@ -27,11 +27,16 @@ src_prepare() {
 	fi
 }
 
-src_configure() {
-	tc-export CC CXX FC AR LD
+src_compile() {
 	# Build system uses the riscv64 arch variable
 	use riscv && export ARCH=riscv64
-	default
+
+	emake \
+		CC="$(tc-getCC)" \
+		CXX="$(tc-getCXX)" \
+		FC="$(tc-getFC)" \
+		AR="$(tc-getAR)" \
+		LD="$(tc-getLD)"
 }
 
 src_install() {


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-libs/openlibm/
@ 2024-08-12 12:48 Arthur Zamarin
  0 siblings, 0 replies; 23+ messages in thread
From: Arthur Zamarin @ 2024-08-12 12:48 UTC (permalink / raw
  To: gentoo-commits

commit:     bb7e6e1a229e560844068a21011819071467f3d9
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 12 12:48:24 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 12 12:48:24 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb7e6e1a

sci-libs/openlibm: Keyword 0.8.3 arm64, #937226

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 sci-libs/openlibm/openlibm-0.8.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/openlibm/openlibm-0.8.3.ebuild b/sci-libs/openlibm/openlibm-0.8.3.ebuild
index 1751c8a9d1f2..2e32db358efe 100644
--- a/sci-libs/openlibm/openlibm-0.8.3.ebuild
+++ b/sci-libs/openlibm/openlibm-0.8.3.ebuild
@@ -13,7 +13,7 @@ IUSE="static-libs"
 LICENSE="public-domain MIT ISC BSD-2 LGPL-2.1+"
 # See https://abi-laboratory.pro/index.php?view=timeline&l=openlibm
 SLOT="0/4"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~riscv ~s390 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~x86 ~amd64-linux ~x86-linux"
 
 PATCHES=(
 	"${FILESDIR}"/${P}-stack-protection.patch


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-libs/openlibm/
@ 2024-08-23 13:00 Arthur Zamarin
  0 siblings, 0 replies; 23+ messages in thread
From: Arthur Zamarin @ 2024-08-23 13:00 UTC (permalink / raw
  To: gentoo-commits

commit:     fb032eb584d831e8826bb79638e0efb5def42d17
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 23 13:00:01 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 23 13:00:01 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb032eb5

sci-libs/openlibm: Keyword 0.8.3 arm, #937226

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 sci-libs/openlibm/openlibm-0.8.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/openlibm/openlibm-0.8.3.ebuild b/sci-libs/openlibm/openlibm-0.8.3.ebuild
index 2e32db358efe..5bcb22cdbeda 100644
--- a/sci-libs/openlibm/openlibm-0.8.3.ebuild
+++ b/sci-libs/openlibm/openlibm-0.8.3.ebuild
@@ -13,7 +13,7 @@ IUSE="static-libs"
 LICENSE="public-domain MIT ISC BSD-2 LGPL-2.1+"
 # See https://abi-laboratory.pro/index.php?view=timeline&l=openlibm
 SLOT="0/4"
-KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~x86 ~amd64-linux ~x86-linux"
 
 PATCHES=(
 	"${FILESDIR}"/${P}-stack-protection.patch


^ permalink raw reply related	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2024-08-23 13:00 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-03  3:20 [gentoo-commits] repo/gentoo:master commit in: sci-libs/openlibm/ Matthias Maier
  -- strict thread matches above, loose matches on Subject: below --
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
2017-04-22 16:03 Justin Lecher
2017-04-22 16:03 Justin Lecher
2017-03-23  0:17 Matthias Maier
2017-03-23  0:17 Matthias Maier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox