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

@@ -0,0 +1 @@
DIST asn1-0.2.4.tgz 5666 BLAKE2B 371f3e3b2e91472944aa825202528bfcc20a77e768dd78643ebe574321bdfd6576a8ee0a5605bc86cfd3e742e0ccc7a5a0990b42ee7272918fe7a5b35bfc1328 SHA512 8f1c334292d08d29965e0c1a09913d373fa09401b4d721754275a06e11b01c8e40e85448118e8856ab478487a91ea23bfe4c84c9011a8010b998110594862f76

View File

@@ -0,0 +1,19 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit node
DESCRIPTION="Contains parsers and serializers for ASN.1 (currently BER only)"
HOMEPAGE="
https://github.com/joyent/node-asn1
https://www.npmjs.com/package/asn1
"
LICENSE="MIT"
KEYWORDS="~amd64"
RDEPEND="
${NODEJS_RDEPEND}
dev-js/safer-buffer
"

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