dev-gap/crypting: new package, add 0.10.4

Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
This commit is contained in:
Michael Orlitzky
2023-12-21 12:19:49 -05:00
parent 0f2bdc9361
commit f240ac11ad
3 changed files with 40 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST crypting-0.10.4.tar.gz 156359 BLAKE2B d9928a3eba6d8ac2b6b39f64241489017f122d5293de02c8bb4a6efff6e9c43feaf0eea654ea3910b913fedb12372882ddc48d5e76ed067e3bf8ba575f879ccd SHA512 db9d837abfd28294fbe83d688f1efe35fc404640e5a94df46cc207a28786c25c1c101dc78af27c4131af0db5ef4b5f5e7ce8cfba46ac2ebce6624e676807ddac

View File

@@ -0,0 +1,17 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit gap-pkg
DESCRIPTION="GAP implementation of SHA256 and HMAC for the Jupyter kernel"
SLOT="0"
SRC_URI="https://github.com/gap-packages/${PN}/releases/download/v${PV}/${P}.tar.gz"
LICENSE="BSD"
KEYWORDS="~amd64"
DEPEND="sci-mathematics/gap"
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/crypting</remote-id>
</upstream>
</pkgmetadata>