Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: www-client/epiphany/
Date: Sun, 05 Aug 2018 08:34:53
Message-Id: 1533457806.399cfe36f4b13852e0653d08f872bf0b2aeffe5c.leio@gentoo
1 commit: 399cfe36f4b13852e0653d08f872bf0b2aeffe5c
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 5 08:30:06 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 5 08:30:06 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=399cfe36
7
8 www-client/epiphany-3.26.7: remove, available with fixes in ::gentoo
9
10 Package-Manager: Portage-2.3.43, Repoman-2.3.10
11
12 www-client/epiphany/epiphany-3.26.7.ebuild | 68 ------------------------------
13 1 file changed, 68 deletions(-)
14
15 diff --git a/www-client/epiphany/epiphany-3.26.7.ebuild b/www-client/epiphany/epiphany-3.26.7.ebuild
16 deleted file mode 100644
17 index 8000e3bb..00000000
18 --- a/www-client/epiphany/epiphany-3.26.7.ebuild
19 +++ /dev/null
20 @@ -1,68 +0,0 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -GNOME2_LA_PUNT="yes"
26 -
27 -inherit gnome-meson virtualx
28 -
29 -DESCRIPTION="GNOME webbrowser based on Webkit"
30 -HOMEPAGE="https://wiki.gnome.org/Apps/Web"
31 -
32 -LICENSE="GPL-3+"
33 -SLOT="0"
34 -IUSE="test"
35 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
36 -
37 -COMMON_DEPEND="
38 - >=dev-libs/glib-2.52.0:2[dbus]
39 - >=dev-libs/json-glib-1.2.4
40 - >=x11-libs/gtk+-3.22.13:3
41 - >=net-libs/webkit-gtk-2.17.4:4=
42 - >=x11-libs/cairo-1.2
43 - >=app-crypt/gcr-3.5.5:=[gtk]
44 - >=x11-libs/gdk-pixbuf-2.36.5:2
45 - >=gnome-base/gnome-desktop-2.91.2:3=
46 - dev-libs/icu:=
47 - >=x11-libs/libnotify-0.5.1:=
48 - >=app-crypt/libsecret-0.14
49 - >=net-libs/libsoup-2.48:2.4
50 - >=dev-libs/libxml2-2.6.12:2
51 - >=dev-libs/libxslt-1.1.7
52 - >=dev-libs/nettle-3.2
53 - dev-db/sqlite:3
54 - dev-libs/gmp:0
55 - >=app-text/iso-codes-0.35
56 - >=gnome-base/gsettings-desktop-schemas-0.0.1
57 -"
58 -# epiphany-extensions support was removed in 3.7; let's not pretend it still works
59 -RDEPEND="${COMMON_DEPEND}
60 - x11-themes/adwaita-icon-theme
61 - !www-client/epiphany-extensions
62 -"
63 -# paxctl needed for bug #407085
64 -DEPEND="${COMMON_DEPEND}
65 - app-text/yelp-tools
66 - dev-libs/appstream-glib
67 - sys-apps/paxctl
68 - >=sys-devel/gettext-0.19.8
69 - virtual/pkgconfig
70 -"
71 -
72 -PATCHES=(
73 - # https://bugzilla.gnome.org/show_bug.cgi?id=751593
74 - "${FILESDIR}"/${PN}-3.14.0-unittest-2.patch
75 -)
76 -
77 -# FIXME: it seems it can't use newer libhttpseverywhere
78 -src_configure() {
79 - gnome-meson_src_configure \
80 - -Ddistributor_name=Gentoo \
81 - -Dhttps_everywhere=false \
82 - $(meson_use test unit_tests)
83 -}
84 -
85 -src_test() {
86 - "${EROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/data" || die
87 - GSETTINGS_SCHEMA_DIR="${S}/data" virtx meson_src_test
88 -}