summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2023-12-21 10:20:28 -0500
committerMichael Orlitzky <mjo@gentoo.org>2024-01-22 06:29:00 -0500
commit6a0b8ef7c37d7d6f5f550404b84aa2369a455377 (patch)
tree840e7cfa436d5009d5f679cf97f60cc6e043ed47
parentdev-gap/polycyclic: add PDEPEND=dev-gap/alnuth and enable tests (diff)
downloadgentoo-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>
-rw-r--r--dev-gap/radiroot/Manifest1
-rw-r--r--dev-gap/radiroot/metadata.xml28
-rw-r--r--dev-gap/radiroot/radiroot-2.9.ebuild18
3 files changed, 47 insertions, 0 deletions
diff --git a/dev-gap/radiroot/Manifest b/dev-gap/radiroot/Manifest
new file mode 100644
index 000000000000..212f8c056dcc
--- /dev/null
+++ b/dev-gap/radiroot/Manifest
@@ -0,0 +1 @@
+DIST radiroot-2.9.tar.gz 198792 BLAKE2B cbb79eab9def5b26a43b040d99dcb0e99dde465538fb4d5efcf8716be3525aed32f9b3600089167644298ffb0249f0450a99e6df52677ea4f7b43c99b991cdfe SHA512 f328bbfe5adf00c3c79630903e6c41685c0e0cdd62335fa4b912c2256cad276bbe02bcf26a461449e5869e7f859cba16905381b4109f1d4b364ef10ccf8ddc61
diff --git a/dev-gap/radiroot/metadata.xml b/dev-gap/radiroot/metadata.xml
new file mode 100644
index 000000000000..805d6e834f4f
--- /dev/null
+++ b/dev-gap/radiroot/metadata.xml
@@ -0,0 +1,28 @@
+<?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 package can compute and display an expression by radicals for
+ the roots of a solvable, rational polynomial. Related to this, it is
+ possible to create the Galois group and the splitting field of a
+ rational polynomial.
+ </longdescription>
+ <upstream>
+ <remote-id type="github">gap-packages/radiroot</remote-id>
+ </upstream>
+</pkgmetadata>
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