mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 13:33:32 -04:00
dev-js/*: pelias-openstreetmap dependencies
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
1
dev-js/through2-sink/Manifest
Normal file
1
dev-js/through2-sink/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST through2-sink-1.0.0.tgz 1973 BLAKE2B 6bdde4d7fb1f3d2e441a08e1eaa9c3a136bfdd58f2c61333215a86aa3da83ad5811063a885c585827d499b6afc716cc8dc737b1009199ee58705a426e4082944 SHA512 f47bc81c8117679620b2d431defb2ee14fd043f9fb5f94479577fc32c7d212713379415b5fd0470569a5c1d4356fa0b30e55040f08c59e4488c69259eaa3fed1
|
||||
12
dev-js/through2-sink/metadata.xml
Normal file
12
dev-js/through2-sink/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/joepie91/through2-sink/issues</bugs-to>
|
||||
<remote-id type="github">through2-sink</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
19
dev-js/through2-sink/through2-sink-1.0.0.ebuild
Normal file
19
dev-js/through2-sink/through2-sink-1.0.0.ebuild
Normal file
@@ -0,0 +1,19 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit node
|
||||
|
||||
DESCRIPTION="A through2 wrapper that just receives chunks and nothing else."
|
||||
HOMEPAGE="
|
||||
https://github.com/joepie91/through2-sink
|
||||
https://www.npmjs.com/package/through2-sink
|
||||
"
|
||||
LICENSE="MIT"
|
||||
KEYWORDS="~amd64"
|
||||
RDEPEND="
|
||||
${NODEJS_RDEPEND}
|
||||
dev-js/through2
|
||||
dev-js/xtend
|
||||
"
|
||||
Reference in New Issue
Block a user