dev-gap/corelg: new package, add 1.56

Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
This commit is contained in:
Michael Orlitzky
2023-12-21 14:05:33 -05:00
parent e24b567323
commit 3fccc12baa
3 changed files with 42 additions and 0 deletions

1
dev-gap/corelg/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST corelg-1.56.tar.gz 1125508 BLAKE2B d47658af2def83425d8b068340515e84ffbaf7715e09c09c3a6283ddb3f1df7e68d30718d43226e76a247aeca5587040e67949af8eef94dd03f702795e8e9226 SHA512 7a567aba1e416c805d0bc6dc081ca6233cebb890e25b9706bfe98348f25001876ea59867bf7c79669a2983e5d2c36a3ff3bbf4376e6182dfc48e7a8f38c81f75

View File

@@ -0,0 +1,19 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit gap-pkg
DESCRIPTION="GAP package to compute with real semisimple Lie algebras"
SLOT="0"
SRC_URI="https://github.com/gap-packages/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2+"
KEYWORDS="~amd64"
RDEPEND="dev-gap/sla"
DOCS=( README.md CHANGES.md )
gap-pkg_enable_tests

View File

@@ -0,0 +1,22 @@
<?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>
<upstream>
<remote-id type="github">gap-packages/corelg</remote-id>
</upstream>
</pkgmetadata>