From 59c2499e0c9720169c9d5a02168c51c807a21467 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 14 May 2024 00:01:24 +0100 Subject: gentoo auto-resync : 14:05:2024 - 00:01:24 --- sci-libs/jama/Manifest | 2 +- sci-libs/jama/jama-1.2.5-r1.ebuild | 25 +++++++++++++++++++++++++ sci-libs/jama/jama-1.2.5.ebuild | 31 ------------------------------- 3 files changed, 26 insertions(+), 32 deletions(-) create mode 100644 sci-libs/jama/jama-1.2.5-r1.ebuild delete mode 100644 sci-libs/jama/jama-1.2.5.ebuild (limited to 'sci-libs/jama') diff --git a/sci-libs/jama/Manifest b/sci-libs/jama/Manifest index d1ea03a84290..c41dd5f4c12d 100644 --- a/sci-libs/jama/Manifest +++ b/sci-libs/jama/Manifest @@ -1,4 +1,4 @@ DIST jama102doc.zip 61085 BLAKE2B a5ce9d2a431d1e9a98e50e974068b7c0846c85cdef719dc37535bdd6731f0f8deb9329ce5ad4d11393b36e1fa900644ba7a48029783692015e045dae5913abf2 SHA512 0082e632ce0a9e06e225013a8079eb77311f62f7e1b1f2a8d05c18f6e1415dfb1db271bef102aed5ea78b841e8b89e191a452014ee0eed17517d7f45e101d74c DIST jama125.zip 16277 BLAKE2B aa62cd3983fe32d96cf8db8569e32a08d6c78f90840d206778295d408a66de2055cd4e5dcf8547b79ec8ce92627430f2f3b63745ea318eba4612322183840340 SHA512 773cbf98de2384df5429db3ecc117304934a1de1c24ee1f342ededae8bdc9747e3bb5ec0d3cd7fde62b2ee13ee2e0c6e86f6b30c7082036bd5b224b76592b4f9 -EBUILD jama-1.2.5.ebuild 628 BLAKE2B df5f1643f38481b26f8895beb1da2471b2d0bb2d7dfb73cfe7587dbc99f5a7bf29757095bf1ce211da25202f96e58f7995efce5d8d1ed248ee8bdb6867a47cee SHA512 f3e23e0f7ba952a66f7586cec23eed43e8e6604e7af211cac9dec90fa2de11bcc58e2a17ba6713b1e7972714004b26ed71c328c2d66143eb2f3a1e5d1868c310 +EBUILD jama-1.2.5-r1.ebuild 548 BLAKE2B 97f5478109eb1b3fa3dbf23d62b8929d2685832d82edf78dbd20b5352c3e018920e6f958925cb2dd333946b8e2aaae7a67877ad948f5f481a5306862d57b807a SHA512 bd587e3334de0d05b4873b7ebd70bf02ee98dde6da63d4f9bc316736c2c930ed7ac17f99ad2ed2311bfac63533398855918c86037ac25fc7cb5dc2135e250767 MISC metadata.xml 582 BLAKE2B 8b06a64a5251b997564d57b3b28d6b9c27b4f61b63da702d745207facdc50268bd7b95be36f4333264e8a014bea5bd18a8f6bb6f492af64cdaf41ba9d8668711 SHA512 15951d5a00e39b99b3368490ccb46ff96da55f7c5e707e44c459fc022f0eaa5d5d0d3272b996883d987690cb9ec3e3917d3613118f5f9eb392df4a6e054a43f0 diff --git a/sci-libs/jama/jama-1.2.5-r1.ebuild b/sci-libs/jama/jama-1.2.5-r1.ebuild new file mode 100644 index 000000000000..f2dafa318d92 --- /dev/null +++ b/sci-libs/jama/jama-1.2.5-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Java-like matrix C++ templates" +HOMEPAGE="https://math.nist.gov/tnt/" +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" + +RDEPEND="sci-libs/tnt" +BDEPEND="app-arch/unzip" + +src_install() { + doheader *.h + + use doc && HTML_DOCS=( doxygen/html/. ) + einstalldocs +} diff --git a/sci-libs/jama/jama-1.2.5.ebuild b/sci-libs/jama/jama-1.2.5.ebuild deleted file mode 100644 index 7d96ea39577f..000000000000 --- a/sci-libs/jama/jama-1.2.5.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit versionator - -MYP="${PN}$(replace_all_version_separators '')" -DOCPV=102 - -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 )" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="doc" - -DEPEND="app-arch/unzip" -RDEPEND="sci-libs/tnt" - -S="${WORKDIR}" - -src_install() { - doheader *.h - - use doc && HTML_DOCS=( doxygen/html/. ) - einstalldocs -} -- cgit v1.2.3