summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2023-12-21 09:57:47 -0500
committerMichael Orlitzky <mjo@gentoo.org>2024-01-22 06:28:58 -0500
commit8314687351a7565001ec60ccf43f4d09872df47a (patch)
tree9a3a0684a419045ff81ecba4881c7dd268cf9d5c
parentdev-gap/crisp: new package, add 1.4.6 (diff)
downloadgentoo-8314687351a7565001ec60ccf43f4d09872df47a.tar.gz
gentoo-8314687351a7565001ec60ccf43f4d09872df47a.tar.bz2
gentoo-8314687351a7565001ec60ccf43f4d09872df47a.zip
dev-gap/fga: new package, add 1.4.0
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
-rw-r--r--dev-gap/fga/Manifest1
-rw-r--r--dev-gap/fga/fga-1.4.0.ebuild15
-rw-r--r--dev-gap/fga/metadata.xml27
3 files changed, 43 insertions, 0 deletions
diff --git a/dev-gap/fga/Manifest b/dev-gap/fga/Manifest
new file mode 100644
index 000000000000..d054870500e2
--- /dev/null
+++ b/dev-gap/fga/Manifest
@@ -0,0 +1 @@
+DIST fga-1.4.0.tar.gz 33881 BLAKE2B 7bf98108a1d3c33bbca824dbd2893f0973a72b8126e046db7501ab43bafffa0bd828ef5381b46d8bcf0c22ee3417a8feb071732d866975018f5f16059e7351ff SHA512 4d4dbc1db80f8106162e97a8d77785efa033c37b7b5441f4de4cf296acefca1ddd10035b3d9b2eda1b1c41da3b605a7070557592e75cf52cee37a40bbf76a42d
diff --git a/dev-gap/fga/fga-1.4.0.ebuild b/dev-gap/fga/fga-1.4.0.ebuild
new file mode 100644
index 000000000000..8174aa942249
--- /dev/null
+++ b/dev-gap/fga/fga-1.4.0.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="Free Group Algorithms (FGA) for GAP"
+SLOT="0"
+SRC_URI="https://github.com/chsievers/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+"
+KEYWORDS="~amd64"
+
+gap-pkg_enable_tests
diff --git a/dev-gap/fga/metadata.xml b/dev-gap/fga/metadata.xml
new file mode 100644
index 000000000000..5df43ab2e9e5
--- /dev/null
+++ b/dev-gap/fga/metadata.xml
@@ -0,0 +1,27 @@
+<?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 FGA package installs methods for computations with finitely
+ generated subgroups of free groups and provides a presentation for
+ their automorphism groups.
+ </longdescription>
+ <upstream>
+ <remote-id type="github">chsievers/fga</remote-id>
+ </upstream>
+</pkgmetadata>