summaryrefslogtreecommitdiff
path: root/dev-gap/cryst
diff options
context:
space:
mode:
Diffstat (limited to 'dev-gap/cryst')
-rw-r--r--dev-gap/cryst/Manifest3
-rw-r--r--dev-gap/cryst/cryst-4.1.26.ebuild19
-rw-r--r--dev-gap/cryst/metadata.xml31
3 files changed, 53 insertions, 0 deletions
diff --git a/dev-gap/cryst/Manifest b/dev-gap/cryst/Manifest
new file mode 100644
index 000000000000..a36ef81980fb
--- /dev/null
+++ b/dev-gap/cryst/Manifest
@@ -0,0 +1,3 @@
+DIST cryst-4.1.26.tar.gz 254374 BLAKE2B 463c66fe08c9f074f8362de412ad71064b631ddeb2a32eb3745f4227c700af21e942196bfb8608bb095d9c31be5f392b353b87bb08e1c40c6b83c1a2834580fe SHA512 f8dbe9c656fe9cc489ad9566242b7b730c8804da348ef81729aef66fb2228bf35311c889e174b169aaaf9a553a5f16428be39f756d66a88f4ce634230132202a
+EBUILD cryst-4.1.26.ebuild 422 BLAKE2B 41b7253368407a429da941704b68aba3a7718c36902270c43deb03b8ab56b749bf248822b84554b7ef1d84a2be20fab60e58c2275478b0a569e86192a0d15916 SHA512 4605a61f6bc800d8dd1e987a305f8c1bfec25e647fa86fc9f0db7f12bef2f84b74ebce4a3f8b7ed34213a0351e0c4169c9791586af84df8e334cde1e1e058d04
+MISC metadata.xml 1211 BLAKE2B d820bbc2982a7985492d44f8c921ceca9f96909708abba4e2bd00fa78ce82c1d89a3a228499c595b8d03abb52d6041abc75f69f765921f448d9144b651bb46fb SHA512 063d02036e1621ac4e12dc772ad05104d2d31d831a7acac72ed829c6750fbc52cca592214c390b3092c715bffe08138e2c61b503ecd1886081df77ad3c452d26
diff --git a/dev-gap/cryst/cryst-4.1.26.ebuild b/dev-gap/cryst/cryst-4.1.26.ebuild
new file mode 100644
index 000000000000..0b21d0ee0457
--- /dev/null
+++ b/dev-gap/cryst/cryst-4.1.26.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gap-pkg
+
+DESCRIPTION="GAP package for computing with crystallographic groups"
+SLOT="0"
+SRC_URI="https://www.math.uni-bielefeld.de/~gaehler/gap/Cryst/${P}.tar.gz"
+S="${WORKDIR}/${PN}"
+
+LICENSE="GPL-2+"
+KEYWORDS="~amd64"
+
+RDEPEND="dev-gap/polycyclic"
+
+GAP_PKG_EXTRA_INSTALL=( grp )
+gap-pkg_enable_tests
diff --git a/dev-gap/cryst/metadata.xml b/dev-gap/cryst/metadata.xml
new file mode 100644
index 000000000000..dc8f4bef777e
--- /dev/null
+++ b/dev-gap/cryst/metadata.xml
@@ -0,0 +1,31 @@
+<?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 package, previously known as CrystGAP, provides a rich set of
+ methods for the computation with affine crystallographic groups, in
+ particular space groups. Affine crystallographic groups are fully
+ supported both in representations acting from the right or from the
+ left, the latter one being preferred by crystallographers. Functions
+ to determine representatives of all space group types of a given
+ dimension are also provided.
+ </longdescription>
+ <upstream>
+ <remote-id type="github">gap-packages/cryst</remote-id>
+ </upstream>
+</pkgmetadata>