public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Stefan Strogin" <steils@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/libressl:master commit in: net-libs/nodejs/
Date: Sat, 17 Aug 2019 02:22:21 +0000 (UTC)	[thread overview]
Message-ID: <1566008414.9d2d06fd73d3fe6eb9280cdd6e2f126ef53f75eb.steils@gentoo> (raw)

commit:     9d2d06fd73d3fe6eb9280cdd6e2f126ef53f75eb
Author:     Stefan Strogin <steils <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 17 02:17:00 2019 +0000
Commit:     Stefan Strogin <steils <AT> gentoo <DOT> org>
CommitDate: Sat Aug 17 02:20:14 2019 +0000
URL:        https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=9d2d06fd

net-libs/nodejs: bump version to 8.16.1

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Stefan Strogin <steils <AT> gentoo.org>

 net-libs/nodejs/Manifest                                       | 2 +-
 net-libs/nodejs/{nodejs-8.16.0.ebuild => nodejs-8.16.1.ebuild} | 5 ++---
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/net-libs/nodejs/Manifest b/net-libs/nodejs/Manifest
index 94c7b95..b9f8783 100644
--- a/net-libs/nodejs/Manifest
+++ b/net-libs/nodejs/Manifest
@@ -3,4 +3,4 @@ DIST node-v11.14.0.tar.xz 22106812 BLAKE2B 3a8dd9feb5916f235bf69d0610e32c1861e64
 DIST node-v6.11.5.tar.xz 15699404 SHA256 1c6de415216799fbaeca82304b3fef87accc7101ebf2ead7d5c545e0779e8aaf SHA512 62490725ef7957294c1bddf21ef0626c7472876791210168116501255ecee58457e9de9b044e10033706243299bbfd1495efeca169596fbf26f5eeba6d8fa4c9 WHIRLPOOL 6e572e34d473544624734a54243dc41101e91d045f2b9cedc0c1a65c90584deb163efb422a0c992689ef9878cc5b882758795ae4d902c1c5b20468d8fa2151da
 DIST node-v8.12.0.tar.xz 18310452 BLAKE2B 79634fc57cd76a97e72bab4be37da91d5eff4d13cdaa2b48e83f013885fa3590ba4a28378baf036ed26b7304bf234753d1d4014f72571496f5bb6cd5b221e5f0 SHA512 665d2dba287d78bcd723d7b4d00a6897fb996f4aa69a541e010a3dfeb2614257892117fcce7123966b1ecaddc9269a6667e0e262df693baea1f476c96de55c42
 DIST node-v8.15.1.tar.xz 18501532 BLAKE2B e6da98902d665997b2e85472424e00f817353dcfc118b1d309f1305099b145eb0eae33429554ab5d563366182b34b24ac78f8b78794f8d21318ebcd137622131 SHA512 23fb4e2580116a69a58514c2dc1f42098c7d594ea9d0cd6e7090f37e12e1805ca6546df66ee68fcb61b803e287ce34422f55129412f6bdcdaa97f515d9581e19
-DIST node-v8.16.0.tar.xz 18515392 BLAKE2B fc2e53322fbd74cc35c3865d718733ca18d37f82af057650cf119ad64bb81aab1dcf8a09e43437b1f196547c11291f5d7de5f53a959f0b742f8f5b97e4a2d7fc SHA512 42ce0aa6f94b42859c2df43db4e3a2818581ccaf92179a7a5252ec122035c8674dddb8aad3b867d8edfff19053918162ad04e8f2eedc1026b199a12b586ae103
+DIST node-v8.16.1.tar.xz 18519480 BLAKE2B a721ea5118e6e97ce36245367d33fb2eab8a9b4fba72f59f1a65dfc79de394a235a579fa789e8676d2897a928444db11e7792e7fe49c59bf17ac4cc1cac63941 SHA512 7d2d7c063934227e5204b2912de45ed1667d5c35573322192393bdac623491559ccd9fa8fbf05828bd2bb8e3aeb03d82804775cccb1139b48298758defe92be3

diff --git a/net-libs/nodejs/nodejs-8.16.0.ebuild b/net-libs/nodejs/nodejs-8.16.1.ebuild
similarity index 98%
rename from net-libs/nodejs/nodejs-8.16.0.ebuild
rename to net-libs/nodejs/nodejs-8.16.1.ebuild
index 4c52556..2cb81b7 100644
--- a/net-libs/nodejs/nodejs-8.16.0.ebuild
+++ b/net-libs/nodejs/nodejs-8.16.1.ebuild
@@ -7,7 +7,7 @@ RESTRICT="test"
 PYTHON_COMPAT=( python2_7 )
 PYTHON_REQ_USE="threads"
 
-inherit bash-completion-r1 eutils flag-o-matic pax-utils python-single-r1 toolchain-funcs
+inherit bash-completion-r1 eutils flag-o-matic pax-utils python-any-r1 toolchain-funcs
 
 DESCRIPTION="A JavaScript runtime built on Chrome's V8 JavaScript engine"
 HOMEPAGE="https://nodejs.org/"
@@ -18,7 +18,6 @@ SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x64-macos"
 IUSE="bundled-ssl cpu_flags_x86_sse2 debug doc icu inspector libressl +npm +snapshot +ssl systemtap test"
 REQUIRED_USE="
-	${PYTHON_REQUIRED_USE}
 	bundled-ssl? ( ssl )
 	inspector? ( icu ssl )
 	libressl? ( bundled-ssl )
@@ -29,7 +28,7 @@ RDEPEND="
 	>=dev-libs/libuv-1.23.2:=
 	>=net-dns/c-ares-1.10.1
 	>=net-libs/http-parser-2.9.0:=
-	>=net-libs/nghttp2-1.33.0
+	>=net-libs/nghttp2-1.39.2
 	sys-libs/zlib
 	icu? ( >=dev-libs/icu-60.1:= )
 	ssl? (


             reply	other threads:[~2019-08-17  2:22 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-17  2:22 Stefan Strogin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-02-19 21:43 [gentoo-commits] repo/proj/libressl:master commit in: net-libs/nodejs/ Stefan Strogin
2020-02-19 21:43 Stefan Strogin
2020-02-16  7:03 Stefan Strogin
2020-02-06 19:32 Stefan Strogin
2020-02-06 19:32 Stefan Strogin
2020-01-26 12:01 Stefan Strogin
2020-01-26 11:41 Stefan Strogin
2020-01-09 18:29 Stefan Strogin
2020-01-09 18:29 Stefan Strogin
2019-12-30  9:08 Stefan Strogin
2019-12-30  9:08 Stefan Strogin
2019-12-20  2:26 Stefan Strogin
2019-10-18 13:05 Stefan Strogin
2019-10-18 13:05 Stefan Strogin
2019-10-18 13:05 Stefan Strogin
2019-10-10 20:07 Stefan Strogin
2019-10-03 11:39 Stefan Strogin
2019-09-28  9:51 Stefan Strogin
2019-09-28  9:51 Stefan Strogin
2019-09-05  9:16 Stefan Strogin
2019-09-05  9:16 Stefan Strogin
2019-08-27 17:14 Stefan Strogin
2019-08-27 17:14 Stefan Strogin
2019-08-27 17:14 Stefan Strogin
2019-08-20  3:31 Stefan Strogin
2019-08-17  2:22 Stefan Strogin
2019-04-18  1:27 Stefan Strogin
2019-04-17  4:47 Stefan Strogin
2019-04-17  4:47 Stefan Strogin
2019-03-25  6:27 Stefan Strogin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1566008414.9d2d06fd73d3fe6eb9280cdd6e2f126ef53f75eb.steils@gentoo \
    --to=steils@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox