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

@@ -0,0 +1 @@
DIST bevent-0.1.5.tgz 3061 BLAKE2B 3bddc31fe67f6fc0957d80db938990148dde43a53193fdf7600e2cb2aa6c9cd32e5bbc32486329f4af554487e71af1374dded633d3a762b3f3ce8300686429a2 SHA512 86ce93dc18e77626eb0263d2a0a4c798a6b7b73fdce90823bfd899c3eb40a31b8fea2cdf4c29337e5b4142b5bb4ae2b9c67636da0bfd8c211fe75fa6447f90be

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="Async event emitter for javascript"
HOMEPAGE="
https://github.com/bcoin-org/bevent
https://www.npmjs.com/package/bevent
"
LICENSE="MIT"
KEYWORDS="~amd64"
RDEPEND="
${NODEJS_RDEPEND}
dev-js/bsert
"

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/bevent/issues</bugs-to>
<remote-id type="github">git://github.com/bcoin-org/bevent.git</remote-id>
</upstream>
</pkgmetadata>