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 1Q8z0f-0000OQ-8Q for garchives@archives.gentoo.org; Sun, 10 Apr 2011 18:05:17 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 610CA1C0C3; Sun, 10 Apr 2011 18:04:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 1B03D1C0C2 for ; Sun, 10 Apr 2011 18:04:50 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B56FC1B4097 for ; Sun, 10 Apr 2011 18:04:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 2215B80065 for ; Sun, 10 Apr 2011 18:04:49 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: Subject: [gentoo-commits] proj/gnome:master commit in: www-client/epiphany/ X-VCS-Repository: proj/gnome X-VCS-Files: www-client/epiphany/epiphany-3.0.0.ebuild www-client/epiphany/epiphany-9999.ebuild X-VCS-Directories: www-client/epiphany/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: a60ee65cc348870e5e685e148531131a62b3f577 Date: Sun, 10 Apr 2011 18:04:49 +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: X-Archives-Hash: 9f73aa961880ee0c25c84434e54d8cc6 commit: a60ee65cc348870e5e685e148531131a62b3f577 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sat Apr 9 13:56:37 2011 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sun Apr 10 18:03:23 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3Da60ee65c www-client/epiphany: QAed * Sync with gentoo-x86 changes * Use GNOME_DEBUG_CHECK so leave debug handling to eclass * Drop now useless src_compile (Portage version: 2.2.0_alpha29/git/Linux x86_64, RepoMan options: --forc= e, signed Manifest commit with key C6085806) --- www-client/epiphany/epiphany-3.0.0.ebuild | 17 ++++++----------- www-client/epiphany/epiphany-9999.ebuild | 17 ++++++----------- 2 files changed, 12 insertions(+), 22 deletions(-) diff --git a/www-client/epiphany/epiphany-3.0.0.ebuild b/www-client/epiph= any/epiphany-3.0.0.ebuild index 046ed67..720f0fb 100644 --- a/www-client/epiphany/epiphany-3.0.0.ebuild +++ b/www-client/epiphany/epiphany-3.0.0.ebuild @@ -3,6 +3,7 @@ # $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-2.30.2.e= build,v 1.1 2010/06/13 21:09:33 pacho Exp $ =20 EAPI=3D"3" +GCONF_DEBUG=3D"yes" =20 inherit eutils gnome2 if [[ ${PV} =3D 9999 ]]; then @@ -22,7 +23,7 @@ else fi =20 # XXX: Should we add seed support? Seed seems to be unmaintained now. -RDEPEND=3D">=3Ddev-libs/glib-2.25.3:2 +RDEPEND=3D">=3Ddev-libs/glib-2.25.13:2 >=3Dx11-libs/gtk+-3.0.2:3[introspection?] >=3Ddev-libs/libxml2-2.6.12:2 >=3Ddev-libs/libxslt-1.1.7 @@ -38,14 +39,15 @@ RDEPEND=3D">=3Ddev-libs/glib-2.25.3:2 x11-libs/libSM x11-libs/libX11 =20 + app-misc/ca-certificates + x11-themes/gnome-icon-theme + avahi? ( >=3Dnet-dns/avahi-0.6.22 ) introspection? ( >=3Ddev-libs/gobject-introspection-0.9.5 ) networkmanager? ( net-misc/networkmanager ) - nss? ( dev-libs/nss ) - x11-themes/gnome-icon-theme" + nss? ( dev-libs/nss )" DEPEND=3D"${RDEPEND} app-text/gnome-doc-utils - gnome-base/gnome-common >=3Ddev-util/intltool-0.40 dev-util/pkgconfig sys-devel/gettext @@ -68,10 +70,3 @@ pkg_setup() { $(use_enable nss) $(use_enable test tests)" } - -src_compile() { - # Fix sandbox error with USE=3D"introspection" and "doc" - # https://bugs.webkit.org/show_bug.cgi?id=3D35471 - addpredict "$(unset HOME; echo ~)/.local" - gnome2_src_compile -} diff --git a/www-client/epiphany/epiphany-9999.ebuild b/www-client/epipha= ny/epiphany-9999.ebuild index 046ed67..720f0fb 100644 --- a/www-client/epiphany/epiphany-9999.ebuild +++ b/www-client/epiphany/epiphany-9999.ebuild @@ -3,6 +3,7 @@ # $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-2.30.2.e= build,v 1.1 2010/06/13 21:09:33 pacho Exp $ =20 EAPI=3D"3" +GCONF_DEBUG=3D"yes" =20 inherit eutils gnome2 if [[ ${PV} =3D 9999 ]]; then @@ -22,7 +23,7 @@ else fi =20 # XXX: Should we add seed support? Seed seems to be unmaintained now. -RDEPEND=3D">=3Ddev-libs/glib-2.25.3:2 +RDEPEND=3D">=3Ddev-libs/glib-2.25.13:2 >=3Dx11-libs/gtk+-3.0.2:3[introspection?] >=3Ddev-libs/libxml2-2.6.12:2 >=3Ddev-libs/libxslt-1.1.7 @@ -38,14 +39,15 @@ RDEPEND=3D">=3Ddev-libs/glib-2.25.3:2 x11-libs/libSM x11-libs/libX11 =20 + app-misc/ca-certificates + x11-themes/gnome-icon-theme + avahi? ( >=3Dnet-dns/avahi-0.6.22 ) introspection? ( >=3Ddev-libs/gobject-introspection-0.9.5 ) networkmanager? ( net-misc/networkmanager ) - nss? ( dev-libs/nss ) - x11-themes/gnome-icon-theme" + nss? ( dev-libs/nss )" DEPEND=3D"${RDEPEND} app-text/gnome-doc-utils - gnome-base/gnome-common >=3Ddev-util/intltool-0.40 dev-util/pkgconfig sys-devel/gettext @@ -68,10 +70,3 @@ pkg_setup() { $(use_enable nss) $(use_enable test tests)" } - -src_compile() { - # Fix sandbox error with USE=3D"introspection" and "doc" - # https://bugs.webkit.org/show_bug.cgi?id=3D35471 - addpredict "$(unset HOME; echo ~)/.local" - gnome2_src_compile -}