From ce163dcd0944d81d8406c9532b457535efca7a6d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 22 Jan 2024 16:48:54 +0000 Subject: gentoo auto-resync : 22:01:2024 - 16:48:54 --- dev-gap/hapcryst/Manifest | 3 +++ dev-gap/hapcryst/hapcryst-0.1.15.ebuild | 27 +++++++++++++++++++++++++++ dev-gap/hapcryst/metadata.xml | 27 +++++++++++++++++++++++++++ 3 files changed, 57 insertions(+) create mode 100644 dev-gap/hapcryst/Manifest create mode 100644 dev-gap/hapcryst/hapcryst-0.1.15.ebuild create mode 100644 dev-gap/hapcryst/metadata.xml (limited to 'dev-gap/hapcryst') diff --git a/dev-gap/hapcryst/Manifest b/dev-gap/hapcryst/Manifest new file mode 100644 index 000000000000..1d782f457d99 --- /dev/null +++ b/dev-gap/hapcryst/Manifest @@ -0,0 +1,3 @@ +DIST hapcryst-0.1.15.tar.gz 104280 BLAKE2B 6de9243b44f0ff026ed224b77bda8a86330c2813fcbe220f9147da3b4677bb70fd493dac76fedcc14dcbc8b57e0de8094114de076b22037367c7b20cbf489cab SHA512 c21a1df069ef1e9b67d1b66980df7553cb68eb64bb02d44ae3e2a7487b93ba64289aa4b8a0862cf52494f0a46ac8c3b0d7dd46c706a334777328609f1d718662 +EBUILD hapcryst-0.1.15.ebuild 523 BLAKE2B 553df0900e1354caa4516bdd6d66df827a3dd6a5f274418c5453ec09a41cc2a66f0f575138d8516a56b92b7cb79dedb7258daf844d26238af584ec3fa38c09b8 SHA512 59f182c615ad2939a6d3cfa05d71ecca3db86d5ff40ce51a1f7816c8f834d430b867a578a26f5262487941c732e1e19976e531665d23eb87393310fcd75a5081 +MISC metadata.xml 912 BLAKE2B 462a7de38643e9ddb6e6036d88b84c45f73e47a7d1540c4f3fde02874411482a0f5884b8ca17d0c342e96409c2140231d7398ed3e5a9bdc631b58370fc8e9f6d SHA512 7cbf5a17bd0d717d918303c979f102567fa8de18ba3598aee3636fcde249a25fd80d27d42c52ead52c777e01baf7125cc1ad6a231d68c17ee0b752925aa93293 diff --git a/dev-gap/hapcryst/hapcryst-0.1.15.ebuild b/dev-gap/hapcryst/hapcryst-0.1.15.ebuild new file mode 100644 index 000000000000..c68ce6b2cf52 --- /dev/null +++ b/dev-gap/hapcryst/hapcryst-0.1.15.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit gap-pkg + +DESCRIPTION="A HAP extension for crytallographic groups" +SRC_URI="https://github.com/gap-packages/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64" +IUSE="examples" + +RDEPEND="dev-gap/aclib + dev-gap/cryst + dev-gap/hap + dev-gap/polycyclic + dev-gap/polymaking" + +gap-pkg_enable_tests + +src_install() { + gap-pkg_src_install + use examples && dodoc -r examples +} diff --git a/dev-gap/hapcryst/metadata.xml b/dev-gap/hapcryst/metadata.xml new file mode 100644 index 000000000000..ae1b947d04cd --- /dev/null +++ b/dev-gap/hapcryst/metadata.xml @@ -0,0 +1,27 @@ + + + + + mjo@gentoo.org + + + frp.bissey@gmail.com + François Bissey + + + proxy-maint@gentoo.org + Proxy Maintainers + + + sci-mathematics@gentoo.org + Gentoo Mathematics Project + + + This is an extension to the HAP package by Graham Ellis. It + implements geometric methods for the calculation of resolutions of + Bieberbach groups. + + + gap-packages/hapcryst + + -- cgit v1.2.3