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/hapi+joi/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST hapi+joi-17.1.1.tgz 100826 BLAKE2B d6eb3807b76cff55576e537bc0c9672b9094d182b79a32f92a934b31d143cbede933363860666053b07e8e32b0342a072668ec72185171f8491318d45d892a5b SHA512 a780ca7990287995b8837bbb65e468faf083b920e04afb6c07f3697e35c41d352349e20d022fd1ad53968954358ac6a82f332f14485ef27e74eb9990ab501d42

View File

@@ -0,0 +1,25 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit node
DESCRIPTION="Object schema validation"
first="${PN%%+*}"
second="${PN#*+}"
SRC_URI="mirror://npm/@${first}/${second}/-/${second}-${PV}.tgz -> ${P}.tgz"
HOMEPAGE="
https://github.com/hapijs/joi
https://www.npmjs.com/package/@hapi/joi
"
LICENSE="BSD"
KEYWORDS="~amd64"
RDEPEND="
${NODEJS_RDEPEND}
dev-js/hapi+address
dev-js/hapi+formula
dev-js/hapi+hoek
dev-js/hapi+pinpoint
dev-js/hapi+topo
"

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