dev-gap/genss: new package, add 1.6.8

Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
This commit is contained in:
Michael Orlitzky
2023-12-21 17:52:31 -05:00
parent 91e71cbceb
commit 2caa5b3820
3 changed files with 52 additions and 0 deletions

1
dev-gap/genss/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST genss-1.6.8.tar.bz2 310479 BLAKE2B 8d1675b3d40e5d654ca812cba0c8dcd81a083a4a2151e2b819ae105a1b776064edaa57c30563ca17d12cb767649861fb010df44e4dfea51defc91daa74f6a8eb SHA512 b590e8bc18bb456394c272ae2e2caaa9cc50576bc8bf5acfc38ef85ffa3822a83e2b85fac75f25e8fd5f9455b07bd8573ed500fdc5e7ae8b25787532c8a387e2

View File

@@ -0,0 +1,24 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit gap-pkg
DESCRIPTION="GAP implementation of the randomized Schreier-Sims algorithm"
SLOT="0"
SRC_URI="https://github.com/gap-packages/${PN}/releases/download/v${PV}/${P}.tar.bz2"
LICENSE="GPL-3+"
KEYWORDS="~amd64"
IUSE="examples"
RDEPEND="dev-gap/io
dev-gap/orb"
gap-pkg_enable_tests
src_install() {
gap-pkg_src_install
use examples && dodoc -r examples
}

View File

@@ -0,0 +1,27 @@
<?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 genss package implements the randomised Schreier-Sims algorithm
to compute a stabiliser chain and a base and strong generating set
for arbitrary finite groups.
</longdescription>
<upstream>
<remote-id type="github">gap-packages/genss</remote-id>
</upstream>
</pkgmetadata>