dev-gap/design: new package, add 1.7

Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
This commit is contained in:
Michael Orlitzky
2023-12-21 17:29:14 -05:00
parent 75819913ce
commit 379b5e09d9
3 changed files with 42 additions and 0 deletions

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

@@ -0,0 +1 @@
DIST design-1.7.tar.gz 389907 BLAKE2B 9ac9f056488479cf017acc35566211dd91c972e1e94dd4c75b4b7534e1de2f47cc941dad34f6ad9f9fbbab0f300b70fd9dabf8fe722d3dbad3a2b2b757bdb810 SHA512 0917687b54079662cbfba5e8ded27899029832f2beec840ba204a3361d173226c7272085c1911d6aebd3c3a166feed6fa788b34902902dbf6c45eced5b2d62e8

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="The Design Package for GAP"
SLOT="0"
SRC_URI="https://github.com/gap-packages/${PN}/releases/download/v${PV}/${P}.tar.gz"
LICENSE="GPL-2+"
KEYWORDS="~amd64"
RDEPEND="dev-gap/grape"
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/design</remote-id>
</upstream>
</pkgmetadata>