dev-js/*: pelias-openstreetmap dependencies

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-10-01 02:21:46 +02:00
parent 902e0be573
commit 8797af3e0f
960 changed files with 15785 additions and 0 deletions

1
dev-js/sshpk/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST sshpk-1.16.1.tgz 53630 BLAKE2B 08ee7ad5d7ea591b008507bc06699f8595fc06f253f029d643506346b26f93fb7545e7ff89432cce3b5a27bc798a6e8617a17cfb99209b928195aacaf33c42ee SHA512 1d75ea554abbfa970a78baaa663ea61c550cbd7b4e26dd6ea14c74f69156eb4d758a74ccc6a23c040f0f33de66cab232c8ac1d9f38dd1632e213a2813d5b4922

12
dev-js/sshpk/metadata.xml Normal file
View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>lssndrbarbieri@gmail.com</email>
<name>Alessandro Barbieri</name>
</maintainer>
<upstream>
<bugs-to>https://github.com/arekinath/node-sshpk/issues</bugs-to>
<remote-id type="github">joyent/node-sshpk</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,27 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit node
DESCRIPTION="A library for finding and using SSH public keys"
HOMEPAGE="
https://github.com/arekinath/node-sshpk
https://www.npmjs.com/package/sshpk
"
LICENSE="MIT"
KEYWORDS="~amd64"
RDEPEND="
${NODEJS_RDEPEND}
dev-js/asn1
dev-js/assert-plus
dev-js/dashdash
dev-js/getpass
dev-js/safer-buffer
dev-js/jsbn
dev-js/tweetnacl
dev-js/ecc-jsbn
dev-js/bcrypt-pbkdf
"