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

View File

@@ -0,0 +1 @@
DIST bcrypt-pbkdf-1.0.2.tgz 11109 BLAKE2B e2efe35127c8abbca69c09599350d438be4287ede3d44d1026301d77eae554004efb5886e407345f8902e198b921fb55ee8a70cee1e0974443910b6f44291269 SHA512 a9e1485ed3f8312a22e8d2ea3b5d967ea011596b822a2d919fff6124b126b41e724cdafd0ea1569094427f6a92856ccf7803119ce802aead2c83f28bbf9112f7

View File

@@ -0,0 +1,19 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit node
DESCRIPTION="Port of the OpenBSD bcrypt_pbkdf function to pure JS"
HOMEPAGE="
https://github.com/joyent/node-bcrypt-pbkdf
https://www.npmjs.com/package/bcrypt-pbkdf
"
LICENSE="BSD"
KEYWORDS="~amd64"
RDEPEND="
${NODEJS_RDEPEND}
dev-js/tweetnacl
"

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/joyent/node-bcrypt-pbkdf/issues</bugs-to>
<remote-id type="github">joyent/node-bcrypt-pbkdf</remote-id>
</upstream>
</pkgmetadata>