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

View File

@@ -0,0 +1 @@
DIST expand-template-2.0.3.tgz 2311 BLAKE2B e90d8dda2546cbfc1029e3da4024ce8d13346c3c304eb3342e961d09b7c8d1b8b4aca5dad1602ebfd3f6e6a34ed23afd2d88ac38a695004c56ab8b9e3b04224b SHA512 5d87ee28cbe3e0edf97ffa4e5cb39b9dd211bf243effee8084e0e1f8e2968fd4bde3df291c79ff20cb331fe82dd1f04245630d7e4d594a9e71dc089f9a7236be

View File

@@ -0,0 +1,15 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit node
DESCRIPTION="Expand placeholders in a template string"
HOMEPAGE="
https://github.com/ralphtheninja/expand-template
https://www.npmjs.com/package/expand-template
"
LICENSE="|| ( MIT WTFPL-2 )"
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/ralphtheninja/expand-template/issues</bugs-to>
<remote-id type="github">ralphtheninja/expand-template</remote-id>
</upstream>
</pkgmetadata>