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>[email protected]</email>
<name>Proxy Maintainers</name>
</maintainer>
+ <maintainer type="person">
+ <email>[email protected]</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"