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 1SDuOq-0003Qh-Af for garchives@archives.gentoo.org; Sat, 31 Mar 2012 09:15:15 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5129CE0DD3; Sat, 31 Mar 2012 09:14:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 1C621E0DE2 for ; Sat, 31 Mar 2012 09:14:36 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 830B91B4018 for ; Sat, 31 Mar 2012 09:14:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 4A709E542C for ; Sat, 31 Mar 2012 09:14:34 +0000 (UTC) From: "Nirbheek Chauhan" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nirbheek Chauhan" Message-ID: <1333134399.f7d55820e33e5a381b4fb21b6270becceb8488e8.nirbheek@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: www-client/epiphany/ X-VCS-Repository: proj/gnome X-VCS-Files: www-client/epiphany/epiphany-3.3.92.ebuild www-client/epiphany/epiphany-3.4.0.1.ebuild www-client/epiphany/epiphany-9999.ebuild X-VCS-Directories: www-client/epiphany/ X-VCS-Committer: nirbheek X-VCS-Committer-Name: Nirbheek Chauhan X-VCS-Revision: f7d55820e33e5a381b4fb21b6270becceb8488e8 X-VCS-Branch: master Date: Sat, 31 Mar 2012 09:14:34 +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: 4d179d3e-c318-49f9-b74a-92685650e927 X-Archives-Hash: 337f772ce24df5c5475b7d4b6d2dceab commit: f7d55820e33e5a381b4fb21b6270becceb8488e8 Author: Nirbheek Chauhan gentoo org> AuthorDate: Fri Mar 30 19:06:39 2012 +0000 Commit: Nirbheek Chauhan gentoo org> CommitDate: Fri Mar 30 19:06:39 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3Df7d55820 www-client/epiphany: 3.3.92 =E2=86=92 3.4.0 --- ...phany-3.3.92.ebuild =3D> epiphany-3.4.0.1.ebuild} | 0 www-client/epiphany/epiphany-9999.ebuild | 18 +++++++-------= ---- 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/www-client/epiphany/epiphany-3.3.92.ebuild b/www-client/epip= hany/epiphany-3.4.0.1.ebuild similarity index 100% rename from www-client/epiphany/epiphany-3.3.92.ebuild rename to www-client/epiphany/epiphany-3.4.0.1.ebuild diff --git a/www-client/epiphany/epiphany-9999.ebuild b/www-client/epipha= ny/epiphany-9999.ebuild index 8cd77ed..310e70a 100644 --- a/www-client/epiphany/epiphany-9999.ebuild +++ b/www-client/epiphany/epiphany-9999.ebuild @@ -23,18 +23,19 @@ else fi =20 # XXX: Should we add seed support? Seed seems to be unmaintained now. -RDEPEND=3D"dev-db/sqlite +RDEPEND=3D" >=3Ddev-libs/glib-2.31.2:2 >=3Dx11-libs/gtk+-3.3.14:3[introspection?] >=3Ddev-libs/libxml2-2.6.12:2 >=3Ddev-libs/libxslt-1.1.7 >=3Dapp-text/iso-codes-0.35 - >=3Dnet-libs/webkit-gtk-1.7.3:3[introspection?] + >=3Dnet-libs/webkit-gtk-1.7.92:3[introspection?] >=3Dnet-libs/libsoup-gnome-2.37.1:2.4 >=3Dgnome-base/gnome-keyring-2.26.0 >=3Dgnome-base/gsettings-desktop-schemas-0.0.1 >=3Dx11-libs/libnotify-0.5.1 =20 + dev-db/sqlite:3 x11-libs/libICE x11-libs/libSM x11-libs/libX11 @@ -77,15 +78,10 @@ src_prepare() { } =20 src_test() { - # Tests require gsettings schemas from >=3Depiphany-3.3.5 to be install= ed - local v=3D$(best_version www-client/epiphany) - v=3D${v/www-client\/epiphany-/} - if version_is_at_least 3.3.5 "${v}"; then - Xemake check - else - ewarn "Skipping tests. To run tests, >=3D${PN}-3.3.5 needs to be alrea= dy" - ewarn "installed on the system." - fi + # FIXME: this should be handled at eclass level + "${EROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/data" || die + + GSETTINGS_SCHEMA_DIR=3D"${S}/data" Xemake check } =20 src_install() {