logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git
commit: 1fa40ba40db597bc4533f6ed26155f9f2a10c478
parent 62e1dd72ac5af4a1625125625f990a909514a15d
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon,  9 Oct 2023 05:04:46 +0200

dev-nodejs/source-map-js: new package, add 1.0.2

Diffstat:

Adev-nodejs/source-map-js/Manifest1+
Adev-nodejs/source-map-js/source-map-js-1.0.2.ebuild17+++++++++++++++++
2 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/dev-nodejs/source-map-js/Manifest b/dev-nodejs/source-map-js/Manifest @@ -0,0 +1 @@ +DIST source-map-js-1.0.2.tar.gz 4525885 BLAKE2B 0a733458de78e85489b7de9d3cb0253e1302662078df586f1c42c7b5d93363a6e383b7ffaf6a68d370accce21ecd3235e5df417bc65872560a8b80bda2871f51 SHA512 431f37dd98f9b95ae1b2838fabcf5ba59f530f257a193351c6ee08c47d7ef604af0379ec592dc82a5d41ff81c175c303e6bbe7472798e2c7d5d65ab0480cf32a diff --git a/dev-nodejs/source-map-js/source-map-js-1.0.2.ebuild b/dev-nodejs/source-map-js/source-map-js-1.0.2.ebuild @@ -0,0 +1,17 @@ +# Copyright 2023 Haelwenn (lanodan) Monnier <contact@hacktivis.me> +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit nodejs + +DESCRIPTION="Generates and consumes source maps" +HOMEPAGE="https://github.com/7rulnik/source-map-js" +SRC_URI="https://github.com/7rulnik/source-map-js/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" + +src_test() { + node test/run-tests.js || die +}