summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2023-12-21 13:57:20 -0500
committerMichael Orlitzky <mjo@gentoo.org>2024-01-22 06:29:09 -0500
commitcfa7ed01e2f948a0e53b2ef13ed0afec1797f03b (patch)
tree796b2669036203ffdfe35059edd7d36afde43f2a /dev-gap
parentdev-gap/liering: new package, add 2.4.2 (diff)
downloadgentoo-cfa7ed01e2f948a0e53b2ef13ed0afec1797f03b.tar.gz
gentoo-cfa7ed01e2f948a0e53b2ef13ed0afec1797f03b.tar.bz2
gentoo-cfa7ed01e2f948a0e53b2ef13ed0afec1797f03b.zip
dev-gap/loops: new package, add 3.4.3
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'dev-gap')
-rw-r--r--dev-gap/loops/Manifest1
-rw-r--r--dev-gap/loops/loops-3.4.3.ebuild16
-rw-r--r--dev-gap/loops/metadata.xml28
3 files changed, 45 insertions, 0 deletions
diff --git a/dev-gap/loops/Manifest b/dev-gap/loops/Manifest
new file mode 100644
index 000000000000..fc6947f58e9f
--- /dev/null
+++ b/dev-gap/loops/Manifest
@@ -0,0 +1 @@
+DIST loops-3.4.3.tar.gz 1130925 BLAKE2B 659ee896a33dd5e67c2ba1b448e0dc74bc920774f0880a3c4501d4f642acaedfecfb21f233dfff88a71d33cc2e1f3f96b0700a86d470e4014aa093134d673a27 SHA512 d5909c90951820e37c22a6154c076cb5d5de2cb9c16d26ecf9ac65f4232a4a76605da2a3f7e91e1fd7a2262eef0e5df1160739cdbf6a1db468869f262d773724
diff --git a/dev-gap/loops/loops-3.4.3.ebuild b/dev-gap/loops/loops-3.4.3.ebuild
new file mode 100644
index 000000000000..c96e47459840
--- /dev/null
+++ b/dev-gap/loops/loops-3.4.3.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="Computing with quasigroups and loops in GAP"
+SLOT="0"
+SRC_URI="https://github.com/gap-packages/${PN}/releases/download/v${PV}/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+KEYWORDS="~amd64"
+
+GAP_PKG_EXTRA_INSTALL=( data )
+gap-pkg_enable_tests
diff --git a/dev-gap/loops/metadata.xml b/dev-gap/loops/metadata.xml
new file mode 100644
index 000000000000..aa2e9f9d8a9b
--- /dev/null
+++ b/dev-gap/loops/metadata.xml
@@ -0,0 +1,28 @@
+<?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 LOOPS package provides researchers in nonassociative algebra
+ with a computational tool that integrates standard notions of loop
+ theory with libraries of loops and group-theoretical algorithms of
+ GAP. The package also expands GAP toward nonassociative structures.
+ </longdescription>
+ <upstream>
+ <remote-id type="github">gap-packages/loops</remote-id>
+ </upstream>
+</pkgmetadata>