mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-gap/autpgrp: new package, add 1.11
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
This commit is contained in:
1
dev-gap/autpgrp/Manifest
Normal file
1
dev-gap/autpgrp/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST autpgrp-1.11.tar.gz 197242 BLAKE2B c3d3a06d598b565aa56a41c745d615b67470046455c2a105374383ffd094c136700b19440a28d9254c68ef41a8351600947ce53621c16d1f0b57de1f651c7884 SHA512 2fed6a0448103259f394e96f0ea3ace6f36ef42c616c51f22f67287edda99f66c6e7b4a9cde4f6549925e20c118c64466e4f5201cac51bde823be5d5647696f3
|
||||
18
dev-gap/autpgrp/autpgrp-1.11.ebuild
Normal file
18
dev-gap/autpgrp/autpgrp-1.11.ebuild
Normal file
@@ -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
|
||||
31
dev-gap/autpgrp/metadata.xml
Normal file
31
dev-gap/autpgrp/metadata.xml
Normal file
@@ -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>
|
||||
Reference in New Issue
Block a user