Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-client/epiphany: epiphany-3.8.0.ebuild ChangeLog
Date: Thu, 28 Mar 2013 22:34:04
Message-Id: 20130328223401.0EA852171E@flycatcher.gentoo.org
1 pacho 13/03/28 22:34:00
2
3 Modified: ChangeLog
4 Added: epiphany-3.8.0.ebuild
5 Log:
6 Version bump for Gnome 3.8
7
8 (Portage version: 2.1.11.58/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.293 www-client/epiphany/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/epiphany/ChangeLog?rev=1.293&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/epiphany/ChangeLog?rev=1.293&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/epiphany/ChangeLog?r1=1.292&r2=1.293
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v
20 retrieving revision 1.292
21 retrieving revision 1.293
22 diff -u -r1.292 -r1.293
23 --- ChangeLog 2 Feb 2013 23:13:52 -0000 1.292
24 +++ ChangeLog 28 Mar 2013 22:34:00 -0000 1.293
25 @@ -1,6 +1,12 @@
26 # ChangeLog for www-client/epiphany
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v 1.292 2013/02/02 23:13:52 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v 1.293 2013/03/28 22:34:00 pacho Exp $
30 +
31 +*epiphany-3.8.0 (28 Mar 2013)
32 +
33 + 28 Mar 2013; Pacho Ramos <pacho@g.o> +epiphany-3.8.0.ebuild,
34 + +files/epiphany-3.7.5-test-gwarning.patch:
35 + Version bump for Gnome 3.8
36
37 02 Feb 2013; Agostino Sarubbo <ago@g.o> epiphany-3.6.1.ebuild:
38 Add ~arm, wrt bug #449220
39
40
41
42 1.1 www-client/epiphany/epiphany-3.8.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/epiphany/epiphany-3.8.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/epiphany/epiphany-3.8.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: epiphany-3.8.0.ebuild
48 ===================================================================
49 # Copyright 1999-2013 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-3.8.0.ebuild,v 1.1 2013/03/28 22:34:00 pacho Exp $
52
53 EAPI="5"
54 GCONF_DEBUG="yes"
55 GNOME2_LA_PUNT="yes"
56
57 inherit eutils gnome2 pax-utils versionator virtualx
58
59 DESCRIPTION="GNOME webbrowser based on Webkit"
60 HOMEPAGE="http://projects.gnome.org/epiphany/"
61
62 # TODO: coverage
63 LICENSE="GPL-2"
64 SLOT="0"
65 IUSE="+jit +nss test"
66 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
67
68 RDEPEND="
69 >=app-crypt/gcr-3.5.5
70 app-crypt/libsecret
71 >=app-text/iso-codes-0.35
72 >=dev-libs/glib-2.35.6:2
73 >=dev-libs/libxml2-2.6.12:2
74 >=dev-libs/libxslt-1.1.7
75 >=gnome-base/gnome-keyring-2.26.0
76 >=gnome-base/gsettings-desktop-schemas-0.0.1
77 >=net-dns/avahi-0.6.22[dbus]
78 >=net-libs/webkit-gtk-1.11.92:3[jit?]
79 >=net-libs/libsoup-2.41.3:2.4
80 >=x11-libs/gtk+-3.7.10:3
81 >=x11-libs/libnotify-0.5.1:=
82 gnome-base/gnome-desktop:3=
83
84 dev-db/sqlite:3
85 x11-libs/libX11
86
87 x11-themes/gnome-icon-theme
88 x11-themes/gnome-icon-theme-symbolic
89
90 nss? ( dev-libs/nss )
91 "
92 # paxctl needed for bug #407085
93 # eautoreconf requires gnome-common-3.5.5
94 DEPEND="${RDEPEND}
95 >=dev-util/gtk-doc-am-1
96 >=dev-util/intltool-0.50
97 sys-apps/paxctl
98 sys-devel/gettext
99 virtual/pkgconfig
100 "
101
102 src_prepare() {
103 # Fix testsuite
104 epatch "${FILESDIR}/${PN}-3.7.5-test-gwarning.patch"
105 sed -e '/\/do_migration_invalid/,+1 d' \
106 -i tests/ephy-migration-test.c || die
107
108 gnome2_src_prepare
109 }
110
111 src_configure() {
112 gnome2_src_configure \
113 --enable-shared \
114 --disable-static \
115 --with-distributor-name=Gentoo \
116 $(use_enable nss) \
117 $(use_enable test tests)
118 }
119
120 src_compile() {
121 # needed to avoid "Command line `dbus-launch ...' exited with non-zero exit status 1"
122 unset DISPLAY
123 gnome2_src_compile
124 }
125
126 src_test() {
127 # FIXME: this should be handled at eclass level
128 "${EROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/data" || die
129
130 #use jit && pax-mark m $(list-paxables tests/test*) #415801
131 GSETTINGS_SCHEMA_DIR="${S}/data" Xemake check
132 }
133
134 src_install() {
135 DOCS="AUTHORS ChangeLog* HACKING MAINTAINERS NEWS README TODO"
136 gnome2_src_install
137 use jit && pax-mark m "${ED}usr/bin/epiphany"
138 }