From f4106f0cb3d17dc4c85cd4d45816e2c18a8d29e2 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 20 Mar 2024 01:00:14 +0000 Subject: gentoo auto-resync : 20:03:2024 - 01:00:13 --- dev-gap/hap/Manifest | 4 ++-- dev-gap/hap/hap-1.60.ebuild | 54 --------------------------------------------- dev-gap/hap/hap-1.62.ebuild | 54 +++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 56 insertions(+), 56 deletions(-) delete mode 100644 dev-gap/hap/hap-1.60.ebuild create mode 100644 dev-gap/hap/hap-1.62.ebuild (limited to 'dev-gap/hap') diff --git a/dev-gap/hap/Manifest b/dev-gap/hap/Manifest index 1f02194c1c15..e84d2e9bf3bd 100644 --- a/dev-gap/hap/Manifest +++ b/dev-gap/hap/Manifest @@ -1,3 +1,3 @@ -DIST hap-1.60.tar.gz 21322579 BLAKE2B 2ac276e33109fa6bb975ebe6f0cf1f503e9e6b3b29a2f4381723e84ba8659f54ddb66cec0470894d01edd64894691febb098a34a1e6366162037ea229a7c0e74 SHA512 fe121efe7d65d1ea7f156ff4cca04eeb95591ea44343b562ff34cbf5a702301630a8a92f7aca1ac12a46b9058b54b88fbd42621c1cdedaebf5e5702c72a34416 -EBUILD hap-1.60.ebuild 1407 BLAKE2B e22218fe72e32145ad0984baeeb62724b6c2684af1f3232819b3d09b58ea672948c842a65962ab2474ec7174d9213b5c1a91af442ae9d01acd005b0e4a99ae58 SHA512 5100c12597122c82e45d41f98e2fc4bd254229aa8ff445f1d2e6f366847354ce83be8da727cd41cdf64689474047b1a942644312819ef99052547726e77409c2 +DIST hap-1.62.tar.gz 44564125 BLAKE2B d0b3d1efd8404771009aea67129cb96c024c16e3cca8ab0528625622a038e8da7e0b8462dbdf7ecc7cad9ab06a4495f120c41c3bce6ca65c3674f4f7abcd55c1 SHA512 213b836e12688408cb27113b2f3c3e433ebb1a059860a82dd61840e7136c4e32ee911bd16fd59593800beee7dc6bab288e5353a3d90f5df27514290a83a801c3 +EBUILD hap-1.62.ebuild 1407 BLAKE2B e22218fe72e32145ad0984baeeb62724b6c2684af1f3232819b3d09b58ea672948c842a65962ab2474ec7174d9213b5c1a91af442ae9d01acd005b0e4a99ae58 SHA512 5100c12597122c82e45d41f98e2fc4bd254229aa8ff445f1d2e6f366847354ce83be8da727cd41cdf64689474047b1a942644312819ef99052547726e77409c2 MISC metadata.xml 1377 BLAKE2B a210ac56246e1de6b3b1241045ede74c3997e7f8d2333bb5e307f24eb8e988b283a3971d538261a01d7f87a95fecff1266219ae7eb46d4b6164f8514a03f2fbd SHA512 8f38dcd881412d137e40361816a718de94bbcfe8d87cafe36d9bc8ea6a4fd07a617e2d5f4f37b2d2f46df9ab7f1a0d0ec8dfa7300bc4b074a4009d341349eb39 diff --git a/dev-gap/hap/hap-1.60.ebuild b/dev-gap/hap/hap-1.60.ebuild deleted file mode 100644 index ef7a1b6988d4..000000000000 --- a/dev-gap/hap/hap-1.60.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit gap-pkg - -DESCRIPTION="Homological Algebra Programming (HAP) in GAP" -SRC_URI="https://github.com/gap-packages/${PN}/releases/download/v${PV}/${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND="dev-gap/aclib - dev-gap/crystcat - dev-gap/fga - dev-gap/nq - dev-gap/polycyclic" - -# Singular: https://docs.gap-system.org/pkg/hap/doc/chap14.html -# EDIM: https://docs.gap-system.org/pkg/hap/doc/chap11.html -# congruence is needed for ResolutionSL2Z() -# tst/testextra/3.6.1.tst calls LieAlgebra() from laguna -# EquivariantEuclideanSpace() in tst/testallV11/1.8.1.tst needs hapcryst -# -# The imagemagick "convert" utility is used in a few places, and it does -# actually need to be imagemagick (and not graphicsmagick) because e.g. -# ReadImageAsPureCubicalComplex parses the comment that only imagemagick -# puts at the top of a text file: -# -# https://github.com/gap-packages/hap/issues/115 -# -BDEPEND="test? ( - dev-gap/congruence - dev-gap/edim - dev-gap/hapcryst - dev-gap/laguna - dev-gap/polymaking - dev-gap/singular - media-gfx/imagemagick[png] -)" - -HTML_DOCS="www/* tutorial" - -GAP_PKG_EXTRA_INSTALL=( boolean ) -gap-pkg_enable_tests - -pkg_postinst() { - elog "Some optional functions require media-gfx/graphviz" - elog "to be installed at runtime." -} diff --git a/dev-gap/hap/hap-1.62.ebuild b/dev-gap/hap/hap-1.62.ebuild new file mode 100644 index 000000000000..ef7a1b6988d4 --- /dev/null +++ b/dev-gap/hap/hap-1.62.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit gap-pkg + +DESCRIPTION="Homological Algebra Programming (HAP) in GAP" +SRC_URI="https://github.com/gap-packages/${PN}/releases/download/v${PV}/${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64" +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND="dev-gap/aclib + dev-gap/crystcat + dev-gap/fga + dev-gap/nq + dev-gap/polycyclic" + +# Singular: https://docs.gap-system.org/pkg/hap/doc/chap14.html +# EDIM: https://docs.gap-system.org/pkg/hap/doc/chap11.html +# congruence is needed for ResolutionSL2Z() +# tst/testextra/3.6.1.tst calls LieAlgebra() from laguna +# EquivariantEuclideanSpace() in tst/testallV11/1.8.1.tst needs hapcryst +# +# The imagemagick "convert" utility is used in a few places, and it does +# actually need to be imagemagick (and not graphicsmagick) because e.g. +# ReadImageAsPureCubicalComplex parses the comment that only imagemagick +# puts at the top of a text file: +# +# https://github.com/gap-packages/hap/issues/115 +# +BDEPEND="test? ( + dev-gap/congruence + dev-gap/edim + dev-gap/hapcryst + dev-gap/laguna + dev-gap/polymaking + dev-gap/singular + media-gfx/imagemagick[png] +)" + +HTML_DOCS="www/* tutorial" + +GAP_PKG_EXTRA_INSTALL=( boolean ) +gap-pkg_enable_tests + +pkg_postinst() { + elog "Some optional functions require media-gfx/graphviz" + elog "to be installed at runtime." +} -- cgit v1.2.3