commit:     437b58d192149720fb3d8d69c2482b176fbb195e
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon May 13 09:50:28 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon May 13 09:50:28 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=437b58d1

sci-libs/jama: EAPI 6 -> 8

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 .../jama/{jama-1.2.5.ebuild => jama-1.2.5-r1.ebuild}   | 18 ++++++------------
 1 file 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
similarity index 59%
rename from sci-libs/jama/jama-1.2.5.ebuild
rename to 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

Reply via email to