sci-mathematics/sympow: drop 2.023.6

Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
This commit is contained in:
Michael Orlitzky
2024-12-22 10:06:42 -05:00
parent bee45c30fa
commit bda0a52fec
2 changed files with 0 additions and 44 deletions

View File

@@ -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

View File

@@ -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
}