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 gl-shader-errors-1.0.3.tgz 1833 BLAKE2B c64c91d4bfd8d60d5518efcb6f2f7dc1035a1d37508e10c2be50b9782bf3cc6250084d1e2ffd50f60ee726836be15ee995b345db6e3e4b3845348abc24f8a5bb SHA512 bf47d39a21290213651df289e712321a702e9acc40e272bd6099d5bb38ef51f1991ee159e5363bdbfc4f4c835bc8f50a91e2d8f48e49d1705108fff3747a4098

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="Parses the log output of gl.getShaderInfoLog"
HOMEPAGE="
https://github.com/stackgl/gl-shader-errors
https://www.npmjs.com/package/gl-shader-errors
"
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/stackgl/gl-shader-errors/issues</bugs-to>
<remote-id type="github">stackgl/gl-shader-errors</remote-id>
</upstream>
</pkgmetadata>