summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2023-12-21 10:10:26 -0500
committerMichael Orlitzky <mjo@gentoo.org>2024-01-22 06:28:58 -0500
commitf6a03a1131372d1e96bbcbfa5f7aba3c840f2196 (patch)
treea42abbe2b741b9b2f0ec9e2671303cc883d24c59
parentdev-gap/factint: new package, add 1.6.3 (diff)
downloadgentoo-f6a03a1131372d1e96bbcbfa5f7aba3c840f2196.tar.gz
gentoo-f6a03a1131372d1e96bbcbfa5f7aba3c840f2196.tar.bz2
gentoo-f6a03a1131372d1e96bbcbfa5f7aba3c840f2196.zip
dev-gap/autpgrp: new package, add 1.11
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
-rw-r--r--dev-gap/autpgrp/Manifest1
-rw-r--r--dev-gap/autpgrp/autpgrp-1.11.ebuild18
-rw-r--r--dev-gap/autpgrp/metadata.xml31
3 files changed, 50 insertions, 0 deletions
diff --git a/dev-gap/autpgrp/Manifest b/dev-gap/autpgrp/Manifest
new file mode 100644
index 000000000000..95e92bce0cab
--- /dev/null
+++ b/dev-gap/autpgrp/Manifest
@@ -0,0 +1 @@
+DIST autpgrp-1.11.tar.gz 197242 BLAKE2B c3d3a06d598b565aa56a41c745d615b67470046455c2a105374383ffd094c136700b19440a28d9254c68ef41a8351600947ce53621c16d1f0b57de1f651c7884 SHA512 2fed6a0448103259f394e96f0ea3ace6f36ef42c616c51f22f67287edda99f66c6e7b4a9cde4f6549925e20c118c64466e4f5201cac51bde823be5d5647696f3
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>