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 fontfaceobserver-2.1.0.tgz 9268 BLAKE2B 113d1d07d22f9e3ba67c0bfdfdddac88c8887ffa04cdaf1ca5da0b1f06beab1f5fb3ca9673c53aa3bfdb5f22f061326fca578c72cd68fac73ad403e5f56e7dbc SHA512 45e3ac3b617aea351ad239afda794cfecd4c8aeb49c7fb2b8407b6f9313c74908c8b4d9964e7024f14c2405af761eb7eb8e0d4b67af831ec20fad350fb857536

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="Detect if web fonts are available"
HOMEPAGE="
https://fontfaceobserver.com/
https://www.npmjs.com/package/fontfaceobserver
"
LICENSE="BSD"
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/bramstein/fontfaceobserver/issues</bugs-to>
<remote-id type="github">bramstein/fontfaceobserver</remote-id>
</upstream>
</pkgmetadata>