mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-04-29 04:27:34 -07:00
dev-gap/toric: new package, add 1.9.5
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
This commit is contained in:
parent
d909bda4eb
commit
62f2dfc19d
1
dev-gap/toric/Manifest
Normal file
1
dev-gap/toric/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST Toric-1.9.5.tar.gz 292851 BLAKE2B d3a3bb76d82125323f7825339309185e3ef06f86a79ee44fee309682b1283aff750074098f0c5e175399168d513797a26ebd124c107944a27b467d6eafc5b305 SHA512 57a2e5fb9d0e70e8cdab32ec2c38eb109beacc8acba368c14a7045f4c6f4476828bea5736b66ae2169fdf7ae14643b562dbcc5907c35f49c96fc4f59080c36ca
|
||||
22
dev-gap/toric/metadata.xml
Normal file
22
dev-gap/toric/metadata.xml
Normal 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>
|
||||
19
dev-gap/toric/toric-1.9.5.ebuild
Normal file
19
dev-gap/toric/toric-1.9.5.ebuild
Normal 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
|
||||
Loading…
x
Reference in New Issue
Block a user