From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 744BE138359 for ; Mon, 21 Sep 2020 21:48:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 989FFE083B; Mon, 21 Sep 2020 21:48:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7F766E0835 for ; Mon, 21 Sep 2020 21:48:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CB043340E74 for ; Mon, 21 Sep 2020 21:48:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B29EF37A for ; Mon, 21 Sep 2020 21:48:42 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1600724912.54c13e03a393591bd5396e7de7fb97ebd8d78f9a.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/spidermonkey/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/spidermonkey/files/spidermonkey-17.0.0-unbreak-clang.patch X-VCS-Directories: dev-lang/spidermonkey/files/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 54c13e03a393591bd5396e7de7fb97ebd8d78f9a X-VCS-Branch: master Date: Mon, 21 Sep 2020 21:48:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 97ef5da9-f34f-4869-99c0-eee7b7a51f0f X-Archives-Hash: 9f953cbefe64e4da604abc7b526c1dd5 commit: 54c13e03a393591bd5396e7de7fb97ebd8d78f9a Author: Michael Mair-Keimberger gmail com> AuthorDate: Mon Sep 21 18:43:04 2020 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Mon Sep 21 21:48:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54c13e03 dev-lang/spidermonkey: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/17630 Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: Michael Mair-Keimberger gmail.com> Signed-off-by: Conrad Kostecki gentoo.org> .../files/spidermonkey-17.0.0-unbreak-clang.patch | 32 ---------------------- 1 file changed, 32 deletions(-) diff --git a/dev-lang/spidermonkey/files/spidermonkey-17.0.0-unbreak-clang.patch b/dev-lang/spidermonkey/files/spidermonkey-17.0.0-unbreak-clang.patch deleted file mode 100644 index ef428e70b52..00000000000 --- a/dev-lang/spidermonkey/files/spidermonkey-17.0.0-unbreak-clang.patch +++ /dev/null @@ -1,32 +0,0 @@ -commit ad6d8397a05a -Author: Dan Gohman -Date: Thu May 22 11:15:06 2014 -0700 - - Bug 1012971 - SpiderMonkey: Fix various warnings. r=nbp ---- - js/public/RootingAPI.h | 4 +++- - js/src/configure.in | 1 + - js/src/jit/IonFrames.h | 17 ++++++++--------- - js/src/jit/MIR.h | 12 +++++------- - js/src/jit/PerfSpewer.cpp | 12 ++++++------ - js/src/jit/RegisterSets.h | 2 +- - js/src/jscntxt.h | 2 +- - js/src/jsgcinlines.h | 4 ++-- - js/src/jsopcode.cpp | 2 +- - js/src/jsscript.cpp | 6 +++--- - js/src/shell/js.cpp | 2 +- - js/src/vm/ArrayBufferObject.h | 16 ++++++++-------- - js/src/vm/TypedArrayObject.cpp | 26 +++++++++++++------------- - 13 files changed, 53 insertions(+), 53 deletions(-) - ---- old/js/src/jsopcode.cpp.orig 2013-02-11 22:33:23 UTC -+++ new/js/src/jsopcode.cpp -@@ -6067,7 +6067,7 @@ ExpressionDecompiler::write(JSString *s) - bool - ExpressionDecompiler::quote(JSString *s, uint32_t quote) - { -- return QuoteString(&sprinter, s, quote) >= 0; -+ return QuoteString(&sprinter, s, quote) != NULL; - } - - JSAtom *