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 topojson-client-3.1.0.tgz 15911 BLAKE2B 91c6af50b2c269b31dae24c5be1b88c184648fce14bfebae522b82681e30e4c225a5a496c5980f767c66ee72f0b4496cb1fd64b2ddefbeef2afdca96321e77dd SHA512 eb4e6ec52e9b718c465f0f6a8bad97cab57a437c706e776369c866371bbc1d64ed54fc597c424df5f77f4994b5439e129f6cb44ccc8cc458ff70920da861eb2b

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

View File

@@ -0,0 +1,19 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit node
DESCRIPTION="Manipulate TopoJSON and convert it to GeoJSON."
HOMEPAGE="
https://github.com/topojson/topojson-client
https://www.npmjs.com/package/topojson-client
"
LICENSE="ISC"
KEYWORDS="~amd64"
RDEPEND="
${NODEJS_RDEPEND}
dev-js/commander
"