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/jsbn/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST jsbn-1.1.0.tgz 14044 BLAKE2B 485183ada13e0e90bd6c3546a12bab7a5dd667090cdbb56d5e85042f789e412a83ff6d4aa90c20f28ece1bf234c32a5bc21ddc7543900dc6b2ddd8b8353aeb70 SHA512 e1b61557768032d0d34eee3ec6c0d86bab32f46c89ebdfda9acbbdb18176cea8e2128640e71262dc1adf5f7b98fbf21e908bbb33074e6dd6c35a9a19741bf7fc

View File

@@ -0,0 +1,15 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit node
DESCRIPTION="fast, portable implementation of large-number math in pure JavaScript"
HOMEPAGE="
https://github.com/andyperlitch/jsbn
https://www.npmjs.com/package/jsbn
"
LICENSE="MIT"
KEYWORDS="~amd64"

12
dev-js/jsbn/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/andyperlitch/jsbn/issues</bugs-to>
<remote-id type="github">andyperlitch/jsbn</remote-id>
</upstream>
</pkgmetadata>