summaryrefslogtreecommitdiff
path: root/sci-mathematics
diff options
context:
space:
mode:
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/Manifest.gzbin18835 -> 18671 bytes
-rw-r--r--sci-mathematics/flintqs/Manifest3
-rw-r--r--sci-mathematics/flintqs/flintqs-1.0.ebuild39
-rw-r--r--sci-mathematics/flintqs/metadata.xml24
4 files changed, 0 insertions, 66 deletions
diff --git a/sci-mathematics/Manifest.gz b/sci-mathematics/Manifest.gz
index 8f59f46bf212..17e263f332f1 100644
--- a/sci-mathematics/Manifest.gz
+++ b/sci-mathematics/Manifest.gz
Binary files 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 @@
-<?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>