dev-js/*: tangram and dependencies

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-10-01 15:49:07 +02:00
parent 4ae93b7596
commit b61907fd50
333 changed files with 3597 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST geojson-vt-3.2.1.tgz 19515 BLAKE2B 3f935aef35086fcd3f114be328ce8e54388dba53a13c2d9c6a28d443dea39408c8837e00f0cc2b2010f5250da79bd63531191b74d95cfd1539c8a69c61d600e8 SHA512 12f190422ff33eb0c0eb3afa067243fd887002404ff279c9f5e9a1dc49c740a54c7e0fcc455b4f6cc61d815cbf21a1269f851f6a00f66ba7da7cf0cbe616edc2

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="Slice GeoJSON data into vector tiles efficiently"
HOMEPAGE="
https://github.com/mapbox/geojson-vt
https://www.npmjs.com/package/geojson-vt
"
LICENSE="ISC"
KEYWORDS="~amd64"

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/mapbox/geojson-vt/issues</bugs-to>
<remote-id type="github">mapbox/geojson-vt</remote-id>
</upstream>
</pkgmetadata>