Diff lrcalc-1.2 with a lrcalc-2.1
| /usr/portage/sci-mathematics/lrcalc/lrcalc-2.1.ebuild 2024-12-25 14:59:52.723270181 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2023 Gentoo Authors |
|
| 1 |
# Copyright 1999-2024 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=7 |
| ... | ... | |
| 7 | 7 |
HOMEPAGE="https://sites.math.rutgers.edu/~asbuch/lrcalc/" |
| 8 | 8 |
SRC_URI="https://sites.math.rutgers.edu/~asbuch/lrcalc/${P}.tar.gz"
|
| 9 | 9 | |
| 10 |
LICENSE="GPL-2+" |
|
| 11 |
SLOT="0/1" |
|
| 12 |
KEYWORDS="amd64 ~x86 ~ppc-macos ~x64-macos" |
|
| 10 |
LICENSE="GPL-3+" |
|
| 11 |
SLOT="0/2" |
|
| 12 |
KEYWORDS="amd64 ~riscv ~x86 ~ppc-macos ~x64-macos" |
|
| 13 | 13 |
IUSE="static-libs test" |
| 14 | 14 |
RESTRICT="!test? ( test )" |
| 15 | 15 | |
| 16 |
PATCHES=( "${FILESDIR}/${PN}-1.2-includes.patch" )
|
|
| 17 | ||
| 18 | 16 |
src_configure() {
|
| 19 | 17 |
econf $(use_enable static-libs static) |
| 20 | 18 |
} |