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

@@ -0,0 +1 @@
DIST tar-6.1.0.tgz 38470 BLAKE2B a408cdca2759b4a1fde23c476b8efa25e2f2a5d07b1b83aa37d6f5cdda80a5748b1afc5fe79aa2dfbb722a64e01d4a2100fec90692c659c0f2fdc00cfa7db3ba SHA512 0d40adb5f86c9cb0a3c280e815c23e0768898186bddef0670d4013604791c7ab27b424dd374d559eab08b939402d795afcb5a8a0d834c8419e07e63c59d17118

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

View File

@@ -0,0 +1,24 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit node
DESCRIPTION="tar for node"
HOMEPAGE="
https://github.com/npm/node-tar
https://www.npmjs.com/package/tar
"
LICENSE="ISC"
KEYWORDS="~amd64"
RDEPEND="
${NODEJS_RDEPEND}
dev-js/chownr
dev-js/fs-minipass
dev-js/minipass
dev-js/minizlib
dev-js/mkdirp
dev-js/yallist
"