Skip to content

Commit

Permalink
dev-gap/genss: new package, add 1.6.8
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Orlitzky <[email protected]>
  • Loading branch information
orlitzky committed Jan 22, 2024
1 parent 91e71cb commit 2caa5b3
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-gap/genss/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST genss-1.6.8.tar.bz2 310479 BLAKE2B 8d1675b3d40e5d654ca812cba0c8dcd81a083a4a2151e2b819ae105a1b776064edaa57c30563ca17d12cb767649861fb010df44e4dfea51defc91daa74f6a8eb SHA512 b590e8bc18bb456394c272ae2e2caaa9cc50576bc8bf5acfc38ef85ffa3822a83e2b85fac75f25e8fd5f9455b07bd8573ed500fdc5e7ae8b25787532c8a387e2
24 changes: 24 additions & 0 deletions dev-gap/genss/genss-1.6.8.ebuild
Original file line number Diff line number Diff line change
@@ -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
}
27 changes: 27 additions & 0 deletions dev-gap/genss/metadata.xml
Original file line number Diff line number Diff line change
@@ -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>[email protected]</email>
</maintainer>
<maintainer type="person">
<email>[email protected]</email>
<name>François Bissey</name>
</maintainer>
<maintainer type="project" proxied="proxy">
<email>[email protected]</email>
<name>Proxy Maintainers</name>
</maintainer>
<maintainer type="project">
<email>[email protected]</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>

0 comments on commit 2caa5b3

Please sign in to comment.