From 99b2c44c1425c7b2925846d4c44b2bf2f78dc786 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 8 Jul 2023 22:23:22 +0100 Subject: gentoo auto-resync : 08:07:2023 - 22:23:22 --- sci-mathematics/Manifest.gz | Bin 18835 -> 18671 bytes sci-mathematics/flintqs/Manifest | 3 --- sci-mathematics/flintqs/flintqs-1.0.ebuild | 39 ----------------------------- sci-mathematics/flintqs/metadata.xml | 24 ------------------ 4 files changed, 66 deletions(-) delete mode 100644 sci-mathematics/flintqs/Manifest delete mode 100644 sci-mathematics/flintqs/flintqs-1.0.ebuild delete mode 100644 sci-mathematics/flintqs/metadata.xml (limited to 'sci-mathematics') diff --git a/sci-mathematics/Manifest.gz b/sci-mathematics/Manifest.gz index 8f59f46bf212..17e263f332f1 100644 Binary files a/sci-mathematics/Manifest.gz and b/sci-mathematics/Manifest.gz differ diff --git a/sci-mathematics/flintqs/Manifest b/sci-mathematics/flintqs/Manifest deleted file mode 100644 index 9625f6bad08f..000000000000 --- a/sci-mathematics/flintqs/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST flintqs-1.0.tar.gz 151535 BLAKE2B c05761767af65ed5e5c42e75640c0736a26de76126907a91914083791ce0fa3659fb6f9fcdddb0b7aaaf2200010d826a18e7fcbdad0ffc6f861d4bcd941caabb SHA512 8391bb13bcc91f4ea68c972f0f6eaf9aa37bedc4c8694d039a21fd5153b203d561364ae545478d34013001354c4e8a013b2e5a5cb947b6e7f453c6f0f392f8be -EBUILD flintqs-1.0.ebuild 1008 BLAKE2B 1d61e63eaa0dc26ce97bb948f916e7d867be60eac097a1881d0a834c0753dd91f0f94d94aed72f99397c3ec8ce3782ceb12682d72df834c2fa8b1da0dd98fd1a SHA512 cb603e8c5c1cee600b353c9f68c60ac1fdcdc28f78d7d0812e3de6b9a61b935178a8e55d4715406ce5413da4be989412fa9f72df9c55901dfce63901bf45843a -MISC metadata.xml 767 BLAKE2B 4bcf27523db786620e6f15729d3459f1061e1520addf64d480949b2bcd47ba8a21ecb29db56cf98c60e173334c0cba88642b7639481cf60b756b20bb1cb4fcc2 SHA512 7ca6294e62d2b84d35f777ac0185f8952981180479a884ff0a810b78af5b39e1df26324f5943657fb227cffe02a207dd7dd0de1d86550eb24c8c01922d43fec1 diff --git a/sci-mathematics/flintqs/flintqs-1.0.ebuild b/sci-mathematics/flintqs/flintqs-1.0.ebuild deleted file mode 100644 index c03f6b1227a3..000000000000 --- a/sci-mathematics/flintqs/flintqs-1.0.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Multi-polynomial quadratic sieve for integer factorization" -HOMEPAGE="https://github.com/sagemath/FlintQS" -# The github tarball is missing the autotools stuff. -SRC_URI="http://files.sagemath.org/spkg/upstream/${PN}/${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos" -IUSE="" - -DEPEND="dev-libs/gmp:=" -RDEPEND="${DEPEND}" - -src_test() { - # Factor, - # - # 1000000000000000005490000000000000001989 - # - # to get - # - # 10000000000000000051 * 100000000000000000039. - # - # The sed command deletes all lines up to the pattern match. - # - ACTUAL=$(echo 1000000000000000005490000000000000001989 | \ - "${S}"/src/QuadraticSieve | \ - sed '0,/FACTORS:/d' | \ - sort --numeric | \ - uniq | - tr '\n' ' ') - EXPECTED="10000000000000000051 100000000000000000039 " - - [[ "${ACTUAL}" == "${EXPECTED}" ]] || die "test factorization failed" -} diff --git a/sci-mathematics/flintqs/metadata.xml b/sci-mathematics/flintqs/metadata.xml deleted file mode 100644 index 3f164f6262cd..000000000000 --- a/sci-mathematics/flintqs/metadata.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - mjo@gentoo.org - - - - frp.bissey@gmail.com - François Bissey - - - proxy-maint@gentoo.org - Proxy Maintainers - - - - sagemath/FlintQS - - -- cgit v1.2.3