commit: f4f73be8769bd92f719a923c624d02d1bf5f6a81
parent 128cc93b9c158ec1b8ad8db647e87daff494e351
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Mon, 9 Oct 2023 06:42:05 +0200
dev-nodejs/normalize-range: new package, add 0.1.2
Diffstat:
2 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/dev-nodejs/normalize-range/Manifest b/dev-nodejs/normalize-range/Manifest
@@ -0,0 +1 @@
+DIST normalize-range-0.1.2.tar.gz 5134 BLAKE2B 9dfa9132f2ae605fd744ac68eb90cf100d372737b9da8d6cdc0e6c969ef9cb545bcaf2d5cd11fed59a8f627a51f605f28e75511f74ec6773d0c14db85a371e0e SHA512 f8310d00396a98e682997d2d5645f873a86ca9ea3d8071b947f493ce80c9fceef54a9b35484555145e625391ad6f167b0d503bc5c45e0783379b74fb9893bec1
diff --git a/dev-nodejs/normalize-range/normalize-range-0.1.2.ebuild b/dev-nodejs/normalize-range/normalize-range-0.1.2.ebuild
@@ -0,0 +1,15 @@
+# Copyright 2023 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit nodejs
+
+DESCRIPTION="Utility for normalizing a numeric range, including a wrapping function"
+HOMEPAGE="https://github.com/jamestalmage/normalize-range"
+SRC_URI="https://github.com/jamestalmage/normalize-range/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RESTRICT="test" # extra deps