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 955CA138359 for ; Sun, 20 Sep 2020 13:12:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DEC05E088B; Sun, 20 Sep 2020 13:12:53 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C61EDE088B for ; Sun, 20 Sep 2020 13:12:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C275A340F81 for ; Sun, 20 Sep 2020 13:12:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 720432EE for ; Sun, 20 Sep 2020 13:12:51 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1600607550.d7c4df5c9424a2e359beb10531adcf37f21a96ec.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/elinks/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/elinks/elinks-0.13.4-r1.ebuild www-client/elinks/elinks-0.13.4.ebuild www-client/elinks/elinks-9999.ebuild X-VCS-Directories: www-client/elinks/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: d7c4df5c9424a2e359beb10531adcf37f21a96ec X-VCS-Branch: master Date: Sun, 20 Sep 2020 13:12:51 +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: 84f7bf5a-c64d-4f14-b7f1-3f0cd24c891d X-Archives-Hash: 17bdae530594441976f32831ab809ddc commit: d7c4df5c9424a2e359beb10531adcf37f21a96ec Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Sep 20 12:57:09 2020 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Sep 20 13:12:30 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7c4df5c www-client/elinks: remove USE=javascript Javascript support depends on old dev-lang/spidermonkey:17 which will be removed. If javascript support in elinks is really critical please file a bug and we maybe restore support. Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann gentoo.org> www-client/elinks/{elinks-0.13.4.ebuild => elinks-0.13.4-r1.ebuild} | 3 +-- www-client/elinks/elinks-9999.ebuild | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/www-client/elinks/elinks-0.13.4.ebuild b/www-client/elinks/elinks-0.13.4-r1.ebuild similarity index 97% rename from www-client/elinks/elinks-0.13.4.ebuild rename to www-client/elinks/elinks-0.13.4-r1.ebuild index 9e8e327da17..11660c2e694 100644 --- a/www-client/elinks/elinks-0.13.4.ebuild +++ b/www-client/elinks/elinks-0.13.4-r1.ebuild @@ -25,7 +25,6 @@ RDEPEND=" gpm? ( >=sys-libs/ncurses-5.2:0= >=sys-libs/gpm-1.20.0-r5 ) guile? ( >=dev-scheme/guile-1.6.4-r1[deprecated] ) idn? ( net-dns/libidn:= ) - javascript? ( dev-lang/spidermonkey:17= ) lua? ( >=dev-lang/lua-5:0= ) perl? ( dev-lang/perl:= ) ruby? ( dev-lang/ruby:* dev-ruby/rubygems:* ) @@ -65,12 +64,12 @@ src_configure() { --enable-256-colors --enable-true-color --enable-html-highlight + --without-spidermonkey $(use_with gpm) $(use_with brotli) $(use_with bzip2 bzlib) $(use_with guile) $(use_with idn) - $(use_with javascript spidermonkey) --with-luapkg=$(usev lua) $(use_with perl) $(use_with ruby) diff --git a/www-client/elinks/elinks-9999.ebuild b/www-client/elinks/elinks-9999.ebuild index 15f8ced6146..aec8f06d185 100644 --- a/www-client/elinks/elinks-9999.ebuild +++ b/www-client/elinks/elinks-9999.ebuild @@ -25,7 +25,6 @@ RDEPEND=" gpm? ( >=sys-libs/ncurses-5.2:0= >=sys-libs/gpm-1.20.0-r5 ) guile? ( >=dev-scheme/guile-1.6.4-r1[deprecated] ) idn? ( net-dns/libidn:= ) - javascript? ( dev-lang/spidermonkey:17= ) lua? ( >=dev-lang/lua-5:0= ) perl? ( dev-lang/perl:= ) ruby? ( dev-lang/ruby:* dev-ruby/rubygems:* ) @@ -70,12 +69,12 @@ src_configure() { --enable-256-colors --enable-true-color --enable-html-highlight + --without-spidermonkey $(use_with gpm) $(use_with brotli) $(use_with bzip2 bzlib) $(use_with guile) $(use_with idn) - $(use_with javascript spidermonkey) --with-luapkg=$(usev lua) $(use_with perl) $(use_with ruby)