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

2
dev-js/ajv/Manifest Normal file
View File

@@ -0,0 +1,2 @@
DIST ajv-6.12.6.tgz 202371 BLAKE2B 289865ed8ffbc735067f26a2bb501c0980a2225c4c589246571c73de3f2db454c4ab08dc95a94d6ee87677a983917683fbc49087880f0df7771481fca5ea56b5 SHA512 8f77d52e0bd3a39dbb6a7c98c893864d825b1bebe79d062f1349b99a691cd532be9f1029a6408b3082f4699e1d6e55423681928619be933138654ca4068320e2
DIST ajv-7.0.3.tgz 203630 BLAKE2B de93ea3545cfd9aea51dfed14d55f056c727ceec5da274ad77497db6478293fc5ca119f66859159970852e44bae58398e619b80bb06e380719f45feadbe07b64 SHA512 479d104655d2c6a5dc40fe52bca52bc3c5597b2a6fa35da2d885f411e4793e267b6c429e1d6833828dbae0b0da754b02538da54c9561162913a89c0d787df881

View File

@@ -0,0 +1,22 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit node
DESCRIPTION="Another JSON Schema Validator"
HOMEPAGE="
https://github.com/ajv-validator/ajv
https://www.npmjs.com/package/ajv
"
LICENSE="MIT"
KEYWORDS="~amd64"
RDEPEND="
${NODEJS_RDEPEND}
dev-js/fast-deep-equal
dev-js/fast-json-stable-stringify
dev-js/json-schema-traverse
dev-js/uri-js
"

View File

@@ -0,0 +1,28 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit node
DESCRIPTION="Another JSON Schema Validator"
HOMEPAGE="
https://github.com/ajv-validator/ajv
https://www.npmjs.com/package/ajv
"
LICENSE="MIT"
KEYWORDS="~amd64"
RDEPEND="
${NODEJS_RDEPEND}
dev-js/fast-deep-equal
dev-js/json-schema-traverse
dev-js/require-from-string
dev-js/uri-js
"
src_install() {
dodoc -r docs/.
rm -r docs || die
node_src_install
}

12
dev-js/ajv/metadata.xml Normal file
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/ajv-validator/ajv/issues</bugs-to>
<remote-id type="github">ajv-validator/ajv</remote-id>
</upstream>
</pkgmetadata>