Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/epiphany/
Date: Wed, 25 Oct 2017 22:00:37
Message-Id: 1508968205.6acf27b8a42a2c3c9395f1bfcb757d79236388ba.leio@gentoo
1 commit: 6acf27b8a42a2c3c9395f1bfcb757d79236388ba
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 25 21:43:34 2017 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 25 21:50:05 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6acf27b8
7
8 www-client/epiphany: bump to 3.24.5
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.2
11
12 www-client/epiphany/Manifest | 1 +
13 www-client/epiphany/epiphany-3.24.5.ebuild | 75 ++++++++++++++++++++++++++++++
14 2 files changed, 76 insertions(+)
15
16 diff --git a/www-client/epiphany/Manifest b/www-client/epiphany/Manifest
17 index 19e3d480b50..61c957505d2 100644
18 --- a/www-client/epiphany/Manifest
19 +++ b/www-client/epiphany/Manifest
20 @@ -1,2 +1,3 @@
21 DIST epiphany-3.22.7.tar.xz 2293224 SHA256 a15b7ec19644eec8d40ce11286bbca28ac188202b47e2b9fc593ab0974e9c784 SHA512 8150952e89b86d05958bd9f9a0c78ba583764ec878220c8e328cb936108faf25a10837e038bd1a0ba1279555d2f95f819477cfddcb67c31e5b4c3533daf446bd WHIRLPOOL 1856f814a08896e6000085bc34a1097c72d2cd615263e5974b2008088354644cbb58ee8a3ffeb2d9c3b5edcea5a5c56cb4305b200fb6dfc86a0766fe686b90d5
22 DIST epiphany-3.24.4.tar.xz 3213184 SHA256 15f0f664bed190143cce8a03f610fa863b92d9502513c107304e5285924ee5c9 SHA512 98ca26f8f962b8b68c90ac71f793e3c967ba15edab3c4f5dc49e3e325ce8ec02c8fa3c0d3b885ab123637593963ce29583280a03ac70ff3e9a55b7ce91c7145b WHIRLPOOL 5c3c45e07f50a02103c93fdb797fd83c1a29e453930c713089078aee644e40cdc207c6de34992a801d11e987677dd8455957589ed9027b468924d3f33801efe2
23 +DIST epiphany-3.24.5.tar.xz 3216736 SHA256 fb84bfb1919ba1075d19102a74dd461277ac4666e287687695f7337249d9b2fa SHA512 a8f203d182b8c87878a3272f8b4f642b0cf4128476e0727208135cfdffeb293425cf662c58820f0d3aed2e1b20fe6dc4cf5cbb8277a398c6f533a0bea34f40f2 WHIRLPOOL c1d3a6ec1ec528fa62973f5ebb74157da60bd38779ec171eac4e005db7f31e68cf215987a04fe1953d95a9e5622c009121da19c1a4568346354c8494dd1e554b
24
25 diff --git a/www-client/epiphany/epiphany-3.24.5.ebuild b/www-client/epiphany/epiphany-3.24.5.ebuild
26 new file mode 100644
27 index 00000000000..fc7f99fdd50
28 --- /dev/null
29 +++ b/www-client/epiphany/epiphany-3.24.5.ebuild
30 @@ -0,0 +1,75 @@
31 +# Copyright 1999-2017 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=6
35 +GNOME2_LA_PUNT="yes"
36 +
37 +inherit flag-o-matic gnome2 virtualx
38 +
39 +DESCRIPTION="GNOME webbrowser based on Webkit"
40 +HOMEPAGE="https://wiki.gnome.org/Apps/Web"
41 +
42 +LICENSE="GPL-3+"
43 +SLOT="0"
44 +IUSE="test"
45 +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
46 +
47 +COMMON_DEPEND="
48 + >=dev-libs/glib-2.46.0:2[dbus]
49 + >=x11-libs/gtk+-3.22.13:3
50 + >=net-libs/webkit-gtk-2.15.90:4=
51 + >=x11-libs/cairo-1.2
52 + >=app-crypt/gcr-3.5.5:=[gtk]
53 + >=x11-libs/gdk-pixbuf-2.36.5:2
54 + >=gnome-base/gnome-desktop-2.91.2:3=
55 + dev-libs/icu:=
56 + >=x11-libs/libnotify-0.5.1:=
57 + >=app-crypt/libsecret-0.14
58 + >=net-libs/libsoup-2.48:2.4
59 + >=dev-libs/libxml2-2.6.12:2
60 + >=dev-libs/libxslt-1.1.7
61 + dev-db/sqlite:3
62 + >=app-text/iso-codes-0.35
63 + >=gnome-base/gsettings-desktop-schemas-0.0.1
64 +"
65 +# epiphany-extensions support was removed in 3.7; let's not pretend it still works
66 +RDEPEND="${COMMON_DEPEND}
67 + x11-themes/adwaita-icon-theme
68 + !www-client/epiphany-extensions
69 +"
70 +# paxctl needed for bug #407085
71 +DEPEND="${COMMON_DEPEND}
72 + app-text/yelp-tools
73 + dev-libs/appstream-glib
74 + sys-apps/paxctl
75 + >=sys-devel/gettext-0.19.8
76 + virtual/pkgconfig
77 +"
78 +
79 +PATCHES=(
80 + # https://bugzilla.gnome.org/show_bug.cgi?id=751591
81 + "${FILESDIR}"/${PN}-3.16.0-unittest-1.patch
82 +
83 + # https://bugzilla.gnome.org/show_bug.cgi?id=751593
84 + "${FILESDIR}"/${PN}-3.14.0-unittest-2.patch
85 +)
86 +
87 +src_configure() {
88 + # https://bugzilla.gnome.org/show_bug.cgi?id=778495
89 + append-cflags -std=gnu11
90 +
91 + # httpseverywhere is experimental in 3.24; gnome bug #775575
92 + # firefox sync storage is not quite ready in 3.24; deps on hogweed/nettle
93 + gnome2_src_configure \
94 + --enable-shared \
95 + --disable-static \
96 + --with-distributor-name=Gentoo \
97 + --without-libhttpseverywhere \
98 + --disable-firefox-sync \
99 + $(use_enable test tests)
100 +}
101 +
102 +src_test() {
103 + "${EROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/data" || die
104 + GSETTINGS_SCHEMA_DIR="${S}/data" virtx emake check
105 +}