commit:     d7c4df5c9424a2e359beb10531adcf37f21a96ec
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 20 12:57:09 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> 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 <whissi <AT> 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)

Reply via email to