* [gentoo-commits] repo/gentoo:master commit in: dev-libs/tomsfastmath/
@ 2020-05-26 0:01 Michael Orlitzky
0 siblings, 0 replies; 31+ messages in thread
From: Michael Orlitzky @ 2020-05-26 0:01 UTC (permalink / raw
To: gentoo-commits
commit: 9db1a647c1f77224b2191d858075c6d7c970c0b7
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Mon May 25 23:59:31 2020 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Mon May 25 23:59:31 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9db1a647
dev-libs/tomsfastmath: add myself as a maintainer.
The proxy maintainers aren't taking new packages right now, but this
is a new dependency of app-antivirus/clamav so I'm adding myself as
a maintainer to take responsibility for future pull requests. I've
made two cosmetic changes to DESCRIPTION/HOMEPAGE and local'ized two
variables in the ebuild at the same time.
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
dev-libs/tomsfastmath/metadata.xml | 4 ++++
dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild | 8 +++++---
2 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/dev-libs/tomsfastmath/metadata.xml b/dev-libs/tomsfastmath/metadata.xml
index 6e3769c9110..dfaf4142e2c 100644
--- a/dev-libs/tomsfastmath/metadata.xml
+++ b/dev-libs/tomsfastmath/metadata.xml
@@ -9,4 +9,8 @@
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
+ <maintainer type="person">
+ <email>mjo@gentoo.org</email>
+ <name>Michael Orlitzky</name>
+ </maintainer>
</pkgmetadata>
diff --git a/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild b/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild
index 3b61e419f34..9518b0945ad 100644
--- a/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild
+++ b/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild
@@ -5,8 +5,9 @@ EAPI=7
inherit toolchain-funcs
-DESCRIPTION="TomsFastMath is a fast public domain large integer arithmetic library"
-HOMEPAGE="https://www.libtom.net/TomsFastMath/ https://github.com/libtom/tomsfastmath"
+DESCRIPTION="Fast public domain large integer arithmetic library"
+HOMEPAGE="https://www.libtom.net/TomsFastMath/
+ https://github.com/libtom/tomsfastmath"
SRC_URI="https://github.com/libtom/tomsfastmath/releases/download/v${PV}/tfm-${PV}.tar.xz"
LICENSE="Unlicense"
@@ -47,8 +48,9 @@ src_test() {
# We choose to be verbose during the test process
# because the output is quite repetitive with no
# clear demarcation b/t tests
- tests=( "test" "stest" "rsatest" )
+ local tests=( "test" "stest" "rsatest" )
+ local test
for test in "${tests[@]}"; do
einfo "Running test (${test})"
./${test} || die "Test (${test}) failed"
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/tomsfastmath/
@ 2020-05-27 16:57 Mart Raudsepp
0 siblings, 0 replies; 31+ messages in thread
From: Mart Raudsepp @ 2020-05-27 16:57 UTC (permalink / raw
To: gentoo-commits
commit: 1b424f141ad26b91bc9441f274edf1323a5320e4
Author: Sam James (sam_c) <sam <AT> cmpct <DOT> info>
AuthorDate: Tue May 26 09:37:27 2020 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Wed May 27 16:56:42 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b424f14
dev-libs/tomsfastmath: arm64 keyworded (bug #725414)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c) <sam <AT> cmpct.info>
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild b/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild
index 9518b0945ad..ad32150329d 100644
--- a/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild
+++ b/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild
@@ -17,7 +17,7 @@ LICENSE="Unlicense"
# https://abi-laboratory.pro/index.php?view=timeline&l=tomsfastmath
SLOT="0/1"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
PATCHES=(
"${FILESDIR}/${P}-makefile-fix.patch"
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/tomsfastmath/
@ 2020-05-28 18:20 Sergei Trofimovich
0 siblings, 0 replies; 31+ messages in thread
From: Sergei Trofimovich @ 2020-05-28 18:20 UTC (permalink / raw
To: gentoo-commits
commit: ecc202ad125eb4676685f2b05e06f7c6298fac88
Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Thu May 28 15:45:05 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu May 28 18:19:52 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecc202ad
dev-libs/tomsfastmath: keyworded 0.13.1 for sparc, bug #725414
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild b/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild
index ad32150329d..f76f0fec6aa 100644
--- a/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild
+++ b/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild
@@ -17,7 +17,7 @@ LICENSE="Unlicense"
# https://abi-laboratory.pro/index.php?view=timeline&l=tomsfastmath
SLOT="0/1"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="~amd64 ~arm64 ~sparc"
PATCHES=(
"${FILESDIR}/${P}-makefile-fix.patch"
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/tomsfastmath/
@ 2020-05-30 19:21 Sergei Trofimovich
0 siblings, 0 replies; 31+ messages in thread
From: Sergei Trofimovich @ 2020-05-30 19:21 UTC (permalink / raw
To: gentoo-commits
commit: 4fc2993c5e86cf8c5abf7a1e6aa89be91847a552
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat May 30 19:21:41 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat May 30 19:21:41 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fc2993c
dev-libs/tomsfastmath: keyworded 0.13.1 for ppc, bug #725414
Package-Manager: Portage-2.3.100, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild b/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild
index f76f0fec6aa..81182800d1a 100644
--- a/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild
+++ b/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild
@@ -17,7 +17,7 @@ LICENSE="Unlicense"
# https://abi-laboratory.pro/index.php?view=timeline&l=tomsfastmath
SLOT="0/1"
-KEYWORDS="~amd64 ~arm64 ~sparc"
+KEYWORDS="~amd64 ~arm64 ~ppc ~sparc"
PATCHES=(
"${FILESDIR}/${P}-makefile-fix.patch"
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/tomsfastmath/
@ 2020-05-30 19:22 Sergei Trofimovich
0 siblings, 0 replies; 31+ messages in thread
From: Sergei Trofimovich @ 2020-05-30 19:22 UTC (permalink / raw
To: gentoo-commits
commit: 79f39f51ecad0818f46d901492e4ce33a0fbf0a2
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat May 30 19:22:29 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat May 30 19:22:29 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79f39f51
dev-libs/tomsfastmath: keyworded 0.13.1 for ppc64, bug #725414
Package-Manager: Portage-2.3.100, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild b/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild
index 81182800d1a..4db3691e573 100644
--- a/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild
+++ b/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild
@@ -17,7 +17,7 @@ LICENSE="Unlicense"
# https://abi-laboratory.pro/index.php?view=timeline&l=tomsfastmath
SLOT="0/1"
-KEYWORDS="~amd64 ~arm64 ~ppc ~sparc"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~sparc"
PATCHES=(
"${FILESDIR}/${P}-makefile-fix.patch"
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/tomsfastmath/
@ 2020-05-30 20:04 Sergei Trofimovich
0 siblings, 0 replies; 31+ messages in thread
From: Sergei Trofimovich @ 2020-05-30 20:04 UTC (permalink / raw
To: gentoo-commits
commit: fb819371ddcc52134fccd45c167d026dd9de5d2c
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat May 30 20:03:27 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat May 30 20:03:27 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb819371
dev-libs/tomsfastmath: keyworded 0.13.1 for ia64, bug #725414
Package-Manager: Portage-2.3.100, Repoman-2.3.22
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild b/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild
index 4db3691e573..9f78ad519b9 100644
--- a/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild
+++ b/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild
@@ -17,7 +17,7 @@ LICENSE="Unlicense"
# https://abi-laboratory.pro/index.php?view=timeline&l=tomsfastmath
SLOT="0/1"
-KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~sparc"
+KEYWORDS="~amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~sparc"
PATCHES=(
"${FILESDIR}/${P}-makefile-fix.patch"
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/tomsfastmath/
@ 2020-06-01 4:16 Matt Turner
0 siblings, 0 replies; 31+ messages in thread
From: Matt Turner @ 2020-06-01 4:16 UTC (permalink / raw
To: gentoo-commits
commit: c314ddfe91e4b82c6bdbe01615c745641ea39dc5
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 1 04:16:23 2020 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Jun 1 04:16:23 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c314ddfe
dev-libs/tomsfastmath: Keyword 0.13.1 alpha, #725414
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild b/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild
index 9f78ad519b9..016455eeab3 100644
--- a/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild
+++ b/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild
@@ -17,7 +17,7 @@ LICENSE="Unlicense"
# https://abi-laboratory.pro/index.php?view=timeline&l=tomsfastmath
SLOT="0/1"
-KEYWORDS="~amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~sparc"
+KEYWORDS="~alpha ~amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~sparc"
PATCHES=(
"${FILESDIR}/${P}-makefile-fix.patch"
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/tomsfastmath/
@ 2020-06-08 6:13 Sergei Trofimovich
0 siblings, 0 replies; 31+ messages in thread
From: Sergei Trofimovich @ 2020-06-08 6:13 UTC (permalink / raw
To: gentoo-commits
commit: b5200df94b578308085bc8a85364d5249fff4980
Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Sun Jun 7 21:48:48 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Jun 8 06:12:57 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5200df9
dev-libs/tomsfastmath: keyworded 0.13.1 for hppa, bug #725414
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild b/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild
index 94089caef86..a4c45639df8 100644
--- a/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild
+++ b/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild
@@ -17,7 +17,7 @@ LICENSE="Unlicense"
# https://abi-laboratory.pro/index.php?view=timeline&l=tomsfastmath
SLOT="0/1"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc"
PATCHES=(
"${FILESDIR}/${P}-makefile-fix.patch"
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/tomsfastmath/
@ 2020-06-21 13:38 Michael Orlitzky
0 siblings, 0 replies; 31+ messages in thread
From: Michael Orlitzky @ 2020-06-21 13:38 UTC (permalink / raw
To: gentoo-commits
commit: 129b91e7a35315932451e8ac27bd2c59038ebee8
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 21 12:26:34 2020 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sun Jun 21 13:37:40 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=129b91e7
dev-libs/tomsfastmath: keyword ~x86.
We can't wait forever on this, and presumably it works since all we've
done is de-bundle the clamav copy (that worked on x86).
Closes: https://bugs.gentoo.org/725414
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild b/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild
index a4c45639df8..8ddde173750 100644
--- a/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild
+++ b/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild
@@ -17,7 +17,7 @@ LICENSE="Unlicense"
# https://abi-laboratory.pro/index.php?view=timeline&l=tomsfastmath
SLOT="0/1"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
PATCHES=(
"${FILESDIR}/${P}-makefile-fix.patch"
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/tomsfastmath/
@ 2020-07-08 20:50 Sam James
0 siblings, 0 replies; 31+ messages in thread
From: Sam James @ 2020-07-08 20:50 UTC (permalink / raw
To: gentoo-commits
commit: 39ca9b0ed76decfb1672dbbffba9261d4be814e1
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 8 20:48:31 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jul 8 20:50:18 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39ca9b0e
dev-libs/tomsfastmath: update sam's email
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/tomsfastmath/metadata.xml | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/dev-libs/tomsfastmath/metadata.xml b/dev-libs/tomsfastmath/metadata.xml
index dfaf4142e2c..15dd85b520a 100644
--- a/dev-libs/tomsfastmath/metadata.xml
+++ b/dev-libs/tomsfastmath/metadata.xml
@@ -2,13 +2,9 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
- <email>sam@cmpct.info</email>
+ <email>sam@gentoo.org</email>
<name>Sam James</name>
</maintainer>
- <maintainer type="project">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
<maintainer type="person">
<email>mjo@gentoo.org</email>
<name>Michael Orlitzky</name>
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/tomsfastmath/
@ 2020-07-16 22:58 Sam James
0 siblings, 0 replies; 31+ messages in thread
From: Sam James @ 2020-07-16 22:58 UTC (permalink / raw
To: gentoo-commits
commit: 738329933101389ed4c6b2559beb5801d012ad9c
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 16 22:56:40 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jul 16 22:56:40 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73832993
dev-libs/tomsfastmath: ppc stable (bug #732944)
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild b/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild
index 8ddde173750..e2f98e39ef1 100644
--- a/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild
+++ b/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild
@@ -17,7 +17,7 @@ LICENSE="Unlicense"
# https://abi-laboratory.pro/index.php?view=timeline&l=tomsfastmath
SLOT="0/1"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~sparc ~x86"
PATCHES=(
"${FILESDIR}/${P}-makefile-fix.patch"
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/tomsfastmath/
@ 2020-07-16 23:02 Sam James
0 siblings, 0 replies; 31+ messages in thread
From: Sam James @ 2020-07-16 23:02 UTC (permalink / raw
To: gentoo-commits
commit: 9e5f2a5c13232b3473065276808d980170ef740b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 16 23:02:06 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jul 16 23:02:06 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e5f2a5c
dev-libs/tomsfastmath: ppc64 stable (bug #732944)
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild b/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild
index e2f98e39ef1..83ddf2b713f 100644
--- a/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild
+++ b/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild
@@ -17,7 +17,7 @@ LICENSE="Unlicense"
# https://abi-laboratory.pro/index.php?view=timeline&l=tomsfastmath
SLOT="0/1"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~sparc ~x86"
PATCHES=(
"${FILESDIR}/${P}-makefile-fix.patch"
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/tomsfastmath/
@ 2020-07-17 1:24 Sam James
0 siblings, 0 replies; 31+ messages in thread
From: Sam James @ 2020-07-17 1:24 UTC (permalink / raw
To: gentoo-commits
commit: 1438134924dbb372c67e1d9628005565979b4b50
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 17 01:24:27 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 17 01:24:27 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14381349
dev-libs/tomsfastmath: arm64 stable (bug #732944)
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild b/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild
index 83ddf2b713f..183f6c04c6d 100644
--- a/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild
+++ b/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild
@@ -17,7 +17,7 @@ LICENSE="Unlicense"
# https://abi-laboratory.pro/index.php?view=timeline&l=tomsfastmath
SLOT="0/1"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 ~sparc ~x86"
PATCHES=(
"${FILESDIR}/${P}-makefile-fix.patch"
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/tomsfastmath/
@ 2020-07-17 14:47 Sam James
0 siblings, 0 replies; 31+ messages in thread
From: Sam James @ 2020-07-17 14:47 UTC (permalink / raw
To: gentoo-commits
commit: 341a11e82c9da357749180a99677996534475755
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 17 13:11:35 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 17 14:47:48 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=341a11e8
dev-libs/tomsfastmath: arm stable (bug #732944)
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild b/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild
index 183f6c04c6d..80bfc57efae 100644
--- a/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild
+++ b/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild
@@ -17,7 +17,7 @@ LICENSE="Unlicense"
# https://abi-laboratory.pro/index.php?view=timeline&l=tomsfastmath
SLOT="0/1"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~sparc ~x86"
PATCHES=(
"${FILESDIR}/${P}-makefile-fix.patch"
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/tomsfastmath/
@ 2020-07-17 15:05 Agostino Sarubbo
0 siblings, 0 replies; 31+ messages in thread
From: Agostino Sarubbo @ 2020-07-17 15:05 UTC (permalink / raw
To: gentoo-commits
commit: 6d8d68b4b30d665ed4537be7c84c4490bc629168
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 17 15:03:49 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Jul 17 15:03:49 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d8d68b4
dev-libs/tomsfastmath: amd64 stable wrt bug #732944
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild b/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild
index 80bfc57efae..6611f30c200 100644
--- a/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild
+++ b/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild
@@ -17,7 +17,7 @@ LICENSE="Unlicense"
# https://abi-laboratory.pro/index.php?view=timeline&l=tomsfastmath
SLOT="0/1"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~sparc ~x86"
PATCHES=(
"${FILESDIR}/${P}-makefile-fix.patch"
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/tomsfastmath/
@ 2020-07-17 15:17 Agostino Sarubbo
0 siblings, 0 replies; 31+ messages in thread
From: Agostino Sarubbo @ 2020-07-17 15:17 UTC (permalink / raw
To: gentoo-commits
commit: e614fadae62a4e36e6d0f988aeedd578f46c4238
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 17 15:16:54 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Jul 17 15:16:54 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e614fada
dev-libs/tomsfastmath: x86 stable wrt bug #732944
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild b/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild
index 6611f30c200..84470bb7f27 100644
--- a/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild
+++ b/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild
@@ -17,7 +17,7 @@ LICENSE="Unlicense"
# https://abi-laboratory.pro/index.php?view=timeline&l=tomsfastmath
SLOT="0/1"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~sparc x86"
PATCHES=(
"${FILESDIR}/${P}-makefile-fix.patch"
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/tomsfastmath/
@ 2021-01-06 0:02 Sam James
0 siblings, 0 replies; 31+ messages in thread
From: Sam James @ 2021-01-06 0:02 UTC (permalink / raw
To: gentoo-commits
commit: 8c6dbafdc9c5fc5d1f6b3c972f1d3c39eb8d34e1
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 6 00:01:59 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jan 6 00:01:59 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c6dbafd
dev-libs/tomsfastmath: add libtool BDEPEND
Bug: https://bugs.gentoo.org/763999
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild | 7 ++++---
dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild | 7 ++++---
2 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild b/dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild
index 738e6706e8c..844b7e31247 100644
--- a/dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild
+++ b/dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -9,16 +9,17 @@ DESCRIPTION="Fast public domain large integer arithmetic library"
HOMEPAGE="https://www.libtom.net/TomsFastMath/
https://github.com/libtom/tomsfastmath"
SRC_URI="https://github.com/libtom/tomsfastmath/releases/download/v${PV}/tfm-${PV}.tar.xz"
-LICENSE="Unlicense"
+LICENSE="Unlicense"
# Current SONAME is 1
# Please bump when the ABI changes upstream
# Helpful site:
# https://abi-laboratory.pro/index.php?view=timeline&l=tomsfastmath
SLOT="0/1"
-
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+BDEPEND="sys-devel/libtool"
+
PATCHES=(
"${FILESDIR}/${P}-makefile-fix.patch"
"${FILESDIR}/${PN}-0.13.1-export-fp_isprime_ex.patch"
diff --git a/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild b/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild
index 84470bb7f27..708ecd1d02a 100644
--- a/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild
+++ b/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -9,16 +9,17 @@ DESCRIPTION="Fast public domain large integer arithmetic library"
HOMEPAGE="https://www.libtom.net/TomsFastMath/
https://github.com/libtom/tomsfastmath"
SRC_URI="https://github.com/libtom/tomsfastmath/releases/download/v${PV}/tfm-${PV}.tar.xz"
-LICENSE="Unlicense"
+LICENSE="Unlicense"
# Current SONAME is 1
# Please bump when the ABI changes upstream
# Helpful site:
# https://abi-laboratory.pro/index.php?view=timeline&l=tomsfastmath
SLOT="0/1"
-
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~sparc x86"
+BDEPEND="sys-devel/libtool"
+
PATCHES=(
"${FILESDIR}/${P}-makefile-fix.patch"
)
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/tomsfastmath/
@ 2021-01-25 14:06 Sam James
0 siblings, 0 replies; 31+ messages in thread
From: Sam James @ 2021-01-25 14:06 UTC (permalink / raw
To: gentoo-commits
commit: 387c235062c47e5a910994b7dc0fc107bd996efb
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 25 14:06:25 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan 25 14:06:25 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=387c2350
dev-libs/tomsfastmath: Stabilize 0.13.1-r1 arm64, #767103
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild b/dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild
index 844b7e31247..77dca010467 100644
--- a/dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild
+++ b/dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild
@@ -16,7 +16,7 @@ LICENSE="Unlicense"
# Helpful site:
# https://abi-laboratory.pro/index.php?view=timeline&l=tomsfastmath
SLOT="0/1"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
BDEPEND="sys-devel/libtool"
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/tomsfastmath/
@ 2021-01-25 14:09 Sam James
0 siblings, 0 replies; 31+ messages in thread
From: Sam James @ 2021-01-25 14:09 UTC (permalink / raw
To: gentoo-commits
commit: b961100dcfaa195bcd71ae4dae51b438299db59f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 25 14:09:17 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan 25 14:09:17 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b961100d
dev-libs/tomsfastmath: Stabilize 0.13.1-r1 ppc64, #767103
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild b/dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild
index 77dca010467..60d3ed9d753 100644
--- a/dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild
+++ b/dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild
@@ -16,7 +16,7 @@ LICENSE="Unlicense"
# Helpful site:
# https://abi-laboratory.pro/index.php?view=timeline&l=tomsfastmath
SLOT="0/1"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86"
BDEPEND="sys-devel/libtool"
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/tomsfastmath/
@ 2021-01-25 14:10 Sam James
0 siblings, 0 replies; 31+ messages in thread
From: Sam James @ 2021-01-25 14:10 UTC (permalink / raw
To: gentoo-commits
commit: 33574727f00813c189e42ac15faeaea4c3f3b327
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 25 14:10:46 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan 25 14:10:46 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33574727
dev-libs/tomsfastmath: Stabilize 0.13.1-r1 sparc, #767103
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild b/dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild
index 60d3ed9d753..b10434cf8cc 100644
--- a/dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild
+++ b/dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild
@@ -16,7 +16,7 @@ LICENSE="Unlicense"
# Helpful site:
# https://abi-laboratory.pro/index.php?view=timeline&l=tomsfastmath
SLOT="0/1"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ppc64 sparc ~x86"
BDEPEND="sys-devel/libtool"
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/tomsfastmath/
@ 2021-01-25 20:06 Sam James
0 siblings, 0 replies; 31+ messages in thread
From: Sam James @ 2021-01-25 20:06 UTC (permalink / raw
To: gentoo-commits
commit: 9d8de9398ede08442fc617903c05290eb884ca60
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 25 20:06:17 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan 25 20:06:23 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d8de939
dev-libs/tomsfastmath: Stabilize 0.13.1-r1 ppc, #767103
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild b/dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild
index 8bc5ef9f29f..74d47022645 100644
--- a/dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild
+++ b/dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild
@@ -16,7 +16,7 @@ LICENSE="Unlicense"
# Helpful site:
# https://abi-laboratory.pro/index.php?view=timeline&l=tomsfastmath
SLOT="0/1"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~ppc ppc64 sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc ~x86"
BDEPEND="sys-devel/libtool"
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/tomsfastmath/
@ 2021-01-25 20:06 Sam James
0 siblings, 0 replies; 31+ messages in thread
From: Sam James @ 2021-01-25 20:06 UTC (permalink / raw
To: gentoo-commits
commit: dd32bc141e9471a79c60adedce54ae4a4656ec58
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 25 20:06:06 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan 25 20:06:23 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd32bc14
dev-libs/tomsfastmath: Stabilize 0.13.1-r1 arm, #767103
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild b/dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild
index b10434cf8cc..8bc5ef9f29f 100644
--- a/dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild
+++ b/dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild
@@ -16,7 +16,7 @@ LICENSE="Unlicense"
# Helpful site:
# https://abi-laboratory.pro/index.php?view=timeline&l=tomsfastmath
SLOT="0/1"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ppc64 sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~ppc ppc64 sparc ~x86"
BDEPEND="sys-devel/libtool"
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/tomsfastmath/
@ 2021-01-27 3:06 Sam James
0 siblings, 0 replies; 31+ messages in thread
From: Sam James @ 2021-01-27 3:06 UTC (permalink / raw
To: gentoo-commits
commit: 39b5384554837044d1b5084c6ef0a628f47875ff
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 27 03:06:11 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jan 27 03:06:11 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39b53845
dev-libs/tomsfastmath: Stabilize 0.13.1-r1 amd64, #767103
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild b/dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild
index 74d47022645..35113efd3c4 100644
--- a/dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild
+++ b/dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild
@@ -16,7 +16,7 @@ LICENSE="Unlicense"
# Helpful site:
# https://abi-laboratory.pro/index.php?view=timeline&l=tomsfastmath
SLOT="0/1"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc ~x86"
BDEPEND="sys-devel/libtool"
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/tomsfastmath/
@ 2021-02-02 21:01 Sam James
0 siblings, 0 replies; 31+ messages in thread
From: Sam James @ 2021-02-02 21:01 UTC (permalink / raw
To: gentoo-commits
commit: 274ad250216c07b92e4b02a093d68ff9ec6bc016
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 2 21:01:33 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Feb 2 21:01:33 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=274ad250
dev-libs/tomsfastmath: Stabilize 0.13.1-r1 x86, #767103
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild b/dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild
index 35113efd3c4..9eabf46f3fe 100644
--- a/dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild
+++ b/dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild
@@ -16,7 +16,7 @@ LICENSE="Unlicense"
# Helpful site:
# https://abi-laboratory.pro/index.php?view=timeline&l=tomsfastmath
SLOT="0/1"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
BDEPEND="sys-devel/libtool"
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/tomsfastmath/
@ 2021-03-04 4:58 Sam James
0 siblings, 0 replies; 31+ messages in thread
From: Sam James @ 2021-03-04 4:58 UTC (permalink / raw
To: gentoo-commits
commit: fd4009b59a9082b52b8dbef42d5cfa737f4ade2b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 4 04:55:28 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 4 04:55:28 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd4009b5
dev-libs/tomsfastmath: remove 0.13.1
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild | 69 ------------------------
1 file changed, 69 deletions(-)
diff --git a/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild b/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild
deleted file mode 100644
index 708ecd1d02a..00000000000
--- a/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="Fast public domain large integer arithmetic library"
-HOMEPAGE="https://www.libtom.net/TomsFastMath/
- https://github.com/libtom/tomsfastmath"
-SRC_URI="https://github.com/libtom/tomsfastmath/releases/download/v${PV}/tfm-${PV}.tar.xz"
-
-LICENSE="Unlicense"
-# Current SONAME is 1
-# Please bump when the ABI changes upstream
-# Helpful site:
-# https://abi-laboratory.pro/index.php?view=timeline&l=tomsfastmath
-SLOT="0/1"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~sparc x86"
-
-BDEPEND="sys-devel/libtool"
-
-PATCHES=(
- "${FILESDIR}/${P}-makefile-fix.patch"
-)
-
-_emake() {
- # Standard boilerplate
- # Upstream use homebrewed makefiles
- # Best to use same args for all, for consistency,
- # in case behaviour changes (v possible).
- emake \
- CC="$(tc-getCC)" \
- AR="$(tc-getAR)" \
- RANLIB="$(tc-getRANLIB)" \
- DESTDIR="${ED}" \
- LIBPATH="/usr/$(get_libdir)" \
- IGNORE_SPEED=1 \
- "$@"
-}
-
-src_compile() {
- _emake -f makefile.shared
-}
-
-src_test() {
- _emake test_standalone stest rsatest
-
- # We choose to be verbose during the test process
- # because the output is quite repetitive with no
- # clear demarcation b/t tests
- local tests=( "test" "stest" "rsatest" )
-
- local test
- for test in "${tests[@]}"; do
- einfo "Running test (${test})"
- ./${test} || die "Test (${test}) failed"
- einfo "Completed test (${test})"
- done
-}
-
-src_install() {
- _emake -f makefile.shared install
-
- # Remove unnecessary .la files
- find "${ED}" -name '*.la' -delete || die
- # Same for static libs
- find "${ED}" -name "*.a" -delete || die
-}
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/tomsfastmath/
@ 2021-03-23 4:53 Sam James
0 siblings, 0 replies; 31+ messages in thread
From: Sam James @ 2021-03-23 4:53 UTC (permalink / raw
To: gentoo-commits
commit: 3af3bb8eb4aaea4d3b9d57539847134c560b8b0e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 22 22:44:43 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 23 04:48:49 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3af3bb8e
dev-libs/tomsfastmath: tiny cosmetic changes
* Adjust HOMEPAGE (not split over 2 lines)
* Less quoting
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild b/dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild
index 9eabf46f3fe..7cde2a6d3e5 100644
--- a/dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild
+++ b/dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild
@@ -6,8 +6,7 @@ EAPI=7
inherit toolchain-funcs
DESCRIPTION="Fast public domain large integer arithmetic library"
-HOMEPAGE="https://www.libtom.net/TomsFastMath/
- https://github.com/libtom/tomsfastmath"
+HOMEPAGE="https://www.libtom.net/TomsFastMath/ https://github.com/libtom/tomsfastmath"
SRC_URI="https://github.com/libtom/tomsfastmath/releases/download/v${PV}/tfm-${PV}.tar.xz"
LICENSE="Unlicense"
@@ -21,8 +20,8 @@ KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
BDEPEND="sys-devel/libtool"
PATCHES=(
- "${FILESDIR}/${P}-makefile-fix.patch"
- "${FILESDIR}/${PN}-0.13.1-export-fp_isprime_ex.patch"
+ "${FILESDIR}"/${P}-makefile-fix.patch
+ "${FILESDIR}"/${PN}-0.13.1-export-fp_isprime_ex.patch
)
_emake() {
@@ -50,7 +49,7 @@ src_test() {
# We choose to be verbose during the test process
# because the output is quite repetitive with no
# clear demarcation b/t tests
- local tests=( "test" "stest" "rsatest" )
+ local tests=( test stest rsatest )
local test
for test in "${tests[@]}"; do
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/tomsfastmath/
@ 2021-07-23 18:28 Marek Szuba
0 siblings, 0 replies; 31+ messages in thread
From: Marek Szuba @ 2021-07-23 18:28 UTC (permalink / raw
To: gentoo-commits
commit: 6131db0176eb6d7791a54a61030c4a01931117d6
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 23 15:33:37 2021 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Fri Jul 23 18:28:16 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6131db01
dev-libs/tomsfastmath: keyword 0.13.1-r1 for ~riscv
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild b/dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild
index 7cde2a6d3e5..c369b6ebb41 100644
--- a/dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild
+++ b/dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild
@@ -15,7 +15,7 @@ LICENSE="Unlicense"
# Helpful site:
# https://abi-laboratory.pro/index.php?view=timeline&l=tomsfastmath
SLOT="0/1"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
BDEPEND="sys-devel/libtool"
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/tomsfastmath/
@ 2021-09-27 12:38 James Le Cuirot
0 siblings, 0 replies; 31+ messages in thread
From: James Le Cuirot @ 2021-09-27 12:38 UTC (permalink / raw
To: gentoo-commits
commit: 763fb69b14cae640259ab4b2723feea4a4936459
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 27 12:37:13 2021 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Mon Sep 27 12:37:13 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=763fb69b
dev-libs/tomsfastmath: Keyword 0.13.1-r1 for ~m68k
The tests pass.
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild b/dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild
index c369b6ebb41..f07c6214647 100644
--- a/dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild
+++ b/dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild
@@ -15,7 +15,7 @@ LICENSE="Unlicense"
# Helpful site:
# https://abi-laboratory.pro/index.php?view=timeline&l=tomsfastmath
SLOT="0/1"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ppc ppc64 ~riscv sparc x86"
BDEPEND="sys-devel/libtool"
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/tomsfastmath/
@ 2022-04-25 17:16 Sam James
0 siblings, 0 replies; 31+ messages in thread
From: Sam James @ 2022-04-25 17:16 UTC (permalink / raw
To: gentoo-commits
commit: b98d1c899d00a5441f242b54352423c4306f7567
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 25 17:16:10 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 25 17:16:10 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b98d1c89
dev-libs/tomsfastmath: Keyword 0.13.1-r1 s390, #840779
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild b/dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild
index f07c6214647d..1d3d1fa36d68 100644
--- a/dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild
+++ b/dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -15,7 +15,7 @@ LICENSE="Unlicense"
# Helpful site:
# https://abi-laboratory.pro/index.php?view=timeline&l=tomsfastmath
SLOT="0/1"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ppc ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc x86"
BDEPEND="sys-devel/libtool"
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/tomsfastmath/
@ 2023-07-27 5:11 WANG Xuerui
0 siblings, 0 replies; 31+ messages in thread
From: WANG Xuerui @ 2023-07-27 5:11 UTC (permalink / raw
To: gentoo-commits
commit: 5e2835b52f093d64c0421156a71eb33ae86da230
Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 27 04:58:49 2023 +0000
Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Thu Jul 27 05:10:28 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e2835b5
dev-libs/tomsfastmath: keyword 0.13.1-r1 for ~loong
Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild b/dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild
index 1d3d1fa36d68..bbd30e67b8f7 100644
--- a/dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild
+++ b/dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -15,7 +15,7 @@ LICENSE="Unlicense"
# Helpful site:
# https://abi-laboratory.pro/index.php?view=timeline&l=tomsfastmath
SLOT="0/1"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv ~s390 sparc x86"
BDEPEND="sys-devel/libtool"
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/tomsfastmath/
@ 2024-09-06 20:42 Arthur Zamarin
0 siblings, 0 replies; 31+ messages in thread
From: Arthur Zamarin @ 2024-09-06 20:42 UTC (permalink / raw
To: gentoo-commits
commit: 753a5de6118f33aa65c444d177c5ac704c053b23
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 6 20:42:00 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 6 20:42:18 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=753a5de6
dev-libs/tomsfastmath: keyword 0.13.1-r1 for ~mips
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild b/dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild
index 6f64ba4a02ea..2ecb5a8807e3 100644
--- a/dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild
+++ b/dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild
@@ -15,7 +15,7 @@ LICENSE="Unlicense"
# Helpful site:
# https://abi-laboratory.pro/index.php?view=timeline&l=tomsfastmath
SLOT="0/1"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
BDEPEND="dev-build/libtool"
^ permalink raw reply related [flat|nested] 31+ messages in thread
end of thread, other threads:[~2024-09-06 20:42 UTC | newest]
Thread overview: 31+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-04 4:58 [gentoo-commits] repo/gentoo:master commit in: dev-libs/tomsfastmath/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2024-09-06 20:42 Arthur Zamarin
2023-07-27 5:11 WANG Xuerui
2022-04-25 17:16 Sam James
2021-09-27 12:38 James Le Cuirot
2021-07-23 18:28 Marek Szuba
2021-03-23 4:53 Sam James
2021-02-02 21:01 Sam James
2021-01-27 3:06 Sam James
2021-01-25 20:06 Sam James
2021-01-25 20:06 Sam James
2021-01-25 14:10 Sam James
2021-01-25 14:09 Sam James
2021-01-25 14:06 Sam James
2021-01-06 0:02 Sam James
2020-07-17 15:17 Agostino Sarubbo
2020-07-17 15:05 Agostino Sarubbo
2020-07-17 14:47 Sam James
2020-07-17 1:24 Sam James
2020-07-16 23:02 Sam James
2020-07-16 22:58 Sam James
2020-07-08 20:50 Sam James
2020-06-21 13:38 Michael Orlitzky
2020-06-08 6:13 Sergei Trofimovich
2020-06-01 4:16 Matt Turner
2020-05-30 20:04 Sergei Trofimovich
2020-05-30 19:22 Sergei Trofimovich
2020-05-30 19:21 Sergei Trofimovich
2020-05-28 18:20 Sergei Trofimovich
2020-05-27 16:57 Mart Raudsepp
2020-05-26 0:01 Michael Orlitzky
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox