diff options
author | 2024-02-06 04:46:09 -0500 | |
---|---|---|
committer | 2024-02-07 16:17:58 -0500 | |
commit | 16ddcc9892c728fa66ade3400ef297f6c5cfb557 (patch) | |
tree | 353051bc109bfe96279e3ec924fa1e812c281468 /dev-gap/transgrp/transgrp-3.6.5.ebuild | |
parent | net-print/epson-inkjet-printer-escpr: Add missing patch (diff) | |
download | gentoo-16ddcc9892c728fa66ade3400ef297f6c5cfb557.tar.gz gentoo-16ddcc9892c728fa66ade3400ef297f6c5cfb557.tar.bz2 gentoo-16ddcc9892c728fa66ade3400ef297f6c5cfb557.zip |
dev-gap/transgrp: add 3.6.5, drop 3.6.4
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'dev-gap/transgrp/transgrp-3.6.5.ebuild')
-rw-r--r-- | dev-gap/transgrp/transgrp-3.6.5.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-gap/transgrp/transgrp-3.6.5.ebuild b/dev-gap/transgrp/transgrp-3.6.5.ebuild new file mode 100644 index 000000000000..80bb3737b1c1 --- /dev/null +++ b/dev-gap/transgrp/transgrp-3.6.5.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit gap-pkg + +DESCRIPTION="GAP transitive groups library" +SLOT="0" +SRC_URI="https://www.math.colostate.edu/~hulpke/${PN}/${PN}${PV}.tar.gz" +S="${WORKDIR}/${PN}" + +# Data format is licensed Artistic-2 +# Code is licensed GPL-3 +LICENSE="GPL-3 Artistic-2" +KEYWORDS="~amd64" + +# This is one of the four required packages whose dependencies are all +# listed explicitly. +BDEPEND="test? ( dev-gap/gapdoc dev-gap/smallgrp )" + +# Again, this is one of the four special packages that won't have gapdoc +# auto-loaded for its test suite. +PATCHES=( "${FILESDIR}/${P}-load-gapdoc-before-tests.patch" ) + +GAP_PKG_HTML_DOCDIR="htm" +GAP_PKG_EXTRA_INSTALL=( data ) +gap-pkg_enable_tests |