mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-gap/crypting: new package, add 0.10.4
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
This commit is contained in:
1
dev-gap/crypting/Manifest
Normal file
1
dev-gap/crypting/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST crypting-0.10.4.tar.gz 156359 BLAKE2B d9928a3eba6d8ac2b6b39f64241489017f122d5293de02c8bb4a6efff6e9c43feaf0eea654ea3910b913fedb12372882ddc48d5e76ed067e3bf8ba575f879ccd SHA512 db9d837abfd28294fbe83d688f1efe35fc404640e5a94df46cc207a28786c25c1c101dc78af27c4131af0db5ef4b5f5e7ce8cfba46ac2ebce6624e676807ddac
|
||||
17
dev-gap/crypting/crypting-0.10.4.ebuild
Normal file
17
dev-gap/crypting/crypting-0.10.4.ebuild
Normal 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
|
||||
22
dev-gap/crypting/metadata.xml
Normal file
22
dev-gap/crypting/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/crypting</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user