dev-js/*: tangram and dependencies

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-10-01 15:49:07 +02:00
parent 4ae93b7596
commit b61907fd50
333 changed files with 3597 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST immediate-3.3.0.tgz 6439 BLAKE2B 4dcb21e8ceac527d21fa15406c6f926dfdefd1048380f268329ec2cf096382ff07d875f1336d6e8748fc854d48957342a68e31db449df7e347ae24d0be550580 SHA512 1d1ec456875f15475009321ec92c3e5834452653dc2ce25b5dfc3067b3a89bab63b2f6776ce9020c91de8500b79f126bbfbf9ff5779cc1acf29e353c7b8570dd

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="A cross browser microtask library"
HOMEPAGE="
https://github.com/calvinmetcalf/immediate
https://www.npmjs.com/package/immediate
"
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/calvinmetcalf/immediate/issues</bugs-to>
<remote-id type="github">calvinmetcalf/immediate</remote-id>
</upstream>
</pkgmetadata>