summaryrefslogtreecommitdiff
path: root/dev-gap/aclib
diff options
context:
space:
mode:
Diffstat (limited to 'dev-gap/aclib')
-rw-r--r--dev-gap/aclib/Manifest3
-rw-r--r--dev-gap/aclib/aclib-1.3.2.ebuild21
-rw-r--r--dev-gap/aclib/metadata.xml28
3 files changed, 52 insertions, 0 deletions
diff --git a/dev-gap/aclib/Manifest b/dev-gap/aclib/Manifest
new file mode 100644
index 000000000000..b63ef0fd1893
--- /dev/null
+++ b/dev-gap/aclib/Manifest
@@ -0,0 +1,3 @@
+DIST aclib-1.3.2.tar.gz 265688 BLAKE2B 664e61b5aa5bb284d24f17bf49e5e87e765ae2c913adbddace292d220ee4a1d6b568453d69198540c5c4d4b16928255911095ea61bb6cd796ba755b43370a247 SHA512 2d6e647850c612c2d85bb2608f0fad0a7a1c892da8c7b04e34af5ab6adb320f16c9e4af1876cd03223eebc39e189945ca6f197f3e9eb5cd50d823bef56e9a5d0
+EBUILD aclib-1.3.2.ebuild 507 BLAKE2B c19be3bdbe2804f411a26a06ca657575f48146a969050a96917933105b56bfc4246a7d6456e5a92ab769437164436b2069764364e8a3e39db3fd0c931915640a SHA512 0201f6577a30474c1acb1ccf4add6f665f8a72be871086866f5a49a4fc48b466584d99a445a251921fb85a6a477370839d80ee9ddc2d0e5c0892586ce1cd203c
+MISC metadata.xml 1028 BLAKE2B 1afc86d0c72aa624d21c18230a0341e004d2911f4f87d194467fc97c43544258c1402b623e49a44bde7bdf40ee4be9fcf024721167e0497ffdf0b6841afa7fe0 SHA512 0d8365c7068663925e38e651b2971bb5406fed0e25b710bb73942f846019ff1146bbf0127dbbc323beee975402c06a6bec7acbadad1f1b6b2b1c0317bfba4035
diff --git a/dev-gap/aclib/aclib-1.3.2.ebuild b/dev-gap/aclib/aclib-1.3.2.ebuild
new file mode 100644
index 000000000000..1665099667cc
--- /dev/null
+++ b/dev-gap/aclib/aclib-1.3.2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gap-pkg
+
+DESCRIPTION="Almost-crystallographic group library and algorithms for GAP"
+HOMEPAGE="https://www.gap-system.org/Packages/aclib.html"
+SRC_URI="https://github.com/gap-packages/${PN}/releases/download/v${PV}/${P}.tar.gz"
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="dev-gap/polycyclic"
+
+DOCS=( README doc/manual.pdf )
+
+GAP_PKG_HTML_DOCDIR="htm"
+gap-pkg_enable_tests
diff --git a/dev-gap/aclib/metadata.xml b/dev-gap/aclib/metadata.xml
new file mode 100644
index 000000000000..14163478dc97
--- /dev/null
+++ b/dev-gap/aclib/metadata.xml
@@ -0,0 +1,28 @@
+<?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">
+ The AClib package contains a library of almost crystallographic
+ groups and a some algorithms to compute with these groups. A group
+ is called almost crystallographic if it is finitely generated
+ nilpotent-by-finite and has no non-trivial finite normal subgroups.
+ </longdescription>
+ <upstream>
+ <remote-id type="github">gap-packages/aclib</remote-id>
+ </upstream>
+</pkgmetadata>