mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
dev-js/*: pelias-openstreetmap dependencies
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
1
dev-js/through2/Manifest
Normal file
1
dev-js/through2/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST through2-4.0.2.tgz 4009 BLAKE2B 35bbe62fb232a79079a0bd8ac936efac708fdf6ecac8ccf5d8f104c06ce3e584e869428a67ce222869478f8d60fe05cef32fd87c7a3a46e2fa191fba778ee147 SHA512 88ea926afd34715c4410809e0fb4e32c1d6cb9e10bfbcd56a73a766d8d7bb998d9374a5664fba8e2cb99ffad55ba3c66a921857e039c36e4d9f39409c0d650a7
|
||||
12
dev-js/through2/metadata.xml
Normal file
12
dev-js/through2/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/rvagg/through2/issues</bugs-to>
|
||||
<remote-id type="github">rvagg/through2</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
18
dev-js/through2/through2-4.0.2.ebuild
Normal file
18
dev-js/through2/through2-4.0.2.ebuild
Normal file
@@ -0,0 +1,18 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit node
|
||||
|
||||
DESCRIPTION="A tiny wrapper around Node.js streams.Transform (Streams2/3) to avoid explicit subclassing noise"
|
||||
HOMEPAGE="
|
||||
https://github.com/rvagg/through2
|
||||
https://www.npmjs.com/package/through2
|
||||
"
|
||||
LICENSE="MIT"
|
||||
KEYWORDS="~amd64"
|
||||
RDEPEND="
|
||||
${NODEJS_RDEPEND}
|
||||
dev-js/readable-stream
|
||||
"
|
||||
Reference in New Issue
Block a user