summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2024-12-22 10:06:42 -0500
committerMichael Orlitzky <mjo@gentoo.org>2024-12-22 14:48:54 -0500
commitbda0a52fecd12b7a1bc8859db547149fa9dc5ccd (patch)
tree7179a0245de2c041bed537cb34825743ba006414 /sci-mathematics
parentsci-mathematics/sympow: stabilize 2.023.7 for amd64 (diff)
downloadgentoo-bda0a52fecd12b7a1bc8859db547149fa9dc5ccd.tar.gz
gentoo-bda0a52fecd12b7a1bc8859db547149fa9dc5ccd.tar.bz2
gentoo-bda0a52fecd12b7a1bc8859db547149fa9dc5ccd.zip
sci-mathematics/sympow: drop 2.023.6
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/sympow/Manifest1
-rw-r--r--sci-mathematics/sympow/sympow-2.023.6.ebuild43
2 files changed, 0 insertions, 44 deletions
diff --git a/sci-mathematics/sympow/Manifest b/sci-mathematics/sympow/Manifest
index 76fa188f36e3..4210fda11d66 100644
--- a/sci-mathematics/sympow/Manifest
+++ b/sci-mathematics/sympow/Manifest
@@ -1,2 +1 @@
-DIST sympow-v2.023.6.tar.gz 68142 BLAKE2B accff25cb1da5b6935a91179fa399d76148709be54bbd434c0dc6143e88e9cd0f0a3cd96c683da3214366a29d6d0dbb7236d2623ef3f9322b6d4d54c6bad9882 SHA512 efe3b09fff0629e136b029ea615aa09ac1a4f225c06636d653ac921c7de01bf75e2b392a138c3c1af92f2b4f889f5949beeeba5b6e5e6b49e02c605bb9c16ceb
DIST sympow-v2.023.7.tar.bz2 61652 BLAKE2B 1800ec8ae3f95e24c4bfe097d13586f0bb781cef15e41539c3cb67f85ad9830c38a9bde8ae3290c6696332e55f698fc153f96575561979be2264baa6857af9ec SHA512 7df4a038aa69acc989ef07085462ed2efb848b95c4515871809033a02ae649936eda83d68cac83366466d597b370b963eb14d1f1c8389fa0089d0063e299955f
diff --git a/sci-mathematics/sympow/sympow-2.023.6.ebuild b/sci-mathematics/sympow/sympow-2.023.6.ebuild
deleted file mode 100644
index 656b21a6fe82..000000000000
--- a/sci-mathematics/sympow/sympow-2.023.6.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="Symmetric power elliptic curve L-functions"
-HOMEPAGE="https://gitlab.com/rezozer/forks/sympow/"
-SRC_URI="https://gitlab.com/rezozer/forks/sympow/-/archive/v${PV}/${PN}-v${PV}.tar.gz"
-S="${WORKDIR}/${PN}-v${PV}"
-
-LICENSE="Sympow-BSD"
-SLOT="0"
-KEYWORDS="amd64 ~riscv"
-
-# Pari is used at build time to generate data.
-BDEPEND="sys-apps/help2man
- sci-mathematics/pari"
-RDEPEND="sci-mathematics/pari"
-
-PATCHES=(
- "${FILESDIR}/${P}-dont-force-O3.patch"
- "${FILESDIR}/${P}-no-pkgdatafilesbindir-warnings.patch"
-)
-
-DOCS=( HISTORY README.md )
-
-src_configure() {
- export ADDBINPATH=yes
- export PREFIX="${EPREFIX}/usr"
-
- # This location still won't be writable, but we can at least add
- # the EPREFIX that belongs there. Sympow uses $HOME/.sympow as a
- # fallback (what we want) when its first attempt doesn't work.
- export VARPREFIX="${EPREFIX}/var"
-
- ./Configure || die
-}
-
-src_compile() {
- emake CC="$(tc-getCC)" all
-}