logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git
commit: 6f538ebb2a0ed95f29524c6c7d9f44a90e3bcfe4
parent b9c28e1c028d117d5b0289acf301d8de1f00f498
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Fri,  6 Oct 2023 23:32:05 +0200

dev-nodejs/bindings: Move from dev-nodejs/node-bindings

Diffstat:

Rdev-nodejs/node-bindings/Manifest -> dev-nodejs/bindings/Manifest0
Adev-nodejs/bindings/bindings-1.5.0.ebuild18++++++++++++++++++
Ddev-nodejs/node-bindings/node-bindings-1.5.0.ebuild17-----------------
Mprofiles/updates/3Q-20231+
4 files changed, 19 insertions(+), 17 deletions(-)

diff --git a/dev-nodejs/node-bindings/Manifest b/dev-nodejs/bindings/Manifest diff --git a/dev-nodejs/bindings/bindings-1.5.0.ebuild b/dev-nodejs/bindings/bindings-1.5.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 2023 Haelwenn (lanodan) Monnier <contact@hacktivis.me> +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit nodejs + +DESCRIPTION="Helper module for loading your native module's .node file" +HOMEPAGE="https://github.com/TooTallNate/node-bindings" +SRC_URI="https://github.com/TooTallNate/node-bindings/archive/refs/tags/${PV}.tar.gz -> node-${P}.tar.gz" +S="${WORKDIR}/node-${P}/" +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND="dev-nodejs/file-uri-to-path" + +RESTRICT="test" # no tests diff --git a/dev-nodejs/node-bindings/node-bindings-1.5.0.ebuild b/dev-nodejs/node-bindings/node-bindings-1.5.0.ebuild @@ -1,17 +0,0 @@ -# Copyright 2023 Haelwenn (lanodan) Monnier <contact@hacktivis.me> -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit nodejs - -DESCRIPTION="Helper module for loading your native module's .node file" -HOMEPAGE="https://github.com/TooTallNate/node-bindings" -SRC_URI="https://github.com/TooTallNate/node-bindings/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND="dev-nodejs/file-uri-to-path" - -RESTRICT="test" # no tests diff --git a/profiles/updates/3Q-2023 b/profiles/updates/3Q-2023 @@ -1 +1,2 @@ move sys-apps/lanodan-utils sys-apps/utils-std +move dev-nodejs/node-bindings dev-nodejs/bindings