diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2023-12-21 10:23:29 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2024-01-22 06:29:01 -0500 |
commit | b90800c291c31addd1c67ce031cf4d0e9a53bdcb (patch) | |
tree | 5dec296f93fb2898a04d247698f727da6133ab0e | |
parent | dev-gap/irredsol: new package, add 1.4.4 (diff) | |
download | gentoo-b90800c291c31addd1c67ce031cf4d0e9a53bdcb.tar.gz gentoo-b90800c291c31addd1c67ce031cf4d0e9a53bdcb.tar.bz2 gentoo-b90800c291c31addd1c67ce031cf4d0e9a53bdcb.zip |
dev-gap/laguna: new package, add 3.9.6
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
-rw-r--r-- | dev-gap/laguna/Manifest | 1 | ||||
-rw-r--r-- | dev-gap/laguna/laguna-3.9.6.ebuild | 15 | ||||
-rw-r--r-- | dev-gap/laguna/metadata.xml | 29 |
3 files changed, 45 insertions, 0 deletions
diff --git a/dev-gap/laguna/Manifest b/dev-gap/laguna/Manifest new file mode 100644 index 000000000000..a7dadfdbf4e0 --- /dev/null +++ b/dev-gap/laguna/Manifest @@ -0,0 +1 @@ +DIST laguna-3.9.6.tar.gz 512654 BLAKE2B cf2f2ef444761b246e3ab670a86d58190e535661f01ab23850644d911a4e8d0a473559c6d7aa67e821b6ccefc5d34a9a36146269b136740c7441ebf174deefaa SHA512 dc00485e629481ff1bf4cf8e2eaa0c048abf292e93709d5c59ee2a5fd4ebafccfe330527846b60ae7304ba61885272b864955100ea61582eb92a03e5dfb7d7b4 diff --git a/dev-gap/laguna/laguna-3.9.6.ebuild b/dev-gap/laguna/laguna-3.9.6.ebuild new file mode 100644 index 000000000000..36b3daf90cf4 --- /dev/null +++ b/dev-gap/laguna/laguna-3.9.6.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit gap-pkg + +DESCRIPTION="Lie AlGebras and UNits of group Algebras" +SLOT="0" +SRC_URI="https://github.com/gap-packages/${PN}/releases/download/v${PV}/${P}.tar.gz" + +LICENSE="GPL-2+" +KEYWORDS="~amd64" + +gap-pkg_enable_tests diff --git a/dev-gap/laguna/metadata.xml b/dev-gap/laguna/metadata.xml new file mode 100644 index 000000000000..e99ef5f5451f --- /dev/null +++ b/dev-gap/laguna/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 LAGUNA package replaces the LAG package and provides + functionality for calculation of the normalized unit group of the + modular group algebra of the finite p-group and for investigation of + Lie algebra associated with group algebras and other associative + algebras. + </longdescription> + <upstream> + <remote-id type="github">gap-packages/laguna</remote-id> + </upstream> +</pkgmetadata> |