Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/epiphany/
Date: Sun, 03 Jul 2016 16:33:56
Message-Id: 1467563607.eb232b5bdc6f3bf0c3ae9bf5cee113ae2bd3dcd0.pacho@gentoo
1 commit: eb232b5bdc6f3bf0c3ae9bf5cee113ae2bd3dcd0
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 3 16:23:41 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 3 16:33:27 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb232b5b
7
8 www-client/epiphany: Version bump
9
10 Package-Manager: portage-2.3.0_rc1
11
12 www-client/epiphany/Manifest | 1 +
13 www-client/epiphany/epiphany-3.20.3.ebuild | 76 ++++++++++++++++++++++++++++++
14 2 files changed, 77 insertions(+)
15
16 diff --git a/www-client/epiphany/Manifest b/www-client/epiphany/Manifest
17 index 77fd434..006cb3c 100644
18 --- a/www-client/epiphany/Manifest
19 +++ b/www-client/epiphany/Manifest
20 @@ -1 +1,2 @@
21 DIST epiphany-3.18.7.tar.xz 3059580 SHA256 90513aea04d66a4387da076db1b8104b54d3657a81aff2d629b527b32d9eec76 SHA512 a2a47bbe282f089b14ff48e33ec00dc11a66377d2583db3f7f2dc621e6e1d53640bca6861293933e988db200d221b1f36c74e32372fd6a89eeb7c436a8f8e3f2 WHIRLPOOL 05a6b13019daf9c598577300ab6addb934bacadd4c6b62b07c9a4d22dfdb0da686aea5d6dc7b73cdeff6b8e3f2f903b43a802c7707cfc70d42d68b9a728c895f
22 +DIST epiphany-3.20.3.tar.xz 2182864 SHA256 4d9de1bdb44c14adf25aa6dc02ea3de60925cff5eb01fe89545e6032c9b424a2 SHA512 853a8efd67374f5550263cf4f102ac680b6b5bf1e948d5bb4448bc3dbe89401034709e391e527bce50a8f210cf2ae525d7f5c8e997fd665946986c5078caf3a9 WHIRLPOOL a7736abe4e121b15f27dc5ca32a7d9f6a26e2526523d605d8394d179e362b99c99067f7a2bc6f36004b9424e0fe295b2f6bb7a294b7dfbcceb7bb0ce3a80420c
23
24 diff --git a/www-client/epiphany/epiphany-3.20.3.ebuild b/www-client/epiphany/epiphany-3.20.3.ebuild
25 new file mode 100644
26 index 0000000..2fbe155
27 --- /dev/null
28 +++ b/www-client/epiphany/epiphany-3.20.3.ebuild
29 @@ -0,0 +1,76 @@
30 +# Copyright 1999-2016 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +# $Id$
33 +
34 +EAPI=6
35 +GNOME2_LA_PUNT="yes"
36 +
37 +inherit eutils gnome2 virtualx
38 +
39 +DESCRIPTION="GNOME webbrowser based on Webkit"
40 +HOMEPAGE="https://wiki.gnome.org/Apps/Web"
41 +
42 +LICENSE="GPL-2"
43 +SLOT="0"
44 +IUSE="test"
45 +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
46 +
47 +COMMON_DEPEND="
48 + >=app-crypt/gcr-3.5.5:=
49 + >=app-crypt/libsecret-0.14
50 + >=app-text/iso-codes-0.35
51 + >=dev-libs/glib-2.44.0:2[dbus]
52 + >=dev-libs/libxml2-2.6.12:2
53 + >=dev-libs/libxslt-1.1.7
54 + >=gnome-base/gsettings-desktop-schemas-0.0.1
55 + >=net-dns/avahi-0.6.22[dbus]
56 + >=net-libs/webkit-gtk-2.11.4:4=
57 + >=net-libs/libsoup-2.48:2.4
58 + >=x11-libs/gtk+-3.19.1:3
59 + >=x11-libs/libnotify-0.5.1:=
60 + gnome-base/gnome-desktop:3=
61 +
62 + dev-db/sqlite:3
63 + x11-libs/libwnck:3
64 + x11-libs/libX11
65 +"
66 +# epiphany-extensions support was removed in 3.7; let's not pretend it still works
67 +RDEPEND="${COMMON_DEPEND}
68 + x11-themes/adwaita-icon-theme
69 + !www-client/epiphany-extensions
70 +"
71 +# paxctl needed for bug #407085
72 +# eautoreconf requires gnome-common-3.5.5
73 +DEPEND="${COMMON_DEPEND}
74 + app-text/yelp-tools
75 + dev-libs/appstream-glib
76 + >=dev-util/intltool-0.50
77 + dev-util/itstool
78 + sys-apps/paxctl
79 + sys-devel/gettext
80 + virtual/pkgconfig
81 +"
82 +
83 +PATCHES=(
84 + # https://bugzilla.gnome.org/show_bug.cgi?id=751591
85 + "${FILESDIR}"/${PN}-3.16.0-unittest-1.patch
86 +
87 + # https://bugzilla.gnome.org/show_bug.cgi?id=751593
88 + "${FILESDIR}"/${PN}-3.14.0-unittest-2.patch
89 +)
90 +
91 +src_configure() {
92 + # Many years have passed since gecko based epiphany went away,
93 + # hence, stop relying on nss for migrating from that versions.
94 + gnome2_src_configure \
95 + --disable-nss \
96 + --enable-shared \
97 + --disable-static \
98 + --with-distributor-name=Gentoo \
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 +}