dev-nodejs/inherits - 2.0.4 (lanodanOverlay)

Search

Package Information

Description:
Browser-friendly inheritance fully compatible with standard node.js inherits()
Homepage:
https://github.com/isaacs/inherits
License:
ISC

Ebuild Details

Version EAPI Keywords Slot
2.0.4 8 ~amd64 0
View Raw Ebuild
# Copyright 2022 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit nodejs

DESCRIPTION="Browser-friendly inheritance fully compatible with standard node.js inherits()"
HOMEPAGE="https://github.com/isaacs/inherits"
SRC_URI="https://github.com/isaacs/inherits/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"

#RESTRICT="!test? ( test )"
#DEPEND="test? ( dev-nodejs/tap )"

RESTRICT="test"

USE Flags

Manifest for 2.0.4

Type File Size Source URLs
DIST inherits-2.0.4.tar.gz 31453 bytes https://github.com/isaacs/inherits/archive/refs/tags/v2.0.4.tar.gz