summaryrefslogtreecommitdiff
path: root/dev-gap/liealgdb
diff options
context:
space:
mode:
Diffstat (limited to 'dev-gap/liealgdb')
-rw-r--r--dev-gap/liealgdb/Manifest3
-rw-r--r--dev-gap/liealgdb/liealgdb-2.2.1.ebuild17
-rw-r--r--dev-gap/liealgdb/metadata.xml35
3 files changed, 55 insertions, 0 deletions
diff --git a/dev-gap/liealgdb/Manifest b/dev-gap/liealgdb/Manifest
new file mode 100644
index 000000000000..5e3c651d905b
--- /dev/null
+++ b/dev-gap/liealgdb/Manifest
@@ -0,0 +1,3 @@
+DIST liealgdb-2.2.1.tar.gz 559693 BLAKE2B 735e19622ecb982a8365ff5f5ad08fd9f40c23d9f215984841cba5cdb23f1b4c336fc90fe6f5a434d24acf3e41f048023b68e814946a39309fdb24bc68fd8179 SHA512 4c4991ce8baeefb70ea28e6f094936c72dc3dc397f8b3e06f86cd89693bdaa9b607c7868efc896bec6ba6f96f904bd90ffee5590dce2266bd9f578f6dcd6d7d6
+EBUILD liealgdb-2.2.1.ebuild 351 BLAKE2B 3d20d8ffb383bf2eff4cf289fd65731aa748ebd298b3beb60643709cab782847bca06460c65f31683a329fdeed0c6c2b40a9a3e7262558555e0c00f8a7164b92 SHA512 cf8a8cf7ec3417cd88726043ed78f1064ae80666dc357665e6af29ef49cdad850aaefe1bb0dc244186afcdd078abc2a242cf94553065663bbcfb9e020659dd75
+MISC metadata.xml 1481 BLAKE2B b2bb8e385a8954640d52bd5d8ed2cbeaa959b8bb9db38ed7186b979907def98dbcdf74674f86e75e4a3f3693c4053855f757153e4aac2adb730820e66329b81e SHA512 08109f684458266274dcaaccdeab24c7674864b16d6a017d8994e5353e5975344565772a97f6cebfcf2a25a3d89195ae6c658a4cea4251ec0755fbd04c3fae3a
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>