diff --git a/dev-gap/sonata/Manifest b/dev-gap/sonata/Manifest new file mode 100644 index 0000000000000..216847bc7dcbc --- /dev/null +++ b/dev-gap/sonata/Manifest @@ -0,0 +1 @@ +DIST sonata-2.9.6.tar.gz 1685036 BLAKE2B 3aeebfb1bca10b49e09220db0b33d1454b9536825030b027ecf8ba35645d764234b43adacd7e3ada8c4aaea25d6f19ca39672546e4e9347950ca0c310f23a7ed SHA512 fda8c4c2b9f22c971edc23fee8f47bc49973bf3864ce5ba29839566c1cd9e4c859323222e83303c86cb23c7139c931d8a087fab9fd6c6875519f1a087626cdcb diff --git a/dev-gap/sonata/metadata.xml b/dev-gap/sonata/metadata.xml new file mode 100644 index 0000000000000..45e966acb0995 --- /dev/null +++ b/dev-gap/sonata/metadata.xml @@ -0,0 +1,52 @@ + + + + + mjo@gentoo.org + + + frp.bissey@gmail.com + François Bissey + + + proxy-maint@gentoo.org + Proxy Maintainers + + + sci-mathematics@gentoo.org + Gentoo Mathematics Project + + + SONATA stands for "systems of nearrings and their applications." It + provides methods for the construction and the analysis of finite + nearrings: + + * Methods for constructing all endomorphisms and all + fixed-point-free automorphisms of a given group. + + * Methods for constructing the following nearrings of functions on + a group G: the nearring of polynomial functions of G (in the sense + of Lausch-Nöbauer); the nearring of compatible functions of G; + distributively generated nearrings such as I(G), A(G), E(G); + centralizer nearrings. + + * A library of all small nearrings (up to order 15) and all small + nearrings with identity (up to order 31). + + * Functions to obtain solvable fixed-point-free automorphism + groups on abelian groups, nearfields, planar nearrings, as well + as designs from those. + + * Various functions to study the structure (size, ideals, + N-groups, ...) of nearrings, to determine properties of nearring + elements, and to decide whether two nearrings are isomorphic. + + * If the package XGAP is installed, the lattices of one- and + two-sided ideals of a nearring can be studied interactively using + a graphical representation + + + + gap-packages/sonata + + diff --git a/dev-gap/sonata/sonata-2.9.6.ebuild b/dev-gap/sonata/sonata-2.9.6.ebuild new file mode 100644 index 0000000000000..b444b3fe3e9a5 --- /dev/null +++ b/dev-gap/sonata/sonata-2.9.6.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit gap-pkg + +DESCRIPTION="System of finite nearrings and their applications" +SRC_URI="https://github.com/gap-packages/${PN}/releases/download/v${PV}/${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64" + +GAP_PKG_EXTRA_INSTALL=( grp nr nri ) +gap-pkg_enable_tests