commit: 6f94650ad943108652bd9adaf9c25170a872add5
parent 2116707dd9b7d6b8894492b297eaa073999f8518
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Sun, 14 Aug 2022 09:12:50 +0200
dev-util/gyp-next: new package, add 0.13.0
Diffstat:
2 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/dev-util/gyp-next/Manifest b/dev-util/gyp-next/Manifest
@@ -0,0 +1 @@
+DIST gyp-next-0.13.0.tar.gz 366511 BLAKE2B 23cfea68415c973cc8b09791f0faf8acb5acf74f0f2b1d0c9c2e013665a7a34177ee7486457b31420f1a25df7e0fa0fb855575a123ba04adbe89c08114223b85 SHA512 6a6895f6086d06f1f252e8689372e47c8b9ce015d4fbdcc04af07c11867b4edb4d641abada9a8cdfe4a2ecc7e60d288faffce620356829c5e6346c7023c8ae97
diff --git a/dev-util/gyp-next/gyp-next-0.13.0.ebuild b/dev-util/gyp-next/gyp-next-0.13.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_SINGLE_IMPL="1"
+
+inherit distutils-r1
+
+DESCRIPTION="fork of the GYP (Generate Your Projects) build system for use in the Node.js projects"
+HOMEPAGE="https://github.com/nodejs/gyp-next"
+SRC_URI="https://github.com/nodejs/gyp-next/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND="!dev-util/gyp"
+
+distutils_enable_tests pytest