commit:     30e7a7d6721697db1d8db512f6ef26220f208a21
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  8 17:20:57 2023 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sat Jul  8 17:39:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30e7a7d6

sci-mathematics/flintqs: treeclean

Closes: https://bugs.gentoo.org/898300
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 profiles/package.mask                      |  5 ----
 sci-mathematics/flintqs/Manifest           |  1 -
 sci-mathematics/flintqs/flintqs-1.0.ebuild | 39 ------------------------------
 sci-mathematics/flintqs/metadata.xml       | 24 ------------------
 4 files changed, 69 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index f00bd7440eee..a45a2d9d7158 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -292,11 +292,6 @@ dev-java/netty
 # Fails to bootstrap, see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110120.
 =sys-devel/gcc-14.0.0_pre20230604
 
-# Michael Orlitzky <[email protected]> (2023-06-04)
-# Obsolete and insecure SageMath (out of tree) dependency.
-# Removal on 2023-07-04.
-sci-mathematics/flintqs
-
 # Bernd Waibel <[email protected]> (2023-05-31)
 # Mask this version for uptime soversion issue. There will be an updated 
release
 # shortly which fixes this.

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>[email protected]</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>[email protected]</email>
-    <name>François Bissey</name>
-  </maintainer>
-  <maintainer type="project" proxied="proxy">
-    <email>[email protected]</email>
-    <name>Proxy Maintainers</name>
-  </maintainer>
-
-  <upstream>
-    <remote-id type="github">sagemath/FlintQS</remote-id>
-  </upstream>
-</pkgmetadata>

Reply via email to