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

@@ -0,0 +1 @@
DIST tar-fs-2.1.1.tgz 7408 BLAKE2B 50fc944eebb4d9f3ede321a46e7d4f2ea793c230ed2cd7930e09d780fef7cb8c693755b89a6a4835eb60345456dcb1cd163d3a045e93c93d9d3a6cb2bb47e88b SHA512 574af663db1c99b0d12c235ec7ffa1633be9ff3c988ef15b1cf36055329f42f56b6fa82e884fdfc4ff976e50cd474d75bada296e47b1da7338747355e860ec9e

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

View File

@@ -0,0 +1,22 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit node
DESCRIPTION="filesystem bindings for tar-stream"
HOMEPAGE="
https://github.com/mafintosh/tar-fs
https://www.npmjs.com/package/tar-fs
"
LICENSE="MIT"
KEYWORDS="~amd64"
RDEPEND="
${NODEJS_RDEPEND}
dev-js/chownr
dev-js/mkdirp-classic
dev-js/pump
dev-js/tar-stream
"