diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-05-13 12:50:28 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-05-13 12:50:28 +0300 |
commit | 437b58d192149720fb3d8d69c2482b176fbb195e (patch) | |
tree | 8d370983974a2da5912dacadfa47435879e0698a /sci-libs | |
parent | sci-libs/libghemical: last-rite (diff) | |
download | gentoo-437b58d192149720fb3d8d69c2482b176fbb195e.tar.gz gentoo-437b58d192149720fb3d8d69c2482b176fbb195e.tar.bz2 gentoo-437b58d192149720fb3d8d69c2482b176fbb195e.zip |
sci-libs/jama: EAPI 6 -> 8
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/jama/jama-1.2.5-r1.ebuild (renamed from sci-libs/jama/jama-1.2.5.ebuild) | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/sci-libs/jama/jama-1.2.5.ebuild b/sci-libs/jama/jama-1.2.5-r1.ebuild index 7d96ea39577f..f2dafa318d92 100644 --- a/sci-libs/jama/jama-1.2.5.ebuild +++ b/sci-libs/jama/jama-1.2.5-r1.ebuild @@ -1,27 +1,21 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 - -inherit versionator - -MYP="${PN}$(replace_all_version_separators '')" -DOCPV=102 +EAPI=8 DESCRIPTION="Java-like matrix C++ templates" HOMEPAGE="https://math.nist.gov/tnt/" -SRC_URI="https://math.nist.gov/tnt/${MYP}.zip - doc? ( https://math.nist.gov/tnt/${PN}${DOCPV}doc.zip )" +SRC_URI="https://math.nist.gov/tnt/${PN}${PV//./}.zip + doc? ( https://math.nist.gov/tnt/${PN}102doc.zip )" +S="${WORKDIR}" LICENSE="public-domain" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc" -DEPEND="app-arch/unzip" RDEPEND="sci-libs/tnt" - -S="${WORKDIR}" +BDEPEND="app-arch/unzip" src_install() { doheader *.h |