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 40C57138331 for ; Sun, 18 Feb 2018 17:25:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D390E0D1F; Sun, 18 Feb 2018 17:25:56 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 28807E0D1B for ; Sun, 18 Feb 2018 17:25:56 +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 28508335C4C for ; Sun, 18 Feb 2018 17:25:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 982BE1C5 for ; Sun, 18 Feb 2018 17:25:53 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1518974739.9cff0c12bbe3e9eb361326d9f42e77d211bb8865.monsieurp@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.12_pre6-r3.ebuild www-client/elinks/elinks-9999.ebuild X-VCS-Directories: www-client/elinks/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 9cff0c12bbe3e9eb361326d9f42e77d211bb8865 X-VCS-Branch: master Date: Sun, 18 Feb 2018 17:25:53 +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-Archives-Salt: de217968-4996-429a-bd86-c798174b9f88 X-Archives-Hash: 0b7ad89aa1df6a1ff7d44bf2c807c519 commit: 9cff0c12bbe3e9eb361326d9f42e77d211bb8865 Author: Felix Janda posteo de> AuthorDate: Sun Nov 26 13:16:32 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sun Feb 18 17:25:39 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cff0c12 www-client/elinks: sort dependencies. Closes: https://github.com/gentoo/gentoo/pull/6960 www-client/elinks/elinks-0.12_pre6-r3.ebuild | 38 ++++++++++++++-------------- www-client/elinks/elinks-9999.ebuild | 36 +++++++++++++------------- 2 files changed, 37 insertions(+), 37 deletions(-) diff --git a/www-client/elinks/elinks-0.12_pre6-r3.ebuild b/www-client/elinks/elinks-0.12_pre6-r3.ebuild index 045c7b755e8..f6e65dacca0 100644 --- a/www-client/elinks/elinks-0.12_pre6-r3.ebuild +++ b/www-client/elinks/elinks-0.12_pre6-r3.ebuild @@ -21,22 +21,22 @@ RESTRICT="test" DEPEND=" bzip2? ( >=app-arch/bzip2-1.0.2 ) gc? ( dev-libs/boehm-gc ) - ssl? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) - ) - xml? ( >=dev-libs/expat-1.95.4 ) - X? ( x11-libs/libX11 x11-libs/libXt ) - zlib? ( >=sys-libs/zlib-1.1.4 ) - lua? ( >=dev-lang/lua-5:0= ) gpm? ( >=sys-libs/ncurses-5.2:0= >=sys-libs/gpm-1.20.0-r5 ) guile? ( >=dev-scheme/guile-1.6.4-r1[deprecated,discouraged] ) idn? ( net-dns/libidn ) + javascript? ( >=dev-lang/spidermonkey-1.8.5:0= ) + lua? ( >=dev-lang/lua-5:0= ) perl? ( dev-lang/perl:= ) ruby? ( dev-lang/ruby:* dev-ruby/rubygems:* ) samba? ( net-fs/samba ) + ssl? ( + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) + ) tre? ( dev-libs/tre ) - javascript? ( >=dev-lang/spidermonkey-1.8.5:0= )" + X? ( x11-libs/libX11 x11-libs/libXt ) + xml? ( >=dev-libs/expat-1.95.4 ) + zlib? ( >=sys-libs/zlib-1.1.4 )" RDEPEND="${DEPEND}" S="${WORKDIR}/${MY_P}" @@ -105,27 +105,27 @@ src_configure() { --enable-256-colors \ --enable-true-color \ --enable-html-highlight \ - $(use_with gpm) \ - $(use_with zlib) \ $(use_with bzip2 bzlib) \ $(use_with gc) \ - $(use_with X x) \ - $(use_with lua) \ + $(use_with gpm) \ $(use_with guile) \ - $(use_with perl) \ - $(use_with ruby) \ $(use_with idn) \ $(use_with javascript spidermonkey) \ + $(use_with lua) \ + $(use_with perl) \ + $(use_with ruby) \ $(use_with tre) \ + $(use_with X x) \ + $(use_with zlib) \ $(use_enable bittorrent) \ - $(use_enable nls) \ - $(use_enable ipv6) \ + $(use_enable finger) \ $(use_enable ftp) \ $(use_enable gopher) \ + $(use_enable ipv6) \ + $(use_enable mouse) \ + $(use_enable nls) \ $(use_enable nntp) \ - $(use_enable finger) \ $(use_enable samba smb) \ - $(use_enable mouse) \ $(use_enable xml xbel) \ ${myconf} } diff --git a/www-client/elinks/elinks-9999.ebuild b/www-client/elinks/elinks-9999.ebuild index f608a19718e..b524b78949c 100644 --- a/www-client/elinks/elinks-9999.ebuild +++ b/www-client/elinks/elinks-9999.ebuild @@ -24,22 +24,22 @@ DEPEND=" ${PYTHON_DEPS} brotli? ( app-arch/brotli ) bzip2? ( >=app-arch/bzip2-1.0.2 ) - ssl? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) - ) - xml? ( >=dev-libs/expat-1.95.4 ) - X? ( x11-libs/libX11 x11-libs/libXt ) - zlib? ( >=sys-libs/zlib-1.1.4 ) - lua? ( >=dev-lang/lua-5:0= ) gpm? ( >=sys-libs/ncurses-5.2:0= >=sys-libs/gpm-1.20.0-r5 ) guile? ( >=dev-scheme/guile-1.6.4-r1[deprecated,discouraged] ) idn? ( net-dns/libidn ) + javascript? ( >=dev-lang/spidermonkey-1.8.5:0= ) + lua? ( >=dev-lang/lua-5:0= ) perl? ( dev-lang/perl:= ) ruby? ( dev-lang/ruby:* dev-ruby/rubygems:* ) samba? ( net-fs/samba ) + ssl? ( + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) + ) tre? ( dev-libs/tre ) - javascript? ( >=dev-lang/spidermonkey-1.8.5:0= )" + X? ( x11-libs/libX11 x11-libs/libXt ) + xml? ( >=dev-libs/expat-1.95.4 ) + zlib? ( >=sys-libs/zlib-1.1.4 )" RDEPEND="${DEPEND}" PATCHES=( @@ -100,26 +100,26 @@ src_configure() { --enable-true-color \ --enable-html-highlight \ $(use_with gpm) \ - $(use_with zlib) \ $(use_with brotli) \ $(use_with bzip2 bzlib) \ - $(use_with X x) \ - $(use_with lua) \ $(use_with guile) \ - $(use_with perl) \ - $(use_with ruby) \ $(use_with idn) \ $(use_with javascript spidermonkey) \ + $(use_with lua) \ + $(use_with perl) \ + $(use_with ruby) \ $(use_with tre) \ + $(use_with X x) \ + $(use_with zlib) \ $(use_enable bittorrent) \ - $(use_enable nls) \ - $(use_enable ipv6) \ + $(use_enable finger) \ $(use_enable ftp) \ $(use_enable gopher) \ + $(use_enable ipv6) \ + $(use_enable mouse) \ + $(use_enable nls) \ $(use_enable nntp) \ - $(use_enable finger) \ $(use_enable samba smb) \ - $(use_enable mouse) \ $(use_enable xml xbel) \ ${myconf} }