dev-gap/toric: new package, add 1.9.5

Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
This commit is contained in:
Michael Orlitzky 2023-12-21 10:11:13 -05:00
parent d909bda4eb
commit 62f2dfc19d
No known key found for this signature in database
GPG Key ID: 6F48D3DA05C2DADB
3 changed files with 42 additions and 0 deletions

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

@ -0,0 +1 @@
DIST Toric-1.9.5.tar.gz 292851 BLAKE2B d3a3bb76d82125323f7825339309185e3ef06f86a79ee44fee309682b1283aff750074098f0c5e175399168d513797a26ebd124c107944a27b467d6eafc5b305 SHA512 57a2e5fb9d0e70e8cdab32ec2c38eb109beacc8acba368c14a7045f4c6f4476828bea5736b66ae2169fdf7ae14643b562dbcc5907c35f49c96fc4f59080c36ca

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/toric</remote-id>
</upstream>
</pkgmetadata>

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
MY_PN="Toric"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="GAP package for computing with toric varieties"
SRC_URI="https://github.com/gap-packages/${PN}/releases/download/v${PV}/${MY_P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
S="${WORKDIR}/${MY_P}"
gap-pkg_enable_tests