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 readable-stream-3.6.0.tgz 33259 BLAKE2B b8b0a14b9ea5742ebdcd475f828f1d1a39215ac65a1bf9a1b302be45486950c7b738ea399c449bffbb5aaa279a3703def4eb1dd6560ea826bd036435a8394a48 SHA512 055887cbb2ca793cf8a0d9e470b27e95548beafa6215e5fafddde8487f33096ed4c4fda89dc864faf4c6075e37c6e1631d2ddd7938242a85d7ca65eaca688874

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

View File

@@ -0,0 +1,20 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit node
DESCRIPTION="Streams3, a user-land copy of the stream library from Node.js"
HOMEPAGE="
https://github.com/nodejs/readable-stream
https://www.npmjs.com/package/readable-stream
"
LICENSE="MIT"
KEYWORDS="~amd64"
RDEPEND="
${NODEJS_RDEPEND}
dev-js/inherits
dev-js/string_decoder
dev-js/util-deprecate
"