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 sideway+pinpoint-2.0.0.tgz 1899 BLAKE2B 007a8af8741f5db237fa3fd05b8e4c8e84c631a35d57bcac5c9d7fbdf5947d5eff271c52863916671d14218d3935cc5ba670f30289118c0a7a240024ac993d97 SHA512 44d88ea133e4a6d16d495cd07af63fc96b59c1ffd1c725673f2fce700f4704cdcc9460e704460be41e351f43139f451e73c1e2fb6a94b537c6d9659906631e8d

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/sideway/pinpoint/issues</bugs-to>
<remote-id type="github">sideway/pinpoint</remote-id>
</upstream>
</pkgmetadata>

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="Return the filename and line number of the calling function"
HOMEPAGE="
https://github.com/sideway/pinpoint
https://www.npmjs.com/package/@sideway/pinpoint
"
LICENSE="BSD"
KEYWORDS="~amd64"