dev-js/*: hsd dependencies

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-09-30 14:23:42 +02:00
parent b17063fe77
commit 1f061f5247
102 changed files with 1089 additions and 0 deletions

1
dev-js/blru/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST blru-0.1.6.tgz 3280 BLAKE2B f1af187e57c10fe3bf6ad1bbe592c310f54f5040f3a6e80c8aaeb3a20d8511ccb341ad25e7e61e0f101792ba25dd6e49fc882f5a6f1ebc986510ccc6eea58300 SHA512 df8fb1676bb8cacfda53358253d9ba11e7b89d5b8dd72c1dc5b8bc6f76765942d4eaabe77de1ef09611d1b39557d16db862986db1c495fa47bec60f672e54eeb

View File

@@ -0,0 +1,19 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit node
DESCRIPTION="LRU cache for node.js"
HOMEPAGE="
https://github.com/bcoin-org/blru
https://www.npmjs.com/package/blru
"
LICENSE="MIT"
KEYWORDS="~amd64"
RDEPEND="
${NODEJS_RDEPEND}
dev-js/bsert
"

12
dev-js/blru/metadata.xml Normal file
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/bcoin-org/blru/issues</bugs-to>
<remote-id type="github">git://github.com/bcoin-org/blru.git</remote-id>
</upstream>
</pkgmetadata>