summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2023-12-21 10:16:27 -0500
committerMichael Orlitzky <mjo@gentoo.org>2024-01-22 06:28:59 -0500
commit668babcdd585d44872b567617d7a82520d95161a (patch)
tree2bfbd518154395608b8cf187e5413effda4a7a4f /dev-gap/alnuth
parentdev-gap/polycyclic: new package, add 2.16 (diff)
downloadgentoo-668babcdd585d44872b567617d7a82520d95161a.tar.gz
gentoo-668babcdd585d44872b567617d7a82520d95161a.tar.bz2
gentoo-668babcdd585d44872b567617d7a82520d95161a.zip
dev-gap/alnuth: new package, add 3.2.1
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'dev-gap/alnuth')
-rw-r--r--dev-gap/alnuth/Manifest1
-rw-r--r--dev-gap/alnuth/alnuth-3.2.1.ebuild26
-rw-r--r--dev-gap/alnuth/metadata.xml29
3 files changed, 56 insertions, 0 deletions
diff --git a/dev-gap/alnuth/Manifest b/dev-gap/alnuth/Manifest
new file mode 100644
index 000000000000..4ea1f648fe7f
--- /dev/null
+++ b/dev-gap/alnuth/Manifest
@@ -0,0 +1 @@
+DIST alnuth-3.2.1.tar.gz 404249 BLAKE2B 32a20b64d61ee6552c01f7367a8d56421f6a272fef1645c9ee7962842fe085803b03a1b5732d0f7fbe1917effaf823a44b9e2f6fbc36aaa5e34a5341e80b8f5f SHA512 80e3062270e69aac3a547a03c6ebe15727dceb0fd824e83d46338b6750a41e5230a281f35f04b0c0c02ddb9c47b2f93e23a15438c4266c0886e98ddee55b16ce
diff --git a/dev-gap/alnuth/alnuth-3.2.1.ebuild b/dev-gap/alnuth/alnuth-3.2.1.ebuild
new file mode 100644
index 000000000000..c374614c8163
--- /dev/null
+++ b/dev-gap/alnuth/alnuth-3.2.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gap-pkg
+
+DESCRIPTION="Algebraic number theory and an interface to PARI/GP"
+SLOT="0"
+SRC_URI="https://github.com/gap-packages/${PN}/releases/download/v${PV}/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+KEYWORDS="~amd64"
+RESTRICT=test
+
+# Circular dependency alnuth->polycyclic->alnuth...
+RDEPEND="dev-gap/polycyclic"
+#BDEPEND="test? ( dev-gap/radiroot )"
+
+GAP_PKG_HTML_DOCDIR="htm"
+
+# The "exam" directory contains examples... but they're loaded by
+# read.g, and actually used by dev-gap/polenta!
+GAP_PKG_EXTRA_INSTALL=( exam gp )
+
+gap-pkg_enable_tests
diff --git a/dev-gap/alnuth/metadata.xml b/dev-gap/alnuth/metadata.xml
new file mode 100644
index 000000000000..50df16ddfa9d
--- /dev/null
+++ b/dev-gap/alnuth/metadata.xml
@@ -0,0 +1,29 @@
+<?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 Alnuth package provides various methods to compute with number
+ fields which are given by a defining polynomial or by
+ generators. Some of the methods provided in this package are written
+ in GAP code. The other part of the methods is imported from the
+ computer algebra system PARI/GP.
+ </longdescription>
+ <upstream>
+ <remote-id type="github">gap-packages/alnuth</remote-id>
+ </upstream>
+</pkgmetadata>