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+point-geometry-0.1.0.tgz 4860 BLAKE2B 969ba6e532dd3937dbc7a8f3169aeff77078af6bb466ca4b63b850b8c173e2f257e4d31f74aef62af83340f93cb2dc89c0def13973a1e8427b7794d958992d86 SHA512 ea3e7a1dd2d3c1618ed1f24f96b66d754fc1d77abc5309a8d7c0a4d869c680df4f085c8a4d9dd46d7784751161d7c8bd5d0f76787d9576da491e9043ddaae2a5

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 point geometry with transforms"
HOMEPAGE="
https://github.com/mapbox/point-geometry
https://www.npmjs.com/package/@mapbox/point-geometry
"
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/point-geometry/issues</bugs-to>
<remote-id type="github">mapbox/point-geometry</remote-id>
</upstream>
</pkgmetadata>