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

1
dev-js/node-abi/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST node-abi-2.19.3.tgz 8431 BLAKE2B 184fd61b708f33a92788292bc2ef572a7deb1f794b2617e5e787c37f7b35004503271896f540e2db006471b5b002ede1302cdea14ed44ca09f92ab0658534895 SHA512 f7166b9727ef2a15a67b611714a421651a75c8d593fee23596e60faf7b0597e1f891e618e3147ed633bb9af4d38a322c1dfd4cf900def6e5ae29e1292c89c896

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

View File

@@ -0,0 +1,19 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit node
DESCRIPTION="Get the Node ABI for a given target and runtime, and vice versa."
HOMEPAGE="
https://github.com/lgeiger/node-abi
https://www.npmjs.com/package/node-abi
"
LICENSE="MIT"
KEYWORDS="~amd64"
RDEPEND="
${NODEJS_RDEPEND}
dev-js/semver
"