public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/tomsfastmath/
Date: Thu,  4 Mar 2021 04:58:12 +0000 (UTC)	[thread overview]
Message-ID: <1614833728.fd4009b59a9082b52b8dbef42d5cfa737f4ade2b.sam@gentoo> (raw)

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


             reply	other threads:[~2021-03-04  4:58 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-04  4:58 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-06 20:42 [gentoo-commits] repo/gentoo:master commit in: dev-libs/tomsfastmath/ 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1614833728.fd4009b59a9082b52b8dbef42d5cfa737f4ade2b.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox