mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
dev-js/*: pelias-openstreetmap dependencies
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
1
dev-js/bcrypt-pbkdf/Manifest
Normal file
1
dev-js/bcrypt-pbkdf/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST bcrypt-pbkdf-1.0.2.tgz 11109 BLAKE2B e2efe35127c8abbca69c09599350d438be4287ede3d44d1026301d77eae554004efb5886e407345f8902e198b921fb55ee8a70cee1e0974443910b6f44291269 SHA512 a9e1485ed3f8312a22e8d2ea3b5d967ea011596b822a2d919fff6124b126b41e724cdafd0ea1569094427f6a92856ccf7803119ce802aead2c83f28bbf9112f7
|
||||
19
dev-js/bcrypt-pbkdf/bcrypt-pbkdf-1.0.2.ebuild
Normal file
19
dev-js/bcrypt-pbkdf/bcrypt-pbkdf-1.0.2.ebuild
Normal 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
|
||||
"
|
||||
12
dev-js/bcrypt-pbkdf/metadata.xml
Normal file
12
dev-js/bcrypt-pbkdf/metadata.xml
Normal 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>
|
||||
Reference in New Issue
Block a user