mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 04:23:16 -04:00
dev-js/*: tangram and dependencies
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
1
dev-js/topojson-client/Manifest
Normal file
1
dev-js/topojson-client/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST topojson-client-3.1.0.tgz 15911 BLAKE2B 91c6af50b2c269b31dae24c5be1b88c184648fce14bfebae522b82681e30e4c225a5a496c5980f767c66ee72f0b4496cb1fd64b2ddefbeef2afdca96321e77dd SHA512 eb4e6ec52e9b718c465f0f6a8bad97cab57a437c706e776369c866371bbc1d64ed54fc597c424df5f77f4994b5439e129f6cb44ccc8cc458ff70920da861eb2b
|
||||
12
dev-js/topojson-client/metadata.xml
Normal file
12
dev-js/topojson-client/metadata.xml
Normal 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>
|
||||
19
dev-js/topojson-client/topojson-client-3.1.0.ebuild
Normal file
19
dev-js/topojson-client/topojson-client-3.1.0.ebuild
Normal 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
|
||||
"
|
||||
Reference in New Issue
Block a user