mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -04:00
dev-js/*: pelias-openstreetmap dependencies
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
1
dev-js/pump/Manifest
Normal file
1
dev-js/pump/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST pump-3.0.0.tgz 3237 BLAKE2B cc2a30f93054a3be85e87608d387005a5519e2d39560fb099ac8c1c7fbf986f7c9c1132cbd5f941325783fbb52c31d2b4759fde818a156db179e63e8bb16a784 SHA512 2f0672fa9dd216cd4fcad77f8d872de30a6fe3d1e2602a9df5195ce5955d93457ef18cefea34790659374d198f2f57edebd4f13f420c64627e58f154d81161c3
|
||||
12
dev-js/pump/metadata.xml
Normal file
12
dev-js/pump/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/pump/issues</bugs-to>
|
||||
<remote-id type="github">mafintosh/pump</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
20
dev-js/pump/pump-3.0.0.ebuild
Normal file
20
dev-js/pump/pump-3.0.0.ebuild
Normal file
@@ -0,0 +1,20 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit node
|
||||
|
||||
DESCRIPTION="pipe streams together and close all of them if one of them closes"
|
||||
HOMEPAGE="
|
||||
https://github.com/mafintosh/pump
|
||||
https://www.npmjs.com/package/pump
|
||||
"
|
||||
|
||||
LICENSE="MIT"
|
||||
KEYWORDS="~amd64"
|
||||
RDEPEND="
|
||||
${NODEJS_RDEPEND}
|
||||
dev-js/end-of-stream
|
||||
dev-js/once
|
||||
"
|
||||
Reference in New Issue
Block a user