public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-client/epiphany: ChangeLog epiphany-3.8.2.ebuild epiphany-3.10.3.ebuild
@ 2014-03-12  2:49 Alexandre Rostovtsev (tetromino)
  0 siblings, 0 replies; only message in thread
From: Alexandre Rostovtsev (tetromino) @ 2014-03-12  2:49 UTC (permalink / raw
  To: gentoo-commits

tetromino    14/03/12 02:49:01

  Modified:             ChangeLog epiphany-3.8.2.ebuild
                        epiphany-3.10.3.ebuild
  Log:
  Block epiphany-extensions, it no longer works with >epiphany-3.7 (bug #504186).
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)

Revision  Changes    Path
1.304                www-client/epiphany/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v
retrieving revision 1.303
retrieving revision 1.304
diff -u -r1.303 -r1.304
--- ChangeLog	9 Mar 2014 12:04:25 -0000	1.303
+++ ChangeLog	12 Mar 2014 02:49:01 -0000	1.304
@@ -1,6 +1,11 @@
 # ChangeLog for www-client/epiphany
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v 1.303 2014/03/09 12:04:25 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v 1.304 2014/03/12 02:49:01 tetromino Exp $
+
+  12 Mar 2014; Alexandre Rostovtsev <tetromino@gentoo.org>
+  epiphany-3.8.2.ebuild, epiphany-3.10.3.ebuild:
+  Block epiphany-extensions, it no longer works with >epiphany-3.7 (bug
+  #504186).
 
   09 Mar 2014; Pacho Ramos <pacho@gentoo.org> epiphany-3.10.3.ebuild:
   x86 stable, bug 499954



1.5                  www-client/epiphany/epiphany-3.8.2.ebuild

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

Index: epiphany-3.8.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-3.8.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- epiphany-3.8.2.ebuild	8 Dec 2013 19:41:14 -0000	1.4
+++ epiphany-3.8.2.ebuild	12 Mar 2014 02:49:01 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-3.8.2.ebuild,v 1.4 2013/12/08 19:41:14 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-3.8.2.ebuild,v 1.5 2014/03/12 02:49:01 tetromino Exp $
 
 EAPI="5"
 GCONF_DEBUG="yes"
@@ -17,7 +17,7 @@
 IUSE="+jit +nss test"
 KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
 
-RDEPEND="
+COMMON_DEPEND="
 	>=app-crypt/gcr-3.5.5
 	>=app-crypt/libsecret-0.14
 	>=app-text/iso-codes-0.35
@@ -41,9 +41,13 @@
 
 	nss? ( dev-libs/nss )
 "
+# epiphany-extensions support was removed in 3.7; let's not pretend it still works
+RDEPEND="${COMMON_DEPEND}
+	!www-client/epiphany-extensions
+"
 # paxctl needed for bug #407085
 # eautoreconf requires gnome-common-3.5.5
-DEPEND="${RDEPEND}
+DEPEND="${COMMON_DEPEND}
 	>=dev-util/intltool-0.50
 	sys-apps/paxctl
 	sys-devel/gettext



1.5                  www-client/epiphany/epiphany-3.10.3.ebuild

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

Index: epiphany-3.10.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-3.10.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- epiphany-3.10.3.ebuild	9 Mar 2014 12:04:25 -0000	1.4
+++ epiphany-3.10.3.ebuild	12 Mar 2014 02:49:01 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-3.10.3.ebuild,v 1.4 2014/03/09 12:04:25 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-3.10.3.ebuild,v 1.5 2014/03/12 02:49:01 tetromino Exp $
 
 EAPI="5"
 GCONF_DEBUG="yes"
@@ -17,7 +17,7 @@
 IUSE="+jit +nss test"
 KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
 
-RDEPEND="
+COMMON_DEPEND="
 	>=app-crypt/gcr-3.5.5
 	>=app-crypt/libsecret-0.14
 	>=app-text/iso-codes-0.35
@@ -41,9 +41,13 @@
 
 	nss? ( dev-libs/nss )
 "
+# epiphany-extensions support was removed in 3.7; let's not pretend it still works
+RDEPEND="${COMMON_DEPEND}
+	!www-client/epiphany-extensions
+"
 # paxctl needed for bug #407085
 # eautoreconf requires gnome-common-3.5.5
-DEPEND="${RDEPEND}
+DEPEND="${COMMON_DEPEND}
 	>=dev-util/intltool-0.50
 	sys-apps/paxctl
 	sys-devel/gettext





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-03-12  2:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-12  2:49 [gentoo-commits] gentoo-x86 commit in www-client/epiphany: ChangeLog epiphany-3.8.2.ebuild epiphany-3.10.3.ebuild Alexandre Rostovtsev (tetromino)

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