public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-client/elinks: ChangeLog elinks-0.12_pre5-r2.ebuild
@ 2012-06-28 17:05 Ian Stakenvicius (axs)
  0 siblings, 0 replies; 8+ messages in thread
From: Ian Stakenvicius (axs) @ 2012-06-28 17:05 UTC (permalink / raw
  To: gentoo-commits

axs         12/06/28 17:05:31

  Modified:             ChangeLog elinks-0.12_pre5-r2.ebuild
  Log:
  fixed some spidermonkey-1.8.5 jsval usage errors, added support for spidermonkey-1.8.7
  
  (Portage version: 2.1.10.65/cvs/Linux x86_64)

Revision  Changes    Path
1.143                www-client/elinks/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/ChangeLog?rev=1.143&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/ChangeLog?rev=1.143&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/ChangeLog?r1=1.142&r2=1.143

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -r1.142 -r1.143
--- ChangeLog	16 Apr 2012 11:02:58 -0000	1.142
+++ ChangeLog	28 Jun 2012 17:05:31 -0000	1.143
@@ -1,6 +1,11 @@
 # ChangeLog for www-client/elinks
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v 1.142 2012/04/16 11:02:58 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v 1.143 2012/06/28 17:05:31 axs Exp $
+
+  28 Jun 2012; Ian Stakenvicius <axs@gentoo.org> elinks-0.12_pre5-r2.ebuild,
+  +files/elinks-0.12_pre5-sm185-jsval-fixes.patch:
+  fixed some spidermonkey-1.8.5 jsval usage errors, added support for
+  spidermonkey-1.8.7
 
 *elinks-0.12_pre5-r2 (16 Apr 2012)
 



1.2                  www-client/elinks/elinks-0.12_pre5-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/elinks-0.12_pre5-r2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/elinks-0.12_pre5-r2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/elinks-0.12_pre5-r2.ebuild?r1=1.1&r2=1.2

Index: elinks-0.12_pre5-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.12_pre5-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- elinks-0.12_pre5-r2.ebuild	16 Apr 2012 11:02:58 -0000	1.1
+++ elinks-0.12_pre5-r2.ebuild	28 Jun 2012 17:05:31 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.12_pre5-r2.ebuild,v 1.1 2012/04/16 11:02:58 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.12_pre5-r2.ebuild,v 1.2 2012/06/28 17:05:31 axs Exp $
 
 EAPI=4
 inherit eutils autotools flag-o-matic
@@ -59,6 +59,11 @@
 			epatch "${WORKDIR}"/patches/${P}-js185-1-heartbeat.patch
 			epatch "${WORKDIR}"/patches/${P}-js185-2-up.patch
 			epatch "${WORKDIR}"/patches/${P}-js185-3-histback.patch
+			epatch "${FILESDIR}"/${P}-sm185-jsval-fixes.patch
+			# expand lib check to also match mozjs187
+			if has_version ">=dev-lang/spidermonkey-1.8.7"; then
+				sed -i 's:mozjs185:mozjs187 mozjs185:' configure.in
+			fi
 		else
 			epatch "${FILESDIR}"/${MY_P}-spidermonkey-callback.patch
 		fi






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in www-client/elinks: ChangeLog elinks-0.12_pre5-r2.ebuild
@ 2012-07-04 18:45 Ian Stakenvicius (axs)
  0 siblings, 0 replies; 8+ messages in thread
From: Ian Stakenvicius (axs) @ 2012-07-04 18:45 UTC (permalink / raw
  To: gentoo-commits

axs         12/07/04 18:45:08

  Modified:             ChangeLog elinks-0.12_pre5-r2.ebuild
  Log:
  fixed configure check for ruby-1.9 and above, bug 424789
  
  (Portage version: 2.1.10.65/cvs/Linux x86_64)

Revision  Changes    Path
1.144                www-client/elinks/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/ChangeLog?rev=1.144&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/ChangeLog?rev=1.144&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/ChangeLog?r1=1.143&r2=1.144

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v
retrieving revision 1.143
retrieving revision 1.144
diff -u -r1.143 -r1.144
--- ChangeLog	28 Jun 2012 17:05:31 -0000	1.143
+++ ChangeLog	4 Jul 2012 18:45:08 -0000	1.144
@@ -1,6 +1,10 @@
 # ChangeLog for www-client/elinks
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v 1.143 2012/06/28 17:05:31 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v 1.144 2012/07/04 18:45:08 axs Exp $
+
+  04 Jul 2012; Ian Stakenvicius <axs@gentoo.org> elinks-0.12_pre5-r2.ebuild,
+  +files/elinks-0.12_pre5-ruby-config.patch:
+  fixed configure check for ruby-1.9 and above, bug 424789
 
   28 Jun 2012; Ian Stakenvicius <axs@gentoo.org> elinks-0.12_pre5-r2.ebuild,
   +files/elinks-0.12_pre5-sm185-jsval-fixes.patch:



1.3                  www-client/elinks/elinks-0.12_pre5-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/elinks-0.12_pre5-r2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/elinks-0.12_pre5-r2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/elinks-0.12_pre5-r2.ebuild?r1=1.2&r2=1.3

Index: elinks-0.12_pre5-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.12_pre5-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- elinks-0.12_pre5-r2.ebuild	28 Jun 2012 17:05:31 -0000	1.2
+++ elinks-0.12_pre5-r2.ebuild	4 Jul 2012 18:45:08 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.12_pre5-r2.ebuild,v 1.2 2012/06/28 17:05:31 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.12_pre5-r2.ebuild,v 1.3 2012/07/04 18:45:08 axs Exp $
 
 EAPI=4
 inherit eutils autotools flag-o-matic
@@ -68,6 +68,7 @@
 			epatch "${FILESDIR}"/${MY_P}-spidermonkey-callback.patch
 		fi
 	fi
+	epatch "${FILESDIR}"/${P}-ruby-config.patch
 
 	sed -i -e 's/-Werror//' configure*
 	eautoreconf






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in www-client/elinks: ChangeLog elinks-0.12_pre5-r2.ebuild
@ 2012-10-04 17:12 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-10-04 17:12 UTC (permalink / raw
  To: gentoo-commits

ago         12/10/04 17:12:35

  Modified:             ChangeLog elinks-0.12_pre5-r2.ebuild
  Log:
  Stable for amd64, wrt bug #437196
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.146                www-client/elinks/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/ChangeLog?rev=1.146&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/ChangeLog?rev=1.146&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/ChangeLog?r1=1.145&r2=1.146

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v
retrieving revision 1.145
retrieving revision 1.146
diff -u -r1.145 -r1.146
--- ChangeLog	16 Sep 2012 11:06:11 -0000	1.145
+++ ChangeLog	4 Oct 2012 17:12:35 -0000	1.146
@@ -1,6 +1,9 @@
 # ChangeLog for www-client/elinks
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v 1.145 2012/09/16 11:06:11 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v 1.146 2012/10/04 17:12:35 ago Exp $
+
+  04 Oct 2012; Agostino Sarubbo <ago@gentoo.org> elinks-0.12_pre5-r2.ebuild:
+  Stable for amd64, wrt bug #437196
 
   16 Sep 2012; Pacho Ramos <pacho@gentoo.org>
   +files/elinks-0.12_pre5-ruby-1.9.patch, elinks-0.12_pre5-r2.ebuild:



1.5                  www-client/elinks/elinks-0.12_pre5-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/elinks-0.12_pre5-r2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/elinks-0.12_pre5-r2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/elinks-0.12_pre5-r2.ebuild?r1=1.4&r2=1.5

Index: elinks-0.12_pre5-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.12_pre5-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- elinks-0.12_pre5-r2.ebuild	16 Sep 2012 11:06:11 -0000	1.4
+++ elinks-0.12_pre5-r2.ebuild	4 Oct 2012 17:12:35 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.12_pre5-r2.ebuild,v 1.4 2012/09/16 11:06:11 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.12_pre5-r2.ebuild,v 1.5 2012/10/04 17:12:35 ago Exp $
 
 EAPI=4
 inherit eutils autotools flag-o-matic
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-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"
 RESTRICT="test"





^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in www-client/elinks: ChangeLog elinks-0.12_pre5-r2.ebuild
@ 2012-10-05 18:07 Brent Baude (ranger)
  0 siblings, 0 replies; 8+ messages in thread
From: Brent Baude (ranger) @ 2012-10-05 18:07 UTC (permalink / raw
  To: gentoo-commits

ranger      12/10/05 18:07:14

  Modified:             ChangeLog elinks-0.12_pre5-r2.ebuild
  Log:
  Marking elinks-0.12_pre5-r2 ppc64 for bug 437196
  
  (Portage version: 2.1.10.65/cvs/Linux ppc64)

Revision  Changes    Path
1.147                www-client/elinks/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/ChangeLog?rev=1.147&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/ChangeLog?rev=1.147&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/ChangeLog?r1=1.146&r2=1.147

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v
retrieving revision 1.146
retrieving revision 1.147
diff -u -r1.146 -r1.147
--- ChangeLog	4 Oct 2012 17:12:35 -0000	1.146
+++ ChangeLog	5 Oct 2012 18:07:13 -0000	1.147
@@ -1,6 +1,9 @@
 # ChangeLog for www-client/elinks
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v 1.146 2012/10/04 17:12:35 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v 1.147 2012/10/05 18:07:13 ranger Exp $
+
+  05 Oct 2012; Brent Baude <ranger@gentoo.org> elinks-0.12_pre5-r2.ebuild:
+  Marking elinks-0.12_pre5-r2 ppc64 for bug 437196
 
   04 Oct 2012; Agostino Sarubbo <ago@gentoo.org> elinks-0.12_pre5-r2.ebuild:
   Stable for amd64, wrt bug #437196



1.6                  www-client/elinks/elinks-0.12_pre5-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/elinks-0.12_pre5-r2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/elinks-0.12_pre5-r2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/elinks-0.12_pre5-r2.ebuild?r1=1.5&r2=1.6

Index: elinks-0.12_pre5-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.12_pre5-r2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- elinks-0.12_pre5-r2.ebuild	4 Oct 2012 17:12:35 -0000	1.5
+++ elinks-0.12_pre5-r2.ebuild	5 Oct 2012 18:07:14 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.12_pre5-r2.ebuild,v 1.5 2012/10/04 17:12:35 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.12_pre5-r2.ebuild,v 1.6 2012/10/05 18:07:14 ranger Exp $
 
 EAPI=4
 inherit eutils autotools flag-o-matic
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-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"
 RESTRICT="test"





^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in www-client/elinks: ChangeLog elinks-0.12_pre5-r2.ebuild
@ 2012-10-10 14:45 Ian Stakenvicius (axs)
  0 siblings, 0 replies; 8+ messages in thread
From: Ian Stakenvicius (axs) @ 2012-10-10 14:45 UTC (permalink / raw
  To: gentoo-commits

axs         12/10/10 14:45:50

  Modified:             ChangeLog elinks-0.12_pre5-r2.ebuild
  Log:
  added hackery to ensure configure script does not find @preserved-libs version of spidermonkey lib (see comments in bug 437196)
  
  (Portage version: 2.1.11.25/cvs/Linux x86_64)

Revision  Changes    Path
1.149                www-client/elinks/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/ChangeLog?rev=1.149&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/ChangeLog?rev=1.149&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/ChangeLog?r1=1.148&r2=1.149

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -r1.148 -r1.149
--- ChangeLog	6 Oct 2012 03:25:54 -0000	1.148
+++ ChangeLog	10 Oct 2012 14:45:50 -0000	1.149
@@ -1,6 +1,10 @@
 # ChangeLog for www-client/elinks
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v 1.148 2012/10/06 03:25:54 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v 1.149 2012/10/10 14:45:50 axs Exp $
+
+  10 Oct 2012; Ian Stakenvicius <axs@gentoo.org> elinks-0.12_pre5-r2.ebuild:
+  added hackery to ensure configure script does not find @preserved-libs
+  version of spidermonkey lib (see comments in bug 437196)
 
   06 Oct 2012; Anthony G. Basile <blueness@gentoo.org>
   elinks-0.12_pre5-r2.ebuild:



1.8                  www-client/elinks/elinks-0.12_pre5-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/elinks-0.12_pre5-r2.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/elinks-0.12_pre5-r2.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/elinks-0.12_pre5-r2.ebuild?r1=1.7&r2=1.8

Index: elinks-0.12_pre5-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.12_pre5-r2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- elinks-0.12_pre5-r2.ebuild	6 Oct 2012 03:25:54 -0000	1.7
+++ elinks-0.12_pre5-r2.ebuild	10 Oct 2012 14:45:50 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.12_pre5-r2.ebuild,v 1.7 2012/10/06 03:25:54 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.12_pre5-r2.ebuild,v 1.8 2012/10/10 14:45:50 axs Exp $
 
 EAPI=4
 inherit eutils autotools flag-o-matic
@@ -54,18 +54,31 @@
 	epatch "${FILESDIR}"/${PN}-0.11.5-makefile.patch
 	epatch "${FILESDIR}"/${P}-compilation-fix.patch
 
-	if use javascript && has_version ">=dev-lang/spidermonkey-1.8"; then
-		if has_version ">=dev-lang/spidermonkey-1.8.5"; then
-			epatch "${WORKDIR}"/patches/${P}-js185-1-heartbeat.patch
-			epatch "${WORKDIR}"/patches/${P}-js185-2-up.patch
-			epatch "${WORKDIR}"/patches/${P}-js185-3-histback.patch
-			epatch "${FILESDIR}"/${P}-sm185-jsval-fixes.patch
-			# expand lib check to also match mozjs187
-			if has_version ">=dev-lang/spidermonkey-1.8.7"; then
-				sed -i 's:mozjs185:mozjs187 mozjs185:' configure.in
+	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/${P}-js185-1-heartbeat.patch
+				epatch "${WORKDIR}"/patches/${P}-js185-2-up.patch
+				epatch "${WORKDIR}"/patches/${P}-js185-3-histback.patch
+				epatch "${FILESDIR}"/${P}-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
 			fi
-		else
-			epatch "${FILESDIR}"/${MY_P}-spidermonkey-callback.patch
 		fi
 	fi
 	epatch "${FILESDIR}"/${P}-ruby-1.9.patch





^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in www-client/elinks: ChangeLog elinks-0.12_pre5-r2.ebuild
@ 2012-10-11 15:28 Jeroen Roovers (jer)
  0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers (jer) @ 2012-10-11 15:28 UTC (permalink / raw
  To: gentoo-commits

jer         12/10/11 15:28:05

  Modified:             ChangeLog elinks-0.12_pre5-r2.ebuild
  Log:
  Stable for HPPA (bug #437196).
  
  (Portage version: 2.2.0_alpha137/cvs/Linux x86_64)

Revision  Changes    Path
1.150                www-client/elinks/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/ChangeLog?rev=1.150&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/ChangeLog?rev=1.150&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/ChangeLog?r1=1.149&r2=1.150

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v
retrieving revision 1.149
retrieving revision 1.150
diff -u -r1.149 -r1.150
--- ChangeLog	10 Oct 2012 14:45:50 -0000	1.149
+++ ChangeLog	11 Oct 2012 15:28:04 -0000	1.150
@@ -1,6 +1,9 @@
 # ChangeLog for www-client/elinks
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v 1.149 2012/10/10 14:45:50 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v 1.150 2012/10/11 15:28:04 jer Exp $
+
+  11 Oct 2012; Jeroen Roovers <jer@gentoo.org> elinks-0.12_pre5-r2.ebuild:
+  Stable for HPPA (bug #437196).
 
   10 Oct 2012; Ian Stakenvicius <axs@gentoo.org> elinks-0.12_pre5-r2.ebuild:
   added hackery to ensure configure script does not find @preserved-libs



1.9                  www-client/elinks/elinks-0.12_pre5-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/elinks-0.12_pre5-r2.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/elinks-0.12_pre5-r2.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/elinks-0.12_pre5-r2.ebuild?r1=1.8&r2=1.9

Index: elinks-0.12_pre5-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.12_pre5-r2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- elinks-0.12_pre5-r2.ebuild	10 Oct 2012 14:45:50 -0000	1.8
+++ elinks-0.12_pre5-r2.ebuild	11 Oct 2012 15:28:04 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.12_pre5-r2.ebuild,v 1.8 2012/10/10 14:45:50 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.12_pre5-r2.ebuild,v 1.9 2012/10/11 15:28:04 jer Exp $
 
 EAPI=4
 inherit eutils autotools flag-o-matic
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ppc ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-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"
 RESTRICT="test"





^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in www-client/elinks: ChangeLog elinks-0.12_pre5-r2.ebuild
@ 2012-10-18 14:10 Andreas Schuerch (nativemad)
  0 siblings, 0 replies; 8+ messages in thread
From: Andreas Schuerch (nativemad) @ 2012-10-18 14:10 UTC (permalink / raw
  To: gentoo-commits

nativemad    12/10/18 14:10:36

  Modified:             ChangeLog elinks-0.12_pre5-r2.ebuild
  Log:
  x86 stable, see bug 437196
  
  (Portage version: 2.1.11.9/cvs/Linux i686)

Revision  Changes    Path
1.151                www-client/elinks/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/ChangeLog?rev=1.151&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/ChangeLog?rev=1.151&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/ChangeLog?r1=1.150&r2=1.151

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -r1.150 -r1.151
--- ChangeLog	11 Oct 2012 15:28:04 -0000	1.150
+++ ChangeLog	18 Oct 2012 14:10:36 -0000	1.151
@@ -1,6 +1,10 @@
 # ChangeLog for www-client/elinks
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v 1.150 2012/10/11 15:28:04 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v 1.151 2012/10/18 14:10:36 nativemad Exp $
+
+  18 Oct 2012; Andreas Schuerch <nativemad@gentoo.org>
+  elinks-0.12_pre5-r2.ebuild:
+  x86 stable, see bug 437196
 
   11 Oct 2012; Jeroen Roovers <jer@gentoo.org> elinks-0.12_pre5-r2.ebuild:
   Stable for HPPA (bug #437196).



1.10                 www-client/elinks/elinks-0.12_pre5-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/elinks-0.12_pre5-r2.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/elinks-0.12_pre5-r2.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/elinks-0.12_pre5-r2.ebuild?r1=1.9&r2=1.10

Index: elinks-0.12_pre5-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.12_pre5-r2.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- elinks-0.12_pre5-r2.ebuild	11 Oct 2012 15:28:04 -0000	1.9
+++ elinks-0.12_pre5-r2.ebuild	18 Oct 2012 14:10:36 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.12_pre5-r2.ebuild,v 1.9 2012/10/11 15:28:04 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.12_pre5-r2.ebuild,v 1.10 2012/10/18 14:10:36 nativemad Exp $
 
 EAPI=4
 inherit eutils autotools flag-o-matic
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ppc ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-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"
 RESTRICT="test"





^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in www-client/elinks: ChangeLog elinks-0.12_pre5-r2.ebuild
@ 2013-08-24 11:04 Markus Meier (maekke)
  0 siblings, 0 replies; 8+ messages in thread
From: Markus Meier (maekke) @ 2013-08-24 11:04 UTC (permalink / raw
  To: gentoo-commits

maekke      13/08/24 11:04:16

  Modified:             ChangeLog elinks-0.12_pre5-r2.ebuild
  Log:
  add ~arm, bug #477806
  
  (Portage version: 2.2.1/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)

Revision  Changes    Path
1.157                www-client/elinks/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/ChangeLog?rev=1.157&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/ChangeLog?rev=1.157&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/ChangeLog?r1=1.156&r2=1.157

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -r1.156 -r1.157
--- ChangeLog	9 Aug 2013 13:47:57 -0000	1.156
+++ ChangeLog	24 Aug 2013 11:04:16 -0000	1.157
@@ -1,6 +1,9 @@
 # ChangeLog for www-client/elinks
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v 1.156 2013/08/09 13:47:57 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v 1.157 2013/08/24 11:04:16 maekke Exp $
+
+  24 Aug 2013; Markus Meier <maekke@gentoo.org> elinks-0.12_pre5-r2.ebuild:
+  add ~arm, bug #477806
 
   09 Aug 2013; Ian Stakenvicius <axs@gentoo.org> elinks-0.12_pre5-r2.ebuild:
   Adjusted deps for dev-lang/spidermonkey to ensure SLOT=0



1.15                 www-client/elinks/elinks-0.12_pre5-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/elinks-0.12_pre5-r2.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/elinks-0.12_pre5-r2.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/elinks-0.12_pre5-r2.ebuild?r1=1.14&r2=1.15

Index: elinks-0.12_pre5-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.12_pre5-r2.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- elinks-0.12_pre5-r2.ebuild	9 Aug 2013 13:47:57 -0000	1.14
+++ elinks-0.12_pre5-r2.ebuild	24 Aug 2013 11:04:16 -0000	1.15
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.12_pre5-r2.ebuild,v 1.14 2013/08/09 13:47:57 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.12_pre5-r2.ebuild,v 1.15 2013/08/24 11:04:16 maekke Exp $
 
 EAPI=4
 inherit eutils autotools flag-o-matic
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-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"
 RESTRICT="test"





^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2013-08-24 11:04 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-04 17:12 [gentoo-commits] gentoo-x86 commit in www-client/elinks: ChangeLog elinks-0.12_pre5-r2.ebuild Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2013-08-24 11:04 Markus Meier (maekke)
2012-10-18 14:10 Andreas Schuerch (nativemad)
2012-10-11 15:28 Jeroen Roovers (jer)
2012-10-10 14:45 Ian Stakenvicius (axs)
2012-10-05 18:07 Brent Baude (ranger)
2012-07-04 18:45 Ian Stakenvicius (axs)
2012-06-28 17:05 Ian Stakenvicius (axs)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox