From 530a5a826feeb71085fb8a01927f4d775a0b131b Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 24 Nov 2024 03:02:55 +0000 Subject: gentoo auto-resync : 24:11:2024 - 03:02:54 --- dev-gap/hap/Manifest | 4 ++-- dev-gap/hap/hap-1.62.ebuild | 54 --------------------------------------------- dev-gap/hap/hap-1.66.ebuild | 54 +++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 56 insertions(+), 56 deletions(-) delete mode 100644 dev-gap/hap/hap-1.62.ebuild create mode 100644 dev-gap/hap/hap-1.66.ebuild (limited to 'dev-gap/hap') diff --git a/dev-gap/hap/Manifest b/dev-gap/hap/Manifest index dd15ab719a89..896ff06d518f 100644 --- a/dev-gap/hap/Manifest +++ b/dev-gap/hap/Manifest @@ -1,3 +1,3 @@ -DIST hap-1.62.tar.gz 44564125 BLAKE2B d0b3d1efd8404771009aea67129cb96c024c16e3cca8ab0528625622a038e8da7e0b8462dbdf7ecc7cad9ab06a4495f120c41c3bce6ca65c3674f4f7abcd55c1 SHA512 213b836e12688408cb27113b2f3c3e433ebb1a059860a82dd61840e7136c4e32ee911bd16fd59593800beee7dc6bab288e5353a3d90f5df27514290a83a801c3 -EBUILD hap-1.62.ebuild 1414 BLAKE2B c92041a4a4325776f97644bc50ed59ceb2454b41db96ddbcb7e27ba184e6099204db96843dba67679a72feb629f26d0bd7b11f7508eadbad715861237c21975b SHA512 9a5c271bbb64a92482ca616ea7882ba8f9e74190f00a3d5424e06c8c0320a86c9839effff7348483c8ea970e10b2734db3e7e608f323628e6310f28b64304540 +DIST hap-1.66.tar.gz 46401276 BLAKE2B 46a8e1a40533b0b1915f31594826299c4c49eb72a850a16751e307341d84cac2f69a15820c1a0b4f0a058e5df36fe249c91d11a32d31abf728db6667712cb87f SHA512 a4bbe00f31982ad20f5a712d1d1a43df578ed97e6ea657273c6836510a74bc4504a65964d0467920fca00de98d5ba38b5db4c05df4dc012426dc650ec9d79d84 +EBUILD hap-1.66.ebuild 1414 BLAKE2B c92041a4a4325776f97644bc50ed59ceb2454b41db96ddbcb7e27ba184e6099204db96843dba67679a72feb629f26d0bd7b11f7508eadbad715861237c21975b SHA512 9a5c271bbb64a92482ca616ea7882ba8f9e74190f00a3d5424e06c8c0320a86c9839effff7348483c8ea970e10b2734db3e7e608f323628e6310f28b64304540 MISC metadata.xml 1377 BLAKE2B a210ac56246e1de6b3b1241045ede74c3997e7f8d2333bb5e307f24eb8e988b283a3971d538261a01d7f87a95fecff1266219ae7eb46d4b6164f8514a03f2fbd SHA512 8f38dcd881412d137e40361816a718de94bbcfe8d87cafe36d9bc8ea6a4fd07a617e2d5f4f37b2d2f46df9ab7f1a0d0ec8dfa7300bc4b074a4009d341349eb39 diff --git a/dev-gap/hap/hap-1.62.ebuild b/dev-gap/hap/hap-1.62.ebuild deleted file mode 100644 index df5a4545699f..000000000000 --- a/dev-gap/hap/hap-1.62.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 ~riscv" -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.66.ebuild b/dev-gap/hap/hap-1.66.ebuild new file mode 100644 index 000000000000..df5a4545699f --- /dev/null +++ b/dev-gap/hap/hap-1.66.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 ~riscv" +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