mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 04:53:07 -04:00
dev-js/*: pelias-openstreetmap dependencies
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
1
dev-js/tar-stream/Manifest
Normal file
1
dev-js/tar-stream/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST tar-stream-2.2.0.tgz 8650 BLAKE2B 43c7a90d2eb77bbba81f03719f4e59f5a896820174f89916638ab72f98963e18970885547b6d4a7b1475982548743aec4b7054d23eea73d3235e37762e2497fe SHA512 ba37aa6dc780060c0c6711099e4d870d8d83967519fbda0471bd4acd355f6078a8d1413a746ef59fad1df03d88e2a36f95e5abad7a668e9b7bbd9785d4b9cc65
|
||||
12
dev-js/tar-stream/metadata.xml
Normal file
12
dev-js/tar-stream/metadata.xml
Normal 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>
|
||||
23
dev-js/tar-stream/tar-stream-2.2.0.ebuild
Normal file
23
dev-js/tar-stream/tar-stream-2.2.0.ebuild
Normal 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
|
||||
"
|
||||
Reference in New Issue
Block a user