diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2023-12-21 17:55:25 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2024-01-22 06:29:15 -0500 |
commit | cddbf002eab1b7dd1f150322e9377f87f0bf2023 (patch) | |
tree | 398821e7d3eb7d237e9624972e533dbd755839e6 /dev-gap | |
parent | dev-gap/hap: new package, add 1.60 (diff) | |
download | gentoo-cddbf002eab1b7dd1f150322e9377f87f0bf2023.tar.gz gentoo-cddbf002eab1b7dd1f150322e9377f87f0bf2023.tar.bz2 gentoo-cddbf002eab1b7dd1f150322e9377f87f0bf2023.zip |
dev-gap/hapcryst: new package, add 0.1.15
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'dev-gap')
-rw-r--r-- | dev-gap/hapcryst/Manifest | 1 | ||||
-rw-r--r-- | dev-gap/hapcryst/hapcryst-0.1.15.ebuild | 27 | ||||
-rw-r--r-- | dev-gap/hapcryst/metadata.xml | 27 |
3 files changed, 55 insertions, 0 deletions
diff --git a/dev-gap/hapcryst/Manifest b/dev-gap/hapcryst/Manifest new file mode 100644 index 000000000000..8681a854518a --- /dev/null +++ b/dev-gap/hapcryst/Manifest @@ -0,0 +1 @@ +DIST hapcryst-0.1.15.tar.gz 104280 BLAKE2B 6de9243b44f0ff026ed224b77bda8a86330c2813fcbe220f9147da3b4677bb70fd493dac76fedcc14dcbc8b57e0de8094114de076b22037367c7b20cbf489cab SHA512 c21a1df069ef1e9b67d1b66980df7553cb68eb64bb02d44ae3e2a7487b93ba64289aa4b8a0862cf52494f0a46ac8c3b0d7dd46c706a334777328609f1d718662 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>mjo@gentoo.org</email> + </maintainer> + <maintainer type="person"> + <email>frp.bissey@gmail.com</email> + <name>François Bissey</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> + <maintainer type="project"> + <email>sci-mathematics@gentoo.org</email> + <name>Gentoo Mathematics Project</name> + </maintainer> + <longdescription lang="en"> + This is an extension to the HAP package by Graham Ellis. It + implements geometric methods for the calculation of resolutions of + Bieberbach groups. + </longdescription> + <upstream> + <remote-id type="github">gap-packages/hapcryst</remote-id> + </upstream> +</pkgmetadata> |