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+topo-5.0.0.tgz 3707 BLAKE2B 342970eb124facc6c53fd69412e4a53915e562ef4aca24808e2978a6542a93a0b1338f8f1ea18ac40d984e5a3c8b750a767c3479cfb942f7d27dd54100170fc7 SHA512 b452654f8edd6f490ca959b71f89d06209fa3f0835d064d91dbd69c264a2bf52b892ce9dad03ad7c41796673e392f0becb8fdb50f1caf9b73ced0bcb70bf9633

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
DESCRIPTION="Topological sorting with grouping support"
first="${PN%%+*}"
second="${PN#*+}"
SRC_URI="mirror://npm/@${first}/${second}/-/${second}-${PV}.tgz -> ${P}.tgz"
HOMEPAGE="
https://github.com/hapijs/topo
https://www.npmjs.com/package/@hapi/topo
"
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/topo/issues</bugs-to>
<remote-id type="github">hapijs/topo</remote-id>
</upstream>
</pkgmetadata>