From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1ObbhR-0003ga-L8 for garchives@archives.gentoo.org; Wed, 21 Jul 2010 15:59:13 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5275DE09E0; Wed, 21 Jul 2010 15:59:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 1C6C5E09E0 for ; Wed, 21 Jul 2010 15:59:08 +0000 (UTC) Received: from corvid.gentoo.org (corvid.gentoo.org [208.92.234.79]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B04091B404E for ; Wed, 21 Jul 2010 15:59:07 +0000 (UTC) Received: by corvid.gentoo.org (Postfix, from userid 2262) id 3A1F82CE15; Wed, 21 Jul 2010 15:58:56 +0000 (UTC) From: "Pacho Ramos (pacho)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, pacho@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in www-client/epiphany: epiphany-2.30.2-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: epiphany-2.30.2-r1.ebuild ChangeLog X-VCS-Directories: www-client/epiphany X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos Content-Type: text/plain; charset=utf8 Message-Id: <20100721155856.3A1F82CE15@corvid.gentoo.org> Date: Wed, 21 Jul 2010 15:58:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 662e582c-00fb-416c-9564-d4ac18eb33ec X-Archives-Hash: 0a2ef127f0bfd4e9128c764a32a9f93f pacho 10/07/21 15:58:56 Modified: epiphany-2.30.2-r1.ebuild ChangeLog Log: RDEPEND directly on net-libs/libsoup-gnome per bug #327623 (by Juergen = Rose) following Mart Raudsepp and Gilles Dartiguelongue suggestions. (Portage version: 2.1.8.3/cvs/Linux x86_64) Revision Changes Path 1.3 www-client/epiphany/epiphany-2.30.2-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/epiphan= y/epiphany-2.30.2-r1.ebuild?rev=3D1.3&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/epiphan= y/epiphany-2.30.2-r1.ebuild?rev=3D1.3&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/epiphan= y/epiphany-2.30.2-r1.ebuild?r1=3D1.2&r2=3D1.3 Index: epiphany-2.30.2-r1.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-2.30.2-r1.= ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- epiphany-2.30.2-r1.ebuild 8 Jul 2010 13:46:56 -0000 1.2 +++ epiphany-2.30.2-r1.ebuild 21 Jul 2010 15:58:56 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-2.30.2-r= 1.ebuild,v 1.2 2010/07/08 13:46:56 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-2.30.2-r= 1.ebuild,v 1.3 2010/07/21 15:58:56 pacho Exp $ =20 EAPI=3D"2" =20 @@ -27,7 +27,7 @@ >=3Dgnome-base/gconf-2 >=3Dapp-text/iso-codes-0.35 >=3Dnet-libs/webkit-gtk-1.1.22 - >=3Dnet-libs/libsoup-2.29.91[gnome] + >=3Dnet-libs/libsoup-gnome-2.29.91 >=3Dgnome-base/gnome-keyring-2.26.0 =20 x11-libs/libICE 1.248 www-client/epiphany/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/epiphan= y/ChangeLog?rev=3D1.248&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/epiphan= y/ChangeLog?rev=3D1.248&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/epiphan= y/ChangeLog?r1=3D1.247&r2=3D1.248 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v retrieving revision 1.247 retrieving revision 1.248 diff -u -r1.247 -r1.248 --- ChangeLog 20 Jul 2010 15:46:21 -0000 1.247 +++ ChangeLog 21 Jul 2010 15:58:56 -0000 1.248 @@ -1,6 +1,10 @@ # ChangeLog for www-client/epiphany # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v 1.247= 2010/07/20 15:46:21 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v 1.248= 2010/07/21 15:58:56 pacho Exp $ + + 21 Jul 2010; Pacho Ramos epiphany-2.30.2-r1.ebuild: + RDEPEND directly on net-libs/libsoup-gnome per bug #327623 (by Juergen + Rose) following Mart Raudsepp and Gilles Dartiguelongue suggestions. =20 20 Jul 2010; Jeroen Roovers epiphany-2.26.3-r2.ebuild= , epiphany-2.26.3-r4.ebuild: