From ca42d81dacb4e791a1f095ee5e1a9c5ab47acb65 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Mon, 27 Apr 2020 02:41:40 +0300 Subject: [PATCH] nodejs:ver. bump and fix deps --- network/library/nodejs/actions.py | 6 ++++-- network/library/nodejs/pspec.xml | 26 +++++++++++++++++-------- network/library/nodejs/translations.xml | 2 +- 3 files changed, 23 insertions(+), 11 deletions(-) diff --git a/network/library/nodejs/actions.py b/network/library/nodejs/actions.py index 28f58941f1..c308d74600 100644 --- a/network/library/nodejs/actions.py +++ b/network/library/nodejs/actions.py @@ -5,14 +5,16 @@ # Licensed under the GNU General Public License, version 2. # See the file http://www.gnu.org/copyleft/gpl.txt. +from pisi.actionsapi import shelltools from pisi.actionsapi import autotools from pisi.actionsapi import pisitools -from pisi.actionsapi import shelltools from pisi.actionsapi import get # WorkDir = "" # NoStrip = "/" +shelltools.export("JOBS", get.makeJOBS().replace("-j5", "-j2")) + def setup(): autotools.rawConfigure("--prefix=/usr \ --with-intl=system-icu \ @@ -24,4 +26,4 @@ def build(): def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", "README*") + pisitools.dodoc("AUTHORS", "README*") \ No newline at end of file diff --git a/network/library/nodejs/pspec.xml b/network/library/nodejs/pspec.xml index 56f77e31b5..ce72c18884 100644 --- a/network/library/nodejs/pspec.xml +++ b/network/library/nodejs/pspec.xml @@ -1,5 +1,5 @@ - + nodejs @@ -8,37 +8,47 @@ Ertuğrul Erata ertugrulerata@gmail.com + network.library MIT app:console - is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications - Evented I/O for V8 javascript - https://nodejs.org/dist/v13.6.0/node-v13.6.0.tar.xz + Evented I/O for V8 javascript + Node.js is an open-source, cross-platform, JavaScript runtime environment. It executes JavaScript code outside of a browser. + https://nodejs.org/dist/v14.0.0/node-v14.0.0.tar.xz openssl-devel icu4c-devel - + nodejs + Node.js JavaScript runtime openssl libgcc + icu4c + /usr/lib/node_modules + /usr/share/systemtap /usr/bin /usr/include - /usr/lib/node_modules /usr/share/doc /usr/share/man - /usr/share/systemtap + + 2020-04-26 + 14.0.0 + Major version bump. + Blue Devil + bluedevil@sctzine.com + 2020-01-17 13.6.0 @@ -75,4 +85,4 @@ ertugrulerata@gmail.com - + \ No newline at end of file diff --git a/network/library/nodejs/translations.xml b/network/library/nodejs/translations.xml index 66a1f631c8..1a6f62136b 100644 --- a/network/library/nodejs/translations.xml +++ b/network/library/nodejs/translations.xml @@ -5,4 +5,4 @@ Olay bazlı V8 Javascript motoru Kolay, hızlı, ölçeklenebilir ağ uygulamaları oluşturmak için Chrome'un JavaScript çalışma üzerine inşa edilmiş bir platform. - + \ No newline at end of file