dev-js/*: pelias-openstreetmap dependencies

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-10-01 02:21:46 +02:00
parent 902e0be573
commit 8797af3e0f
960 changed files with 15785 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST through2-sink-1.0.0.tgz 1973 BLAKE2B 6bdde4d7fb1f3d2e441a08e1eaa9c3a136bfdd58f2c61333215a86aa3da83ad5811063a885c585827d499b6afc716cc8dc737b1009199ee58705a426e4082944 SHA512 f47bc81c8117679620b2d431defb2ee14fd043f9fb5f94479577fc32c7d212713379415b5fd0470569a5c1d4356fa0b30e55040f08c59e4488c69259eaa3fed1

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/joepie91/through2-sink/issues</bugs-to>
<remote-id type="github">through2-sink</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="A through2 wrapper that just receives chunks and nothing else."
HOMEPAGE="
https://github.com/joepie91/through2-sink
https://www.npmjs.com/package/through2-sink
"
LICENSE="MIT"
KEYWORDS="~amd64"
RDEPEND="
${NODEJS_RDEPEND}
dev-js/through2
dev-js/xtend
"