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

View File

@@ -0,0 +1 @@
DIST dabh+diagnostics-2.0.2.tgz 295914 BLAKE2B 15166b3f424b0fd943cae406f43f311abf876db3a95fba979eeefb52fa2d3ce0fc0c8c193f832e60d3103ece20f963fc2348df73abd88a41f11fc60410ab7c4c SHA512 f80d588afa150cd35509d7e8cc7491f2ffe3caeb8b4cc5f08d6bb13c59459546a95e819cf868fd9839530c37ebc25eeb5c2976b4d674904f2c2013ba60e9fde9

View File

@@ -0,0 +1,17 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit node
first="${PN%%+*}"
second="${PN#*+}"
SRC_URI="mirror://npm/@${first}/${second}/-/${second}-${PV}.tgz -> ${P}.tgz"
DESCRIPTION="Tools for debugging your node.js modules and event loop"
HOMEPAGE="
https://github.com/3rd-Eden/diagnostics
https://www.npmjs.com/package/@dabh/diagnostics
"
LICENSE="MIT"
KEYWORDS="~amd64"

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/3rd-Eden/diagnostics/issues</bugs-to>
<remote-id type="github">3rd-Eden/diagnostics</remote-id>
</upstream>
</pkgmetadata>