* [gentoo-commits] gentoo-x86 commit in www-client/elinks: elinks-0.12_pre5-r2.ebuild ChangeLog
@ 2012-09-16 11:06 Pacho Ramos (pacho)
0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos (pacho) @ 2012-09-16 11:06 UTC (permalink / raw
To: gentoo-commits
pacho 12/09/16 11:06:11
Modified: elinks-0.12_pre5-r2.ebuild ChangeLog
Log:
Fix build against ruby, bug #424789 by tman and patch by Ian Abbott.
(Portage version: 2.1.11.17/cvs/Linux x86_64)
Revision Changes Path
1.4 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.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/elinks-0.12_pre5-r2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/elinks-0.12_pre5-r2.ebuild?r1=1.3&r2=1.4
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.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- elinks-0.12_pre5-r2.ebuild 4 Jul 2012 18:45:08 -0000 1.3
+++ elinks-0.12_pre5-r2.ebuild 16 Sep 2012 11:06:11 -0000 1.4
@@ -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.3 2012/07/04 18:45:08 axs Exp $
+# $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 $
EAPI=4
inherit eutils autotools flag-o-matic
@@ -68,9 +68,16 @@
epatch "${FILESDIR}"/${MY_P}-spidermonkey-callback.patch
fi
fi
- epatch "${FILESDIR}"/${P}-ruby-config.patch
+ epatch "${FILESDIR}"/${P}-ruby-1.9.patch
+ # Regenerate acinclude.m4 - based on autogen.sh.
+ cat > acinclude.m4 <<- _EOF
+ dnl Automatically generated from config/m4/ files.
+ dnl Do not modify!
+ _EOF
+ cat config/m4/*.m4 >> acinclude.m4
sed -i -e 's/-Werror//' configure*
+
eautoreconf
}
1.145 www-client/elinks/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/ChangeLog?rev=1.145&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/ChangeLog?rev=1.145&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/ChangeLog?r1=1.144&r2=1.145
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -r1.144 -r1.145
--- ChangeLog 4 Jul 2012 18:45:08 -0000 1.144
+++ ChangeLog 16 Sep 2012 11:06:11 -0000 1.145
@@ -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.144 2012/07/04 18:45:08 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v 1.145 2012/09/16 11:06:11 pacho Exp $
+
+ 16 Sep 2012; Pacho Ramos <pacho@gentoo.org>
+ +files/elinks-0.12_pre5-ruby-1.9.patch, elinks-0.12_pre5-r2.ebuild:
+ Fix build against ruby, bug #424789 by tman and patch by Ian Abbott.
04 Jul 2012; Ian Stakenvicius <axs@gentoo.org> elinks-0.12_pre5-r2.ebuild,
+files/elinks-0.12_pre5-ruby-config.patch:
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in www-client/elinks: elinks-0.12_pre5-r2.ebuild ChangeLog
@ 2012-10-06 3:25 Anthony G. Basile (blueness)
0 siblings, 0 replies; 6+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-10-06 3:25 UTC (permalink / raw
To: gentoo-commits
blueness 12/10/06 03:25:54
Modified: elinks-0.12_pre5-r2.ebuild ChangeLog
Log:
stable ppc, bug #437196
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Revision Changes Path
1.7 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.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/elinks-0.12_pre5-r2.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/elinks-0.12_pre5-r2.ebuild?r1=1.6&r2=1.7
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.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- elinks-0.12_pre5-r2.ebuild 5 Oct 2012 18:07:14 -0000 1.6
+++ elinks-0.12_pre5-r2.ebuild 6 Oct 2012 03:25:54 -0000 1.7
@@ -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.6 2012/10/05 18:07:14 ranger Exp $
+# $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 $
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"
1.148 www-client/elinks/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/ChangeLog?rev=1.148&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/ChangeLog?rev=1.148&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/ChangeLog?r1=1.147&r2=1.148
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -r1.147 -r1.148
--- ChangeLog 5 Oct 2012 18:07:13 -0000 1.147
+++ ChangeLog 6 Oct 2012 03:25:54 -0000 1.148
@@ -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.147 2012/10/05 18:07:13 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v 1.148 2012/10/06 03:25:54 blueness Exp $
+
+ 06 Oct 2012; Anthony G. Basile <blueness@gentoo.org>
+ elinks-0.12_pre5-r2.ebuild:
+ stable ppc, bug #437196
05 Oct 2012; Brent Baude <ranger@gentoo.org> elinks-0.12_pre5-r2.ebuild:
Marking elinks-0.12_pre5-r2 ppc64 for bug 437196
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in www-client/elinks: elinks-0.12_pre5-r2.ebuild ChangeLog
@ 2012-12-18 15:50 Agostino Sarubbo (ago)
0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-18 15:50 UTC (permalink / raw
To: gentoo-commits
ago 12/12/18 15:50:54
Modified: elinks-0.12_pre5-r2.ebuild ChangeLog
Log:
Stable for ia64, wrt bug #437196
(Portage version: 2.1.11.31/cvs/Linux ia64, unsigned Manifest commit)
Revision Changes Path
1.11 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.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/elinks-0.12_pre5-r2.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/elinks-0.12_pre5-r2.ebuild?r1=1.10&r2=1.11
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.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- elinks-0.12_pre5-r2.ebuild 18 Oct 2012 14:10:36 -0000 1.10
+++ elinks-0.12_pre5-r2.ebuild 18 Dec 2012 15:50:54 -0000 1.11
@@ -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.10 2012/10/18 14:10:36 nativemad Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.12_pre5-r2.ebuild,v 1.11 2012/12/18 15:50:54 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"
1.153 www-client/elinks/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/ChangeLog?rev=1.153&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/ChangeLog?rev=1.153&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/ChangeLog?r1=1.152&r2=1.153
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v
retrieving revision 1.152
retrieving revision 1.153
diff -u -r1.152 -r1.153
--- ChangeLog 26 Nov 2012 03:24:36 -0000 1.152
+++ ChangeLog 18 Dec 2012 15:50:54 -0000 1.153
@@ -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.152 2012/11/26 03:24:36 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v 1.153 2012/12/18 15:50:54 ago Exp $
+
+ 18 Dec 2012; Agostino Sarubbo <ago@gentoo.org> elinks-0.12_pre5-r2.ebuild:
+ Stable for ia64, wrt bug #437196
26 Nov 2012; Sergey Popov <pinkbyte@gentoo.org> metadata.xml:
Package will now be maintained by Kevin Faulkner through proxy maintainers
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in www-client/elinks: elinks-0.12_pre5-r2.ebuild ChangeLog
@ 2012-12-29 8:51 Agostino Sarubbo (ago)
0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-29 8:51 UTC (permalink / raw
To: gentoo-commits
ago 12/12/29 08:51:42
Modified: elinks-0.12_pre5-r2.ebuild ChangeLog
Log:
Stable for alpha, wrt bug #437196
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Revision Changes Path
1.12 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.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/elinks-0.12_pre5-r2.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/elinks-0.12_pre5-r2.ebuild?r1=1.11&r2=1.12
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.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- elinks-0.12_pre5-r2.ebuild 18 Dec 2012 15:50:54 -0000 1.11
+++ elinks-0.12_pre5-r2.ebuild 29 Dec 2012 08:51:42 -0000 1.12
@@ -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.11 2012/12/18 15:50:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.12_pre5-r2.ebuild,v 1.12 2012/12/29 08:51:42 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"
1.154 www-client/elinks/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/ChangeLog?rev=1.154&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/ChangeLog?rev=1.154&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/ChangeLog?r1=1.153&r2=1.154
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -r1.153 -r1.154
--- ChangeLog 18 Dec 2012 15:50:54 -0000 1.153
+++ ChangeLog 29 Dec 2012 08:51:42 -0000 1.154
@@ -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.153 2012/12/18 15:50:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v 1.154 2012/12/29 08:51:42 ago Exp $
+
+ 29 Dec 2012; Agostino Sarubbo <ago@gentoo.org> elinks-0.12_pre5-r2.ebuild:
+ Stable for alpha, wrt bug #437196
18 Dec 2012; Agostino Sarubbo <ago@gentoo.org> elinks-0.12_pre5-r2.ebuild:
Stable for ia64, wrt bug #437196
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in www-client/elinks: elinks-0.12_pre5-r2.ebuild ChangeLog
@ 2012-12-30 14:21 Agostino Sarubbo (ago)
0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-30 14:21 UTC (permalink / raw
To: gentoo-commits
ago 12/12/30 14:21:22
Modified: elinks-0.12_pre5-r2.ebuild ChangeLog
Log:
Stable for sparc, wrt bug #437196
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Revision Changes Path
1.13 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.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/elinks-0.12_pre5-r2.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/elinks-0.12_pre5-r2.ebuild?r1=1.12&r2=1.13
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.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- elinks-0.12_pre5-r2.ebuild 29 Dec 2012 08:51:42 -0000 1.12
+++ elinks-0.12_pre5-r2.ebuild 30 Dec 2012 14:21:22 -0000 1.13
@@ -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.12 2012/12/29 08:51:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.12_pre5-r2.ebuild,v 1.13 2012/12/30 14:21:22 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"
1.155 www-client/elinks/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/ChangeLog?rev=1.155&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/ChangeLog?rev=1.155&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/ChangeLog?r1=1.154&r2=1.155
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -r1.154 -r1.155
--- ChangeLog 29 Dec 2012 08:51:42 -0000 1.154
+++ ChangeLog 30 Dec 2012 14:21:22 -0000 1.155
@@ -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.154 2012/12/29 08:51:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v 1.155 2012/12/30 14:21:22 ago Exp $
+
+ 30 Dec 2012; Agostino Sarubbo <ago@gentoo.org> elinks-0.12_pre5-r2.ebuild:
+ Stable for sparc, wrt bug #437196
29 Dec 2012; Agostino Sarubbo <ago@gentoo.org> elinks-0.12_pre5-r2.ebuild:
Stable for alpha, wrt bug #437196
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in www-client/elinks: elinks-0.12_pre5-r2.ebuild ChangeLog
@ 2013-08-09 13:47 Ian Stakenvicius (axs)
0 siblings, 0 replies; 6+ messages in thread
From: Ian Stakenvicius (axs) @ 2013-08-09 13:47 UTC (permalink / raw
To: gentoo-commits
axs 13/08/09 13:47:57
Modified: elinks-0.12_pre5-r2.ebuild ChangeLog
Log:
Adjusted deps for dev-lang/spidermonkey to ensure SLOT=0
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
Revision Changes Path
1.14 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.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/elinks-0.12_pre5-r2.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/elinks-0.12_pre5-r2.ebuild?r1=1.13&r2=1.14
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.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- elinks-0.12_pre5-r2.ebuild 30 Dec 2012 14:21:22 -0000 1.13
+++ elinks-0.12_pre5-r2.ebuild 9 Aug 2013 13:47:57 -0000 1.14
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# 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.13 2012/12/30 14:21:22 ago Exp $
+# $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 $
EAPI=4
inherit eutils autotools flag-o-matic
@@ -32,7 +32,7 @@
perl? ( sys-devel/libperl )
ruby? ( dev-lang/ruby dev-ruby/rubygems )
samba? ( net-fs/samba )
- javascript? ( dev-lang/spidermonkey )"
+ javascript? ( dev-lang/spidermonkey:0 )"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${MY_P}"
1.156 www-client/elinks/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/ChangeLog?rev=1.156&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/ChangeLog?rev=1.156&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/ChangeLog?r1=1.155&r2=1.156
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -r1.155 -r1.156
--- ChangeLog 30 Dec 2012 14:21:22 -0000 1.155
+++ ChangeLog 9 Aug 2013 13:47:57 -0000 1.156
@@ -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.155 2012/12/30 14:21:22 ago Exp $
+# 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 $
+
+ 09 Aug 2013; Ian Stakenvicius <axs@gentoo.org> elinks-0.12_pre5-r2.ebuild:
+ Adjusted deps for dev-lang/spidermonkey to ensure SLOT=0
30 Dec 2012; Agostino Sarubbo <ago@gentoo.org> elinks-0.12_pre5-r2.ebuild:
Stable for sparc, wrt bug #437196
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2013-08-09 13:48 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-29 8:51 [gentoo-commits] gentoo-x86 commit in www-client/elinks: elinks-0.12_pre5-r2.ebuild ChangeLog Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2013-08-09 13:47 Ian Stakenvicius (axs)
2012-12-30 14:21 Agostino Sarubbo (ago)
2012-12-18 15:50 Agostino Sarubbo (ago)
2012-10-06 3:25 Anthony G. Basile (blueness)
2012-09-16 11:06 Pacho Ramos (pacho)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox