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

@@ -0,0 +1 @@
DIST rc-1.2.8.tgz 7148 BLAKE2B 5720d8c1a0f8001e6dd3fea0dfdee4c4f2e9fccbe578ee6fc5979f2efea623115f32b7bba56dd75e4d43a29f99363d09aaf1779057274aba2b9b1ea2f5ab29d4 SHA512 cb76c682a2a3dd005dc4b6cb9289a5a2192fb00f207408944254812670617e7f813f18386dceb677c4dc056d79c1abc37e07b10a071c72485c66fcb0c9060f3b

12
dev-js/rc/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/dominictarr/rc/issues</bugs-to>
<remote-id type="github">dominictarr/rc</remote-id>
</upstream>
</pkgmetadata>

22
dev-js/rc/rc-1.2.8.ebuild Normal file
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="hardwired configuration loader"
HOMEPAGE="
https://github.com/dominictarr/rc
https://www.npmjs.com/package/rc
"
LICENSE="|| ( BSD-2 MIT Apache-2.0 )"
KEYWORDS="~amd64"
RDEPEND="
${NODEJS_RDEPEND}
dev-js/deep-extend
dev-js/ini
dev-js/minimist
dev-js/strip-json-comments
"