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

@@ -0,0 +1 @@
DIST rbush-3.0.1.tgz 12661 BLAKE2B 3cf1bdd99c2bae3a555d4cbad4f3da58099287d6e85e2b165ed3681e60b09d18ca4d79f339a3cf59a9dabf72427868ea845793f3af142c09955739fa22cefd28 SHA512 5d16953b461e70ea44b88bdb85ba53ad9828888eb1065cfa86796be841e177ed31f5ab1ee8499e37e85dc3051a26f2dcb05150f225951751802b5c81d015a2d3

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

View File

@@ -0,0 +1,18 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit node
DESCRIPTION="High-performance 2D spatial index for rectangles (based on R*-tree with bulk loading and bulk insertion algorithms)"
HOMEPAGE="
https://github.com/mourner/rbush
https://www.npmjs.com/package/rbush
"
LICENSE="MIT"
KEYWORDS="~amd64"
RDEPEND="
${NODEJS_RDEPEND}
dev-js/quickselect
"