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 tar-stream-2.2.0.tgz 8650 BLAKE2B 43c7a90d2eb77bbba81f03719f4e59f5a896820174f89916638ab72f98963e18970885547b6d4a7b1475982548743aec4b7054d23eea73d3235e37762e2497fe SHA512 ba37aa6dc780060c0c6711099e4d870d8d83967519fbda0471bd4acd355f6078a8d1413a746ef59fad1df03d88e2a36f95e5abad7a668e9b7bbd9785d4b9cc65

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

View File

@@ -0,0 +1,23 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit node
DESCRIPTION="tar-stream is a streaming tar parser and generator and nothing else"
HOMEPAGE="
https://github.com/mafintosh/tar-stream
https://www.npmjs.com/package/tar-stream
"
LICENSE="MIT"
KEYWORDS="~amd64"
RDEPEND="
${NODEJS_RDEPEND}
dev-js/bl
dev-js/end-of-stream
dev-js/fs-constants
dev-js/inherits
dev-js/readable-stream
"