mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 05:23:01 -04:00
dev-js/*: pelias-openstreetmap dependencies
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
1
dev-js/dabh+diagnostics/Manifest
Normal file
1
dev-js/dabh+diagnostics/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST dabh+diagnostics-2.0.2.tgz 295914 BLAKE2B 15166b3f424b0fd943cae406f43f311abf876db3a95fba979eeefb52fa2d3ce0fc0c8c193f832e60d3103ece20f963fc2348df73abd88a41f11fc60410ab7c4c SHA512 f80d588afa150cd35509d7e8cc7491f2ffe3caeb8b4cc5f08d6bb13c59459546a95e819cf868fd9839530c37ebc25eeb5c2976b4d674904f2c2013ba60e9fde9
|
||||
17
dev-js/dabh+diagnostics/dabh+diagnostics-2.0.2.ebuild
Normal file
17
dev-js/dabh+diagnostics/dabh+diagnostics-2.0.2.ebuild
Normal 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"
|
||||
12
dev-js/dabh+diagnostics/metadata.xml
Normal file
12
dev-js/dabh+diagnostics/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/3rd-Eden/diagnostics/issues</bugs-to>
|
||||
<remote-id type="github">3rd-Eden/diagnostics</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user