diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2023-07-08 19:20:57 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2023-07-08 19:39:47 +0200 |
commit | 30e7a7d6721697db1d8db512f6ef26220f208a21 (patch) | |
tree | e321c2813556e9f2f853fe528020c121eb593b9f /sci-mathematics/flintqs | |
parent | dev-python/http-parser: treeclean (diff) | |
download | gentoo-30e7a7d6721697db1d8db512f6ef26220f208a21.tar.gz gentoo-30e7a7d6721697db1d8db512f6ef26220f208a21.tar.bz2 gentoo-30e7a7d6721697db1d8db512f6ef26220f208a21.zip |
sci-mathematics/flintqs: treeclean
Closes: https://bugs.gentoo.org/898300
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'sci-mathematics/flintqs')
-rw-r--r-- | sci-mathematics/flintqs/Manifest | 1 | ||||
-rw-r--r-- | sci-mathematics/flintqs/flintqs-1.0.ebuild | 39 | ||||
-rw-r--r-- | sci-mathematics/flintqs/metadata.xml | 24 |
3 files changed, 0 insertions, 64 deletions
diff --git a/sci-mathematics/flintqs/Manifest b/sci-mathematics/flintqs/Manifest deleted file mode 100644 index ca567617150c..000000000000 --- a/sci-mathematics/flintqs/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST flintqs-1.0.tar.gz 151535 BLAKE2B c05761767af65ed5e5c42e75640c0736a26de76126907a91914083791ce0fa3659fb6f9fcdddb0b7aaaf2200010d826a18e7fcbdad0ffc6f861d4bcd941caabb SHA512 8391bb13bcc91f4ea68c972f0f6eaf9aa37bedc4c8694d039a21fd5153b203d561364ae545478d34013001354c4e8a013b2e5a5cb947b6e7f453c6f0f392f8be 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 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>mjo@gentoo.org</email> - </maintainer> - <!-- - mjo: François maintained this package in the sage-on-gentoo overlay - long before I moved it into ::gentoo. You don't need an ACK from me - to merge his changes. - --> - <maintainer type="person" proxied="yes"> - <email>frp.bissey@gmail.com</email> - <name>François Bissey</name> - </maintainer> - <maintainer type="project" proxied="proxy"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy Maintainers</name> - </maintainer> - - <upstream> - <remote-id type="github">sagemath/FlintQS</remote-id> - </upstream> -</pkgmetadata> |