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.16.2.ebuild ChangeLog epiphany-3.12.1.ebuild
Date: Sat, 27 Jun 2015 16:47:13
Message-Id: 20150627164701.7F8B173F@oystercatcher.gentoo.org
1 pacho 15/06/27 16:47:01
2
3 Modified: ChangeLog
4 Added: epiphany-3.16.2.ebuild
5 Removed: epiphany-3.12.1.ebuild
6 Log:
7 Version bump, drop old
8
9 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
10
11 Revision Changes Path
12 1.318 www-client/epiphany/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/epiphany/ChangeLog?rev=1.318&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/epiphany/ChangeLog?rev=1.318&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/epiphany/ChangeLog?r1=1.317&r2=1.318
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v
21 retrieving revision 1.317
22 retrieving revision 1.318
23 diff -u -r1.317 -r1.318
24 --- ChangeLog 26 Jun 2015 09:24:00 -0000 1.317
25 +++ ChangeLog 27 Jun 2015 16:47:01 -0000 1.318
26 @@ -1,6 +1,12 @@
27 # ChangeLog for www-client/epiphany
28 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v 1.317 2015/06/26 09:24:00 ago Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v 1.318 2015/06/27 16:47:01 pacho Exp $
31 +
32 +*epiphany-3.16.2 (27 Jun 2015)
33 +
34 + 27 Jun 2015; Pacho Ramos <pacho@g.o> +epiphany-3.16.2.ebuild,
35 + -epiphany-3.12.1.ebuild:
36 + Version bump, drop old
37
38 26 Jun 2015; Agostino Sarubbo <ago@g.o> epiphany-3.14.2.ebuild:
39 Stable for x86, wrt bug #551814
40
41
42
43 1.1 www-client/epiphany/epiphany-3.16.2.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/epiphany/epiphany-3.16.2.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/epiphany/epiphany-3.16.2.ebuild?rev=1.1&content-type=text/plain
47
48 Index: epiphany-3.16.2.ebuild
49 ===================================================================
50 # Copyright 1999-2015 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-3.16.2.ebuild,v 1.1 2015/06/27 16:47:01 pacho Exp $
53
54 EAPI="5"
55 GCONF_DEBUG="yes"
56 GNOME2_LA_PUNT="yes"
57
58 #inherit autotools eutils gnome2 pax-utils versionator virtualx
59 inherit eutils gnome2 pax-utils versionator virtualx
60
61 DESCRIPTION="GNOME webbrowser based on Webkit"
62 HOMEPAGE="https://wiki.gnome.org/Apps/Web"
63
64 # TODO: coverage
65 LICENSE="GPL-2"
66 SLOT="0"
67 IUSE="+jit +nss test"
68 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
69
70 COMMON_DEPEND="
71 >=app-crypt/gcr-3.5.5
72 >=app-crypt/libsecret-0.14
73 >=app-text/iso-codes-0.35
74 >=dev-libs/glib-2.38:2[dbus]
75 >=dev-libs/libxml2-2.6.12:2
76 >=dev-libs/libxslt-1.1.7
77 >=gnome-base/gsettings-desktop-schemas-0.0.1
78 >=net-dns/avahi-0.6.22[dbus]
79 >=net-libs/webkit-gtk-2.7.4:4[jit?]
80 >=net-libs/libsoup-2.48:2.4
81 >=x11-libs/gtk+-3.13:3
82 >=x11-libs/libnotify-0.5.1:=
83 gnome-base/gnome-desktop:3=
84
85 dev-db/sqlite:3
86 x11-libs/libwnck:3
87 x11-libs/libX11
88
89 x11-themes/gnome-icon-theme
90 x11-themes/gnome-icon-theme-symbolic
91
92 nss? ( dev-libs/nss )
93 "
94 # epiphany-extensions support was removed in 3.7; let's not pretend it still works
95 RDEPEND="${COMMON_DEPEND}
96 !www-client/epiphany-extensions
97 "
98 # paxctl needed for bug #407085
99 # eautoreconf requires gnome-common-3.5.5
100 DEPEND="${COMMON_DEPEND}
101 >=gnome-base/gnome-common-3.6
102 >=dev-util/intltool-0.50
103 sys-apps/paxctl
104 sys-devel/gettext
105 virtual/pkgconfig
106 "
107
108 src_prepare() {
109 # Fix missing symbol in webextension.so, https://bugzilla.gnome.org/show_bug.cgi?id=728972
110 # FIXME: More information needed per https://bugzilla.gnome.org/show_bug.cgi?id=728972#c5
111 # If you are able to reproduce the failure, please provide it. Thanks
112 # epatch "${FILESDIR}"/${PN}-3.14.0-missing-symbol.patch
113
114 # Fix unittests
115 # https://bugzilla.gnome.org/show_bug.cgi?id=751591
116 epatch "${FILESDIR}"/${PN}-3.16.0-unittest-1.patch
117
118 # https://bugzilla.gnome.org/show_bug.cgi?id=751593
119 epatch "${FILESDIR}"/${PN}-3.14.0-unittest-2.patch
120
121 # eautoreconf
122 gnome2_src_prepare
123 }
124
125 src_configure() {
126 gnome2_src_configure \
127 --enable-shared \
128 --disable-static \
129 --with-distributor-name=Gentoo \
130 $(use_enable nss) \
131 $(use_enable test tests)
132 }
133
134 src_compile() {
135 # needed to avoid "Command line `dbus-launch ...' exited with non-zero exit status 1"
136 unset DISPLAY
137 gnome2_src_compile
138 }
139
140 src_test() {
141 # FIXME: this should be handled at eclass level
142 "${EROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/data" || die
143
144 unset DISPLAY
145 GSETTINGS_SCHEMA_DIR="${S}/data" Xemake check
146 }
147
148 src_install() {
149 DOCS="AUTHORS ChangeLog* HACKING MAINTAINERS NEWS README TODO"
150 gnome2_src_install
151 use jit && pax-mark m "${ED}usr/bin/epiphany"
152 }