[gentoo-commits] repo/gentoo:master commit in: www-client/elinks/

2017-10-22 Thread Patrice Clement
commit: 37bbdf6b401b61790a7feb323a9f2b3973f230f3
Author: Felix Janda  posteo  de>
AuthorDate: Sat Oct 14 14:08:51 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Oct 22 16:55:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37bbdf6b

www-client/elinks: remove gc support.

 www-client/elinks/elinks-.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/www-client/elinks/elinks-.ebuild 
b/www-client/elinks/elinks-.ebuild
index 53d9d2a4bfe..1b01281c4f4 100644
--- a/www-client/elinks/elinks-.ebuild
+++ b/www-client/elinks/elinks-.ebuild
@@ -16,14 +16,13 @@ 
SRC_URI="https://dev.gentoo.org/~spock/portage/distfiles/elinks-0.10.4.conf.bz2;
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS=""
-IUSE="bittorrent bzip2 debug finger ftp gc gopher gpm guile idn ipv6
+IUSE="bittorrent bzip2 debug finger ftp gopher gpm guile idn ipv6
  javascript libressl lua +mouse nls nntp perl ruby samba ssl tre 
unicode X xml zlib"
 RESTRICT="test"
 
 DEPEND="
${PYTHON_DEPS}
bzip2? ( >=app-arch/bzip2-1.0.2 )
-   gc? ( dev-libs/boehm-gc )
ssl? (
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:0= )
@@ -96,7 +95,6 @@ src_configure() {
$(use_with gpm) \
$(use_with zlib) \
$(use_with bzip2 bzlib) \
-   $(use_with gc) \
$(use_with X x) \
$(use_with lua) \
$(use_with guile) \



[gentoo-commits] repo/gentoo:master commit in: www-client/elinks/

2017-10-22 Thread Patrice Clement
commit: 58afada4b13e36fceb8610b33650db02fe2534af
Author: Felix Janda  posteo  de>
AuthorDate: Sat Oct 14 13:55:46 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Oct 22 16:55:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58afada4

www-client/elinks: add Felix Janda to list of maintainers.

 www-client/elinks/metadata.xml | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/www-client/elinks/metadata.xml b/www-client/elinks/metadata.xml
index 59cbadb74eb..8dfd5728bec 100644
--- a/www-client/elinks/metadata.xml
+++ b/www-client/elinks/metadata.xml
@@ -1,7 +1,14 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
+   
+   felix.ja...@posteo.de
+   Felix Janda
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   

Enable support for the BitTorrent 
protocol
Enable support for brotli compression



[gentoo-commits] repo/gentoo:master commit in: www-client/elinks/

2017-10-11 Thread Jonas Stein
commit: 6c578f790b2c19a79a5bd31cc1852e6506ed9c9d
Author: Jonas Stein  gentoo  org>
AuthorDate: Wed Oct 11 19:59:48 2017 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Wed Oct 11 19:59:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c578f79

www-client/elinks: Proxied maintainer retired

Mail contact by proxied maintainer is invalid.

Closes: https://bugs.gentoo.org/632790
Package-Manager: Portage-2.3.11, Repoman-2.3.3

 www-client/elinks/metadata.xml | 9 +
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/www-client/elinks/metadata.xml b/www-client/elinks/metadata.xml
index 1cb8be95e41..983c04de930 100644
--- a/www-client/elinks/metadata.xml
+++ b/www-client/elinks/metadata.xml
@@ -1,14 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   kondo...@toshers.org
-   Kevin Faulkner
-   
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   
+

Enable support for the BitTorrent 
protocol
Enable support for the finger 
protocol



[gentoo-commits] repo/gentoo:master commit in: www-client/elinks/

2017-04-21 Thread David Seifert
commit: 51da4a652f7f31e23466bc7b5e6e2a54ff534331
Author: David Seifert  gentoo  org>
AuthorDate: Fri Apr 21 07:28:50 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Apr 21 07:28:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51da4a65

www-client/elinks: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 www-client/elinks/elinks-.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/www-client/elinks/elinks-.ebuild 
b/www-client/elinks/elinks-.ebuild
index 2e0011126b3..86a85d7419f 100644
--- a/www-client/elinks/elinks-.ebuild
+++ b/www-client/elinks/elinks-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -21,6 +21,7 @@ IUSE="bittorrent bzip2 debug finger ftp gc gopher gpm guile 
idn ipv6
 RESTRICT="test"
 
 DEPEND="
+   ${PYTHON_DEPS}
bzip2? ( >=app-arch/bzip2-1.0.2 )
gc? ( dev-libs/boehm-gc )
ssl? (



[gentoo-commits] repo/gentoo:master commit in: www-client/elinks/files/

2017-02-14 Thread Patrice Clement
commit: b1e78407cdca2d31fbbd9400812da3a182d4e1d5
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Tue Feb 14 19:14:25 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Feb 14 21:20:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1e78407

www-client/elinks: remove unused patch.

Closes: https://github.com/gentoo/gentoo/pull/3970

 .../elinks/files/elinks-0.11.5-makefile.patch  | 30 --
 1 file changed, 30 deletions(-)

diff --git a/www-client/elinks/files/elinks-0.11.5-makefile.patch 
b/www-client/elinks/files/elinks-0.11.5-makefile.patch
deleted file mode 100644
index beab9a9349..00
--- a/www-client/elinks/files/elinks-0.11.5-makefile.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-diff -Naurp elinks-0.11.5-orig/Makefile.lib elinks-0.11.5/Makefile.lib
 elinks-0.11.5-orig/Makefile.lib2008-11-30 13:30:08.0 +0100
-+++ elinks-0.11.5/Makefile.lib 2008-11-30 19:50:46.0 +0100
-@@ -95,9 +95,14 @@ endif
- 
- # All files in $(OBJS) and any $(subdir)/lib.o are linked into lib.o.
- # Sort them to filter out duplicated and get uniform order.
-+SUBDIR_LIB_O_DEPS = \
-+ $(foreach subdir,$(sort $(SUBDIRS)),$(subdir)/$(LIB_O_NAME))
-+
- LIB_O_DEPS = \
-- $(sort $(filter-out $(LIB_O_NAME),$(OBJS))) \
-- $(foreach subdir,$(sort $(SUBDIRS)),$(wildcard $(subdir)/$(LIB_O_NAME)))
-+ $(sort $(filter-out $(LIB_O_NAME),$(OBJS))) $(SUBDIR_LIB_O_DEPS)
-+
-+$(SUBDIR_LIB_O_DEPS):
-+  @$(call ncmd,recmake,$(subst /$(LIB_O_NAME),,$@),all) || exit 1;
- 
- $(LIB_O_NAME): $(LIB_O_DEPS)
-   $(call cmd,ld_objs)
-@@ -222,7 +227,8 @@ $(RULES_LOCAL):
- 
- # Default deps
- rule_deps = $(1)-recursive $(1)-default $(1)-local
--all:$(call rule_deps,all)
-+all:all-default all-local
-+  @$(MAKE) all-recursive
- install:  $(call rule_deps,install)
- clean:  $(call rule_deps,clean)
- cleanall: $(call rule_deps,cleanall)



[gentoo-commits] repo/gentoo:master commit in: www-client/elinks/

2016-04-15 Thread Anthony G. Basile
commit: 799f7a23fe3a79e3ce2ee2dacec49a880292abd8
Author: Felix Janda  posteo  de>
AuthorDate: Sun Apr 10 11:10:11 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Fri Apr 15 11:25:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=799f7a23

www-client/elinks: add libressl support also to live ebuild

 www-client/elinks/elinks-.ebuild | 9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/www-client/elinks/elinks-.ebuild 
b/www-client/elinks/elinks-.ebuild
index 3feac4b..f8d68ba 100644
--- a/www-client/elinks/elinks-.ebuild
+++ b/www-client/elinks/elinks-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -18,13 +18,16 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS=""
 IUSE="bittorrent bzip2 debug finger ftp gc gopher gpm guile idn ipv6
- javascript lua +mouse nls nntp perl ruby samba ssl unicode X xml zlib"
+ javascript libressl lua +mouse nls nntp perl ruby samba ssl unicode X 
xml zlib"
 RESTRICT="test"
 
 DEPEND="
bzip2? ( >=app-arch/bzip2-1.0.2 )
gc? ( dev-libs/boehm-gc )
-   ssl? ( >=dev-libs/openssl-0.9.6g:0= )
+   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 )



[gentoo-commits] repo/gentoo:master commit in: www-client/elinks/

2016-04-15 Thread Anthony G. Basile
commit: 115aaf816a3f9782db2d370cf639cbce163a3f11
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Fri Apr 15 11:24:15 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Fri Apr 15 11:25:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=115aaf81

www-client/elinks: fix slot operators for libressl and openssl

Package-Manager: portage-2.2.26

 www-client/elinks/elinks-0.12_pre6-r2.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/www-client/elinks/elinks-0.12_pre6-r2.ebuild 
b/www-client/elinks/elinks-0.12_pre6-r2.ebuild
index 88b93c0..eee79b6 100644
--- a/www-client/elinks/elinks-0.12_pre6-r2.ebuild
+++ b/www-client/elinks/elinks-0.12_pre6-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -23,8 +23,8 @@ DEPEND="
bzip2? ( >=app-arch/bzip2-1.0.2 )
gc? ( dev-libs/boehm-gc )
ssl? (
-   !libressl? ( dev-libs/openssl:0 )
-   libressl? ( dev-libs/libressl )
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
)
xml? ( >=dev-libs/expat-1.95.4 )
X? ( x11-libs/libX11 x11-libs/libXt )



[gentoo-commits] repo/gentoo:master commit in: www-client/elinks/

2015-12-02 Thread Mike Frysinger
commit: d70614316ff6809f2b88a6aa773eb58523818e0d
Author: Mike Frysinger  gentoo  org>
AuthorDate: Thu Dec  3 03:58:12 2015 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Thu Dec  3 04:00:26 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7061431

www-client/elinks: add USE="gc xml" to control boehm-gc/expat deps

 www-client/elinks/elinks-0.12_pre6-r1.ebuild | 11 +++
 www-client/elinks/elinks-0.12_pre6-r2.ebuild | 11 +++
 www-client/elinks/elinks-.ebuild | 11 +++
 www-client/elinks/metadata.xml   |  2 ++
 4 files changed, 23 insertions(+), 12 deletions(-)

diff --git a/www-client/elinks/elinks-0.12_pre6-r1.ebuild 
b/www-client/elinks/elinks-0.12_pre6-r1.ebuild
index a9ffcf6..6290826 100644
--- a/www-client/elinks/elinks-0.12_pre6-r1.ebuild
+++ b/www-client/elinks/elinks-0.12_pre6-r1.ebuild
@@ -15,14 +15,15 @@ SRC_URI="http://elinks.or.cz/download/${MY_P}.tar.bz2
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="bittorrent bzip2 debug finger ftp gopher gpm guile idn ipv6 \
- javascript lua +mouse nls nntp perl ruby samba ssl unicode X zlib"
+IUSE="bittorrent bzip2 debug finger ftp gc gopher gpm guile idn ipv6
+ javascript lua +mouse nls nntp perl ruby samba ssl unicode X xml zlib"
 RESTRICT="test"
 
-DEPEND="dev-libs/boehm-gc
-   >=dev-libs/expat-1.95.4
+DEPEND="
bzip2? ( >=app-arch/bzip2-1.0.2 )
+   gc? ( dev-libs/boehm-gc )
ssl? ( >=dev-libs/openssl-0.9.6g: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 )
@@ -122,6 +123,7 @@ src_configure() {
$(use_with gpm) \
$(use_with zlib) \
$(use_with bzip2 bzlib) \
+   $(use_with gc) \
$(use_with X x) \
$(use_with lua) \
$(use_with guile) \
@@ -138,6 +140,7 @@ src_configure() {
$(use_enable finger) \
$(use_enable samba smb) \
$(use_enable mouse) \
+   $(use_enable xml xbel) \
${myconf}
 }
 

diff --git a/www-client/elinks/elinks-0.12_pre6-r2.ebuild 
b/www-client/elinks/elinks-0.12_pre6-r2.ebuild
index 23044aa..88b93c0 100644
--- a/www-client/elinks/elinks-0.12_pre6-r2.ebuild
+++ b/www-client/elinks/elinks-0.12_pre6-r2.ebuild
@@ -15,17 +15,18 @@ SRC_URI="http://elinks.or.cz/download/${MY_P}.tar.bz2
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="bittorrent bzip2 debug finger ftp gopher gpm guile idn ipv6 \
- javascript libressl lua +mouse nls nntp perl ruby samba ssl unicode X 
zlib"
+IUSE="bittorrent bzip2 debug finger ftp gc gopher gpm guile idn ipv6
+ javascript libressl lua +mouse nls nntp perl ruby samba ssl unicode X 
xml zlib"
 RESTRICT="test"
 
-DEPEND="dev-libs/boehm-gc
-   >=dev-libs/expat-1.95.4
+DEPEND="
bzip2? ( >=app-arch/bzip2-1.0.2 )
+   gc? ( dev-libs/boehm-gc )
ssl? (
!libressl? ( dev-libs/openssl:0 )
libressl? ( dev-libs/libressl )
)
+   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 )
@@ -125,6 +126,7 @@ src_configure() {
$(use_with gpm) \
$(use_with zlib) \
$(use_with bzip2 bzlib) \
+   $(use_with gc) \
$(use_with X x) \
$(use_with lua) \
$(use_with guile) \
@@ -141,6 +143,7 @@ src_configure() {
$(use_enable finger) \
$(use_enable samba smb) \
$(use_enable mouse) \
+   $(use_enable xml xbel) \
${myconf}
 }
 

diff --git a/www-client/elinks/elinks-.ebuild 
b/www-client/elinks/elinks-.ebuild
index 476a621..3feac4b 100644
--- a/www-client/elinks/elinks-.ebuild
+++ b/www-client/elinks/elinks-.ebuild
@@ -17,14 +17,15 @@ 
SRC_URI="https://dev.gentoo.org/~spock/portage/distfiles/elinks-0.10.4.conf.bz2;
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS=""
-IUSE="bittorrent bzip2 debug finger ftp gopher gpm guile idn ipv6 \
- javascript lua +mouse nls nntp perl ruby samba ssl unicode X zlib"
+IUSE="bittorrent bzip2 debug finger ftp gc gopher gpm guile idn ipv6
+ javascript lua +mouse nls nntp perl ruby samba ssl unicode X xml zlib"
 RESTRICT="test"
 
-DEPEND="dev-libs/boehm-gc
-   >=dev-libs/expat-1.95.4
+DEPEND="
bzip2? ( >=app-arch/bzip2-1.0.2 )
+   gc? ( dev-libs/boehm-gc )

[gentoo-commits] repo/gentoo:master commit in: www-client/elinks/

2015-11-20 Thread Anthony G. Basile
commit: 807b6c2744675b40ccda55e350e4f8b49d5cd2cf
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sat Nov 21 06:52:07 2015 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sat Nov 21 07:17:17 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=807b6c27

www-client/elinks: add libressl support

Package-Manager: portage-2.2.20.1

 www-client/elinks/elinks-0.12_pre6-r2.ebuild | 184 +++
 1 file changed, 184 insertions(+)

diff --git a/www-client/elinks/elinks-0.12_pre6-r2.ebuild 
b/www-client/elinks/elinks-0.12_pre6-r2.ebuild
new file mode 100644
index 000..23044aa
--- /dev/null
+++ b/www-client/elinks/elinks-0.12_pre6-r2.ebuild
@@ -0,0 +1,184 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+inherit eutils autotools flag-o-matic
+
+MY_P="${P/_/}"
+DESCRIPTION="Advanced and well-established text-mode web browser"
+HOMEPAGE="http://elinks.or.cz/;
+SRC_URI="http://elinks.or.cz/download/${MY_P}.tar.bz2
+   https://dev.gentoo.org/~spock/portage/distfiles/elinks-0.10.4.conf.bz2
+   
https://dev.gentoo.org/~axs/distfiles/${PN}-0.12_pre5-js185-patches.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE="bittorrent bzip2 debug finger ftp gopher gpm guile idn ipv6 \
+ javascript libressl lua +mouse nls nntp perl ruby samba ssl unicode X 
zlib"
+RESTRICT="test"
+
+DEPEND="dev-libs/boehm-gc
+   >=dev-libs/expat-1.95.4
+   bzip2? ( >=app-arch/bzip2-1.0.2 )
+   ssl? (
+   !libressl? ( dev-libs/openssl:0 )
+   libressl? ( dev-libs/libressl )
+   )
+   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 )
+   perl? ( dev-lang/perl )
+   ruby? ( dev-lang/ruby:= dev-ruby/rubygems )
+   samba? ( net-fs/samba )
+   javascript? ( dev-lang/spidermonkey:0 )"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   cd "${WORKDIR}"
+   epatch "${FILESDIR}"/${PN}-0.10.4.conf-syscharset.diff
+   mv "${PN}-0.10.4.conf" "${PN}.conf"
+   if ! use ftp ; then
+   sed -i -e 's/\(.*protocol.ftp.*\)/# \1/' ${PN}.conf
+   fi
+   sed -i -e 's/\(.*set protocol.ftp.use_epsv.*\)/# \1/' ${PN}.conf
+   cd "${S}"
+
+   if use lua && has_version ">=dev-lang/lua-5.1"; then
+   epatch "${FILESDIR}"/${PN}-0.11.2-lua-5.1.patch
+   fi
+
+   epatch "${FILESDIR}"/${PN}--parallel-make.patch
+   epatch "${FILESDIR}"/${PN}-0.12_pre5-compilation-fix.patch
+
+   if use javascript ; then
+   if has_version ">=dev-lang/spidermonkey-1.8"; then
+   if has_version ">=dev-lang/spidermonkey-1.8.5"; then
+   epatch 
"${WORKDIR}"/patches/${PN}-0.12_pre5-js185-1-heartbeat.patch
+   epatch 
"${WORKDIR}"/patches/${PN}-0.12_pre5-js185-2-up.patch
+   epatch 
"${WORKDIR}"/patches/${PN}-0.12_pre5-js185-3-histback.patch
+   epatch 
"${FILESDIR}"/${PN}-0.12_pre5-sm185-jsval-fixes.patch
+#  if has_version ">=dev-lang/spidermonkey-1.8.7"; 
then
+#  # fix lib order in configure check and 
add mozjs187
+#  # (these seds are necessary so that 
@preserved-libs copies are not used)
+#  sed -i -e 's:for spidermonkeylib in js 
.*$:for spidermonkeylib in mozjs187 mozjs185 mozjs js smjs; do:' \
+#  configure.in || die
+#  else
+   # fix lib order in configure check
+   # (these seds are necessary so that 
@preserved-libs copies are not used)
+   sed -i -e 's:for spidermonkeylib in js 
.*$:for spidermonkeylib in mozjs185 mozjs js smjs; do:' \
+   configure.in || die
+#  fi
+   else
+   # fix lib order in configure check
+   # (these seds are necessary so that 
@preserved-libs copies are not used)
+   epatch 
"${FILESDIR}"/${MY_P}-spidermonkey-callback.patch
+   sed -i -e 's:for spidermonkeylib in js .*$:for 
spidermonkeylib in mozjs js smjs; do:' \
+   configure.in || die
+  

[gentoo-commits] repo/gentoo:master commit in: www-client/elinks/

2015-10-07 Thread Ian Stakenvicius
commit: aa17cfc711af44392e475f33845ba7987d6b2ca8
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Wed Oct  7 18:56:10 2015 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Wed Oct  7 18:56:36 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa17cfc7

www-client/elinks: added missing slot deps on atoms

elinks ebuilds did not implement slot-operator deps, nor did they contain proper
slot-0 limiters on dependency atoms for packages such as ncurses, lua, and 
openssl.
This commit addresses those issues.

Package-Manager: portage-2.2.20.1
RepoMan-Options: --force

 .../{elinks-0.12_pre6.ebuild => elinks-0.12_pre6-r1.ebuild}   | 8 
 www-client/elinks/elinks-.ebuild  | 8 
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/www-client/elinks/elinks-0.12_pre6.ebuild 
b/www-client/elinks/elinks-0.12_pre6-r1.ebuild
similarity index 97%
rename from www-client/elinks/elinks-0.12_pre6.ebuild
rename to www-client/elinks/elinks-0.12_pre6-r1.ebuild
index 7697bee..a9ffcf6 100644
--- a/www-client/elinks/elinks-0.12_pre6.ebuild
+++ b/www-client/elinks/elinks-0.12_pre6-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -22,11 +22,11 @@ RESTRICT="test"
 DEPEND="dev-libs/boehm-gc
>=dev-libs/expat-1.95.4
bzip2? ( >=app-arch/bzip2-1.0.2 )
-   ssl? ( >=dev-libs/openssl-0.9.6g )
+   ssl? ( >=dev-libs/openssl-0.9.6g:0 )
X? ( x11-libs/libX11 x11-libs/libXt )
zlib? ( >=sys-libs/zlib-1.1.4 )
-   lua? ( >=dev-lang/lua-5 )
-   gpm? ( >=sys-libs/ncurses-5.2 >=sys-libs/gpm-1.20.0-r5 )
+   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 )
perl? ( dev-lang/perl )

diff --git a/www-client/elinks/elinks-.ebuild 
b/www-client/elinks/elinks-.ebuild
index cc62902..476a621 100644
--- a/www-client/elinks/elinks-.ebuild
+++ b/www-client/elinks/elinks-.ebuild
@@ -24,15 +24,15 @@ RESTRICT="test"
 DEPEND="dev-libs/boehm-gc
>=dev-libs/expat-1.95.4
bzip2? ( >=app-arch/bzip2-1.0.2 )
-   ssl? ( >=dev-libs/openssl-0.9.6g )
+   ssl? ( >=dev-libs/openssl-0.9.6g:0= )
X? ( x11-libs/libX11 x11-libs/libXt )
zlib? ( >=sys-libs/zlib-1.1.4 )
-   lua? ( >=dev-lang/lua-5 )
-   gpm? ( >=sys-libs/ncurses-5.2 >=sys-libs/gpm-1.20.0-r5 )
+   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 )
perl? ( dev-lang/perl:= )
-   ruby? ( dev-lang/ruby dev-ruby/rubygems )
+   ruby? ( dev-lang/ruby:* dev-ruby/rubygems:* )
samba? ( net-fs/samba )
javascript? ( >=dev-lang/spidermonkey-1.8.5:0= )"
 RDEPEND="${DEPEND}"



<    1   2