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 mapbox+vector-tile-1.3.1.tgz 123386 BLAKE2B 8768accc241f9d52dde15edd27fa54c68eb3d831b34327062a3e6aa0910a3d637a07adaf04d2e2834e2820e80eb5acaa9335d42dd0812e8270cb71980ed519f4 SHA512 30211d75bf2ee38ff17d0de80fe4ab97fb4d710a2a4f0de0a06936a0bb2b171393737754a7e9009dbcb73ef01e7816123128d23c3d6777500903a5b8f569e853

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="Parses vector tiles"
HOMEPAGE="
https://github.com/mapbox/vector-tile-js
https://www.npmjs.com/package/@mapbox/vector-tile
"
LICENSE="BSD"
KEYWORDS="~amd64"
RDEPEND="
${NODEJS_RDEPEND}
dev-js/mapbox+point-geometry
"

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