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

@@ -0,0 +1 @@
DIST colors-1.4.0.tgz 11266 BLAKE2B 6ae969a479cdaf0d6fd90e4c65932861a7c92b606896e30b8138d57a80515efacac4f200248e27e2a3e7a64083cbfe062cce32eb253823107956eafb062a3bcd SHA512 6be52a4e1e2481983f4a51af7dbcc31e9811bbb00040e9a6a911c99f185164808a1544fdd5bad584d36de7c08c594f4fb016efdcf0c26541db571b83887da6b4

View File

@@ -0,0 +1,21 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit node
DESCRIPTION="get colors in your node.js console"
HOMEPAGE="
https://github.com/Marak/colors.js
https://www.npmjs.com/package/colors
"
LICENSE="MIT"
KEYWORDS="~amd64"
IUSE="examples"
src_install() {
use examples && dodoc -r examples
rm -rf examples || die
node_src_install
}

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