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/one-time/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST one-time-1.0.0.tgz 2690 BLAKE2B e948f081bc524174762b5752beaa50cd0ff794c7ed318b2eb851dc0edbaa3509affdbfcb40f11716f2364461c13684deda99142fec8e29d09d7a7b9c2df88233 SHA512 e435ce8912b0b9211c43f974906085e90de37000c5bf9b52991689724fceaa454570eceeb41d77e0a4527c5d310eb2f7f4c367ab16c705b51472364885381bda

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/3rd-Eden/one-time/issues</bugs-to>
<remote-id type="github">3rd-Eden/one-time</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,18 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit node
DESCRIPTION="Run the supplied function exactly one time (once)"
HOMEPAGE="
https://github.com/3rd-Eden/one-time
https://www.npmjs.com/package/one-time
"
LICENSE="MIT"
KEYWORDS="~amd64"
RDEPEND="
${NODEJS_RDEPEND}
dev-js/fn_name
"