summaryrefslogtreecommitdiff
path: root/dev-gap/hapcryst
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-01-22 16:48:54 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-01-22 16:48:54 +0000
commitce163dcd0944d81d8406c9532b457535efca7a6d (patch)
treef7deea170544ce69e03c037101b7b5c1277966b4 /dev-gap/hapcryst
parent05ee8049e2326946a2cd1720f98384c864f0a804 (diff)
gentoo auto-resync : 22:01:2024 - 16:48:54
Diffstat (limited to 'dev-gap/hapcryst')
-rw-r--r--dev-gap/hapcryst/Manifest3
-rw-r--r--dev-gap/hapcryst/hapcryst-0.1.15.ebuild27
-rw-r--r--dev-gap/hapcryst/metadata.xml27
3 files changed, 57 insertions, 0 deletions
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 @@
+<?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>