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 detect-libc-1.0.3.tgz 6279 BLAKE2B 9b501b7367c1aff6a91863fdc51c6afa05879fdaff026308e7a3db53a77096a67139df037431687fe9683255acaa651964c856a4f91faab66b9fce57c9c79af4 SHA512 a468f086c9aca7890bd914f3d3cc1c3a518df37a2d96a1de0ff6794fc197641fbf61ca50fdd828fa56d4f19b06c55d0722faaac68f65ee6a98c3260c0fd6ca0e

View File

@@ -0,0 +1,15 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit node
DESCRIPTION="Node.js module to detect the C standard library (libc) implementation family and version"
HOMEPAGE="
https://github.com/lovell/detect-libc
https://www.npmjs.com/package/detect-libc
"
LICENSE="Apache-2.0"
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/lovell/detect-libc/issues</bugs-to>
<remote-id type="github">lovell/detect-libc</remote-id>
</upstream>
</pkgmetadata>