summaryrefslogtreecommitdiff
path: root/dev-gap/autpgrp
diff options
context:
space:
mode:
Diffstat (limited to 'dev-gap/autpgrp')
-rw-r--r--dev-gap/autpgrp/Manifest3
-rw-r--r--dev-gap/autpgrp/autpgrp-1.11.ebuild18
-rw-r--r--dev-gap/autpgrp/metadata.xml31
3 files changed, 52 insertions, 0 deletions
diff --git a/dev-gap/autpgrp/Manifest b/dev-gap/autpgrp/Manifest
new file mode 100644
index 000000000000..4e68ae04e4c1
--- /dev/null
+++ b/dev-gap/autpgrp/Manifest
@@ -0,0 +1,3 @@
+DIST autpgrp-1.11.tar.gz 197242 BLAKE2B c3d3a06d598b565aa56a41c745d615b67470046455c2a105374383ffd094c136700b19440a28d9254c68ef41a8351600947ce53621c16d1f0b57de1f651c7884 SHA512 2fed6a0448103259f394e96f0ea3ace6f36ef42c616c51f22f67287edda99f66c6e7b4a9cde4f6549925e20c118c64466e4f5201cac51bde823be5d5647696f3
+EBUILD autpgrp-1.11.ebuild 396 BLAKE2B 125f87b56ddcb3af06a54ca0cae28d94ce75804bf8a27815a05a0682481589985fb55ab41d9613a50a3d3003b9547fccfbba886d1d179eb70e773c1fba08ea22 SHA512 159156b67435945254fa33879c96381ff537e3cc88b34d23dadac0a9e0b39565eb6fa5a6ca5c190d3fff0d84b5face914ce5b7ad1d99c5c7b7fc5f3fe6107b98
+MISC metadata.xml 1207 BLAKE2B 13652f1b554f16dc7e3530e247ef2f65240e7b7c41bbf8f5ef7b38fae8b8baf2da110f1512f733b75d2140708584192f4c6fb63bfbc0f0bd8bab854704317aef SHA512 d31faff72409051afa9bc6c48aa0b69a56780eeecad73eb23a6fd463523c8c739433b4d37a62eea5f6fb819b0fad1195e387d6ec95432a1a8083591a92ca355a
diff --git a/dev-gap/autpgrp/autpgrp-1.11.ebuild b/dev-gap/autpgrp/autpgrp-1.11.ebuild
new file mode 100644
index 000000000000..a92b8f48d114
--- /dev/null
+++ b/dev-gap/autpgrp/autpgrp-1.11.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gap-pkg
+
+DESCRIPTION="Computing the Automorphism Group of a p-Group"
+SLOT="0"
+SRC_URI="https://github.com/gap-packages/${PN}/releases/download/v${PV}/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+KEYWORDS="~amd64"
+
+DOCS=( README CHANGES.md )
+
+GAP_PKG_HTML_DOCDIR="htm"
+gap-pkg_enable_tests
diff --git a/dev-gap/autpgrp/metadata.xml b/dev-gap/autpgrp/metadata.xml
new file mode 100644
index 000000000000..d7915f99a38f
--- /dev/null
+++ b/dev-gap/autpgrp/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">
+ The AutPGrp package introduces a new function to compute the
+ automorphism group of a finite p-group. The underlying algorithm is
+ a refinement of the methods described in O'Brien (1995). In
+ particular, this implementation is more efficient in both time and
+ space requirements and hence has a wider range of applications than
+ the ANUPQ method. It also usually out-performs all but the method
+ designed for finite abelian groups.
+ </longdescription>
+ <upstream>
+ <remote-id type="github">gap-packages/autpgrp</remote-id>
+ </upstream>
+</pkgmetadata>