Diff msieve-1.53-r1 with a msieve-1.53-r2
| /usr/portage/sci-mathematics/msieve/msieve-1.53-r2.ebuild 2025-07-29 16:22:17.344467791 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2024 Gentoo Authors |
|
| 1 |
# Copyright 1999-2025 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| ... | ... | |
| 25 | 25 |
"${FILESDIR}"/${PN}-1.51-reduce-printf.patch
|
| 26 | 26 |
"${FILESDIR}"/${PN}-1.53-fix-version.patch
|
| 27 | 27 |
"${FILESDIR}"/${PN}-1.53-makefile.patch
|
| 28 |
"${FILESDIR}"/${PN}-1.53-gzfile.patch
|
|
| 28 | 29 |
) |
| 29 | 30 | |
| 30 | 31 |
src_configure() {
|
| ... | ... | |
| 44 | 45 |
emake all |
| 45 | 46 |
} |
| 46 | 47 | |
| 48 |
src_test() {
|
|
| 49 |
"${S}"/msieve 3595 || die Failed to factor small semiprime
|
|
| 50 |
} |
|
| 51 | ||
| 47 | 52 |
src_install() {
|
| 48 | 53 |
dobin msieve |
| 49 | 54 | |