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 hapi+pinpoint-2.0.0.tgz 2154 BLAKE2B 040e3335f51bc9c81ee928718f892e3310b0b65a34628dc546e3434f1dbf6125995ea2986ea5e286dbf20d66eeacc9a4da3c5ebd4ff14ad7948eeb77b5eb715d SHA512 bf35d1e4c63b9f85de22f2e97e5dc7b44ddca1960ee2b68a5d6efae91e83670ffa68ba91dba8ae675d3d2bb6b436d1760dbd23c6a87bc73d80c64530a541726f

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
DESCRIPTION="Return the filename and line number of the calling function"
first="${PN%%+*}"
second="${PN#*+}"
SRC_URI="mirror://npm/@${first}/${second}/-/${second}-${PV}.tgz -> ${P}.tgz"
HOMEPAGE="
https://github.com/hapijs/pinpoint
https://www.npmjs.com/package/@hapi/pinpoint
"
LICENSE="BSD"
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/hapijs/pinpoint/issues</bugs-to>
<remote-id type="github">hapijs/pinpoint</remote-id>
</upstream>
</pkgmetadata>