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+address-4.1.0.tgz 16397 BLAKE2B 36c563d186005650aab5c4e077efbba08b88801237a367c1087f5813831960c3b2e0701e80c4897f306d7ed5a28d08778dad532889eea3bbd6252232dfe8e370 SHA512 4a4b3365fd771d580698285d1e8fcfc5c86749a089e9c7ad56a2f3c9c8ae7736514f48dc3a8b8817f43dde6823c3c71c7be0fee05e02d59fd6adf14df8edd51d

View File

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

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