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

1
dev-js/pump/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST pump-3.0.0.tgz 3237 BLAKE2B cc2a30f93054a3be85e87608d387005a5519e2d39560fb099ac8c1c7fbf986f7c9c1132cbd5f941325783fbb52c31d2b4759fde818a156db179e63e8bb16a784 SHA512 2f0672fa9dd216cd4fcad77f8d872de30a6fe3d1e2602a9df5195ce5955d93457ef18cefea34790659374d198f2f57edebd4f13f420c64627e58f154d81161c3

12
dev-js/pump/metadata.xml Normal file
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/pump/issues</bugs-to>
<remote-id type="github">mafintosh/pump</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="pipe streams together and close all of them if one of them closes"
HOMEPAGE="
https://github.com/mafintosh/pump
https://www.npmjs.com/package/pump
"
LICENSE="MIT"
KEYWORDS="~amd64"
RDEPEND="
${NODEJS_RDEPEND}
dev-js/end-of-stream
dev-js/once
"