diff options
author | 2023-12-21 10:20:28 -0500 | |
---|---|---|
committer | 2024-01-22 06:29:00 -0500 | |
commit | 6a0b8ef7c37d7d6f5f550404b84aa2369a455377 (patch) | |
tree | 840e7cfa436d5009d5f679cf97f60cc6e043ed47 /dev-gap/radiroot/radiroot-2.9.ebuild | |
parent | dev-gap/polycyclic: add PDEPEND=dev-gap/alnuth and enable tests (diff) | |
download | gentoo-6a0b8ef7c37d7d6f5f550404b84aa2369a455377.tar.gz gentoo-6a0b8ef7c37d7d6f5f550404b84aa2369a455377.tar.bz2 gentoo-6a0b8ef7c37d7d6f5f550404b84aa2369a455377.zip |
dev-gap/radiroot: new package, add 2.9
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'dev-gap/radiroot/radiroot-2.9.ebuild')
-rw-r--r-- | dev-gap/radiroot/radiroot-2.9.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-gap/radiroot/radiroot-2.9.ebuild b/dev-gap/radiroot/radiroot-2.9.ebuild new file mode 100644 index 000000000000..ce57aefc3285 --- /dev/null +++ b/dev-gap/radiroot/radiroot-2.9.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="Roots of a polynomial as radicals in GAP" +SLOT="0" +SRC_URI="https://github.com/gap-packages/${PN}/releases/download/v${PV}/${P}.tar.gz" + +LICENSE="GPL-2" +KEYWORDS="~amd64" + +RDEPEND="dev-gap/alnuth" + +GAP_PKG_HTML_DOCDIR="htm" +gap-pkg_enable_tests |