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/bl/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST bl-4.0.3.tgz 14513 BLAKE2B 70e5c1a38052dd5326a3eca91dbe6c704bf1c1dfb7fb414969617dde610986be4744d64937f2d93f6deefd590dc4496f41563b8f4434138ae89211083a214e14 SHA512 7ece06ebf1eee3f104f85ef927c0ee37fd08a50a8d8c0742eda110bfb42df0c1c6507ec292fd8cc1310478df507a10f4a5f20390c2356e41d890acbbc47c8a22

21
dev-js/bl/bl-4.0.3.ebuild Normal file
View File

@@ -0,0 +1,21 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit node
DESCRIPTION="Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!"
HOMEPAGE="
https://github.com/rvagg/bl
https://www.npmjs.com/package/bl
"
LICENSE="MIT"
KEYWORDS="~amd64"
RDEPEND="
${NODEJS_RDEPEND}
dev-js/buffer
dev-js/inherits
dev-js/readable-stream
"

12
dev-js/bl/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/rvagg/bl/issues</bugs-to>
<remote-id type="github">rvagg/bl</remote-id>
</upstream>
</pkgmetadata>