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

@@ -0,0 +1 @@
DIST fn_name-1.1.0.tgz 2771 BLAKE2B 0ba63213835325780d151ec391630fd446a084e23e6ad79e9ddcda7f7499569785923f69d8d3bd48ee2b2915b14523200bda8883668d62a969c52e6ac4cd5201 SHA512 1919e607980fc89a4085341d4994d2a7db9a3d2be5d3d2a861c310b6c07dad0a0e9b3b3d747e9f7de71c1fe67e72fe8febc1eee5b0ba263461e0087f98748d47

View File

@@ -0,0 +1,16 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit node
MYPN="${PN/_/.}"
SRC_URI="mirror://npm/${MYPN}/-/${MYPN}-${PV}.tgz -> ${P}.tgz"
DESCRIPTION="Extract names from functions"
HOMEPAGE="
https://github.com/3rd-Eden/fn.name
https://www.npmjs.com/package/fn.name
"
LICENSE="MIT"
KEYWORDS="~amd64"

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