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

@@ -0,0 +1 @@
DIST punycode-2.1.1.tgz 7270 BLAKE2B e3632de5bb3844d741e3ff58a5ae2c053a377596a08a738fb98fc4646fe1ea52015eaea4db14cad69e966003adc261112362eaf82747cea6a1cf16240837292f SHA512 5d1b118dd7fe8f99a5fb2ffa18a1cf65bac5ffca766206b424fb5da93218d977b9a2124f0fdb1a0c924b3efa7df8d481a6b56f7af7576726e78f672ff0e11dd0

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/bestiejs/punycode.js/issues</bugs-to>
<remote-id type="github">bestiejs/punycode</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,14 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit node
DESCRIPTION="A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms."
HOMEPAGE="
https://mths.be/punycode
https://www.npmjs.com/package/punycode
"
LICENSE="MIT"
KEYWORDS="~amd64"