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 simplify-js-1.2.4.tgz 3016 BLAKE2B 21cbe74da580f8f82e2e0b74af42ec3cbdca0fd7c0fed30a44859cce5b005bfbc3461774e67cecb28f151ede9efee1d6b7eed17637e4fab3950f47880257681c SHA512 bc84df4a5c2dee1fe8cab538d91f379adcc5a70624dfe9a41fd6ce1eaabf430ea7f2bb51eda1373594397db7320945559ae30947aca7b0084e7cadaaa1a87c26

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

View File

@@ -0,0 +1,14 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit node
DESCRIPTION="A high-performance JavaScript 2D/3D polyline simplification library"
HOMEPAGE="
http://mourner.github.com/simplify-js/
https://www.npmjs.com/package/simplify-js
"
LICENSE="BSD-2"
KEYWORDS="~amd64"