diff options
author | 2023-12-21 13:53:37 -0500 | |
---|---|---|
committer | 2024-01-22 06:29:09 -0500 | |
commit | ba7a08e2845198ba81aa8085013cc26ab28a96c2 (patch) | |
tree | ead98d1b47c492b44fbc85645e3d25384b60c486 /dev-gap | |
parent | dev-gap/images: new package, add 1.3.1 (diff) | |
download | gentoo-ba7a08e2845198ba81aa8085013cc26ab28a96c2.tar.gz gentoo-ba7a08e2845198ba81aa8085013cc26ab28a96c2.tar.bz2 gentoo-ba7a08e2845198ba81aa8085013cc26ab28a96c2.zip |
dev-gap/liealgdb: new package, add 2.2.1
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'dev-gap')
-rw-r--r-- | dev-gap/liealgdb/Manifest | 1 | ||||
-rw-r--r-- | dev-gap/liealgdb/liealgdb-2.2.1.ebuild | 17 | ||||
-rw-r--r-- | dev-gap/liealgdb/metadata.xml | 35 |
3 files changed, 53 insertions, 0 deletions
diff --git a/dev-gap/liealgdb/Manifest b/dev-gap/liealgdb/Manifest new file mode 100644 index 000000000000..b505e6f74f87 --- /dev/null +++ b/dev-gap/liealgdb/Manifest @@ -0,0 +1 @@ +DIST liealgdb-2.2.1.tar.gz 559693 BLAKE2B 735e19622ecb982a8365ff5f5ad08fd9f40c23d9f215984841cba5cdb23f1b4c336fc90fe6f5a434d24acf3e41f048023b68e814946a39309fdb24bc68fd8179 SHA512 4c4991ce8baeefb70ea28e6f094936c72dc3dc397f8b3e06f86cd89693bdaa9b607c7868efc896bec6ba6f96f904bd90ffee5590dce2266bd9f578f6dcd6d7d6 diff --git a/dev-gap/liealgdb/liealgdb-2.2.1.ebuild b/dev-gap/liealgdb/liealgdb-2.2.1.ebuild new file mode 100644 index 000000000000..42b7641cbfef --- /dev/null +++ b/dev-gap/liealgdb/liealgdb-2.2.1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit gap-pkg + +DESCRIPTION="A database of Lie algebras" +SLOT="0" +SRC_URI="https://github.com/gap-packages/${PN}/releases/download/v${PV}/${P}.tar.gz" + +LICENSE="GPL-2+" +KEYWORDS="~amd64" + +DOCS=( CHANGES.md README ) + +gap-pkg_enable_tests diff --git a/dev-gap/liealgdb/metadata.xml b/dev-gap/liealgdb/metadata.xml new file mode 100644 index 000000000000..057bb712458c --- /dev/null +++ b/dev-gap/liealgdb/metadata.xml @@ -0,0 +1,35 @@ +<?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"> + LieAlgDB provides access to several classifications of Lie algebras. + In the mathematics literature many classifications of Lie algebras + of various types have been published. This package aims at making a + few classifications of small dimensional Lie algebras that have + appeared in recent years more accessible. For each classification + that is contained in the package, functions are provided that + construct Lie algebras from that classification inside GAP. This + allows the user to obtain easy access to the often rather + complicated data contained in a classification, and to directly + interface the Lie algebras to the functionality for Lie algebras + which is already contained in GAP. + </longdescription> + <upstream> + <remote-id type="github">gap-packages/liealgdb</remote-id> + </upstream> +</pkgmetadata> |