Gentoo Archives: gentoo-commits

From: Alexandre Restovtsev <tetromino@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:gnome-next commit in: www-client/epiphany/
Date: Tue, 27 Sep 2011 05:59:05
Message-Id: ec3cd5805a65da50c983498a84fbd420d517299a.tetromino@gentoo
1 commit: ec3cd5805a65da50c983498a84fbd420d517299a
2 Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
3 AuthorDate: Tue Sep 27 01:26:07 2011 +0000
4 Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
5 CommitDate: Tue Sep 27 01:26:07 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=ec3cd580
7
8 www-client/epiphany: 3.1.91.1 → 3.1.92
9
10 Require glib-2.30.0 and gdbus-codegen-2.30.0 due to GDBus API changes
11 between 2.29.92 and 2.30.0.
12
13 ---
14 ...hany-3.1.91.1.ebuild => epiphany-3.1.92.ebuild} | 6 ++++--
15 1 files changed, 4 insertions(+), 2 deletions(-)
16
17 diff --git a/www-client/epiphany/epiphany-3.1.91.1.ebuild b/www-client/epiphany/epiphany-3.1.92.ebuild
18 similarity index 93%
19 rename from www-client/epiphany/epiphany-3.1.91.1.ebuild
20 rename to www-client/epiphany/epiphany-3.1.92.ebuild
21 index 26d9951..08ef4f6 100644
22 --- a/www-client/epiphany/epiphany-3.1.91.1.ebuild
23 +++ b/www-client/epiphany/epiphany-3.1.92.ebuild
24 @@ -23,7 +23,9 @@ else
25 fi
26
27 # XXX: Should we add seed support? Seed seems to be unmaintained now.
28 -COMMON_DEPEND=">=dev-libs/glib-2.29.10:2
29 +# Require {glib,gdbus-codegen}-2.30.0 due to GDBus API changes between 2.29.92
30 +# and 2.30.0
31 +COMMON_DEPEND=">=dev-libs/glib-2.30.0:2
32 >=x11-libs/gtk+-3.0.2:3[introspection?]
33 >=dev-libs/libxml2-2.6.12:2
34 >=dev-libs/libxslt-1.1.7
35 @@ -49,7 +51,7 @@ RDEPEND="${COMMON_DEPEND}
36 networkmanager? ( >=net-misc/networkmanager-0.8.997 )"
37 DEPEND="${COMMON_DEPEND}
38 app-text/gnome-doc-utils
39 - dev-util/gdbus-codegen
40 + >=dev-util/gdbus-codegen-2.30.0
41 >=dev-util/intltool-0.40
42 dev-util/pkgconfig
43 sys-devel/gettext