Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-js/node-gyp-build/
Date: Thu, 30 Sep 2021 19:39:44
Message-Id: 1632920907.89df43aa70a96ab1365b6b6a625c43b8dbc25fc8.arthurzam@gentoo
1 commit: 89df43aa70a96ab1365b6b6a625c43b8dbc25fc8
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Wed Sep 29 13:07:20 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 29 13:08:27 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=89df43aa
7
8 dev-js/node-gyp-build: initial import
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-js/node-gyp-build/Manifest | 1 +
13 dev-js/node-gyp-build/metadata.xml | 12 ++++++++++++
14 dev-js/node-gyp-build/node-gyp-build-4.2.3.ebuild | 15 +++++++++++++++
15 3 files changed, 28 insertions(+)
16
17 diff --git a/dev-js/node-gyp-build/Manifest b/dev-js/node-gyp-build/Manifest
18 new file mode 100644
19 index 000000000..857d4b3d3
20 --- /dev/null
21 +++ b/dev-js/node-gyp-build/Manifest
22 @@ -0,0 +1 @@
23 +DIST node-gyp-build-4.2.3.tgz 4822 BLAKE2B 87abbab8d7d3ba2e8c6f5fb0f730159f9335c743dfeea92f3a3370e0a8e24fa9dee1672833b7e661091a82791046d5b5ec5e83c26cf1b9c44586118991db707f SHA512 30de99a7399f34244cfb7b79ecf4c91e01f2c3f8783969d9ea647c3f98ffb99b6a42be3a451b8313f3fe8379f4611fc08985de5a2c596736a2a7bee074809f46
24
25 diff --git a/dev-js/node-gyp-build/metadata.xml b/dev-js/node-gyp-build/metadata.xml
26 new file mode 100644
27 index 000000000..c15aad3b5
28 --- /dev/null
29 +++ b/dev-js/node-gyp-build/metadata.xml
30 @@ -0,0 +1,12 @@
31 +<?xml version="1.0" encoding="UTF-8"?>
32 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
33 +<pkgmetadata>
34 + <maintainer type="person">
35 + <email>lssndrbarbieri@×××××.com</email>
36 + <name>Alessandro Barbieri</name>
37 + </maintainer>
38 + <upstream>
39 + <bugs-to>https://github.com/prebuild/node-gyp-build/issues</bugs-to>
40 + <remote-id type="github">prebuild/node-gyp-build</remote-id>
41 + </upstream>
42 +</pkgmetadata>
43
44 diff --git a/dev-js/node-gyp-build/node-gyp-build-4.2.3.ebuild b/dev-js/node-gyp-build/node-gyp-build-4.2.3.ebuild
45 new file mode 100644
46 index 000000000..b8dd65151
47 --- /dev/null
48 +++ b/dev-js/node-gyp-build/node-gyp-build-4.2.3.ebuild
49 @@ -0,0 +1,15 @@
50 +# Copyright 1999-2021 Gentoo Authors
51 +# Distributed under the terms of the GNU General Public License v2
52 +
53 +EAPI=7
54 +
55 +inherit node
56 +
57 +DESCRIPTION="Build tool and bindings loader for node-gyp that supports prebuilds"
58 +HOMEPAGE="
59 + https://github.com/prebuild/node-gyp-build
60 + https://www.npmjs.com/package/node-gyp-build
61 +"
62 +
63 +LICENSE="MIT"
64 +KEYWORDS="~amd64"