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: Mon, 14 Jan 2019 19:52:33
Message-Id: 1547495463.448339ff7989a8338b66f7d1c11a260f27edd0ba.leio@gentoo
1 commit: 448339ff7989a8338b66f7d1c11a260f27edd0ba
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 14 19:43:53 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 14 19:51:03 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=448339ff
7
8 www-client/epiphany: remove old
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 www-client/epiphany/Manifest | 1 -
14 www-client/epiphany/epiphany-3.26.7.ebuild | 82 ------------------------------
15 2 files changed, 83 deletions(-)
16
17 diff --git a/www-client/epiphany/Manifest b/www-client/epiphany/Manifest
18 index 92432007439..41788f3b44a 100644
19 --- a/www-client/epiphany/Manifest
20 +++ b/www-client/epiphany/Manifest
21 @@ -1,2 +1 @@
22 -DIST epiphany-3.26.7.tar.xz 4429308 BLAKE2B cdd8cf084631891e97585307c90bd67f45e71deb6564f54711deb8dfd39c09007732efeb22ad5be45c1b0af6af7be30cf13a9d90aa1e9506a2e997f6f3f8d854 SHA512 686c8825d476a4c6675dadd7a68bf72727714bc6fe01b4dbf67d39b2dc7e3f21d4f630417865800664a716d6316df8a97fde5201ec72c90f448fd6f0af4b49a0
23 DIST epiphany-3.30.2.tar.xz 4528100 BLAKE2B 3b711df8aa3166c26f639658de188e730f346be7c9bdfc65a5064804c1b0e22a744aec6c559c4131125e8fb34e7bb80636f559c7257cca3ad044c6b810bbe657 SHA512 4edaa042357ad44f2069412508cff9524e6e397da868b78768b493d03d77d16807d78f074eb1a4b18fcc1143d3a63d21f3eb1c0f126a31290320016c76c5130e
24
25 diff --git a/www-client/epiphany/epiphany-3.26.7.ebuild b/www-client/epiphany/epiphany-3.26.7.ebuild
26 deleted file mode 100644
27 index 98a2a339cee..00000000000
28 --- a/www-client/epiphany/epiphany-3.26.7.ebuild
29 +++ /dev/null
30 @@ -1,82 +0,0 @@
31 -# Copyright 1999-2018 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -inherit gnome.org gnome2-utils meson xdg virtualx
37 -
38 -DESCRIPTION="GNOME webbrowser based on Webkit"
39 -HOMEPAGE="https://wiki.gnome.org/Apps/Web"
40 -
41 -LICENSE="GPL-3+"
42 -SLOT="0"
43 -IUSE="test"
44 -KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~sparc x86"
45 -
46 -COMMON_DEPEND="
47 - >=dev-libs/glib-2.52.0:2
48 - >=x11-libs/gtk+-3.22.13:3
49 - >=dev-libs/nettle-3.2:=
50 - >=net-libs/webkit-gtk-2.17.4: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 - >=app-text/iso-codes-0.35
57 - >=dev-libs/json-glib-1.2.4
58 - >=x11-libs/libnotify-0.5.1
59 - >=app-crypt/libsecret-0.14
60 - >=net-libs/libsoup-2.48:2.4
61 - >=dev-libs/libxml2-2.6.12:2
62 - >=dev-libs/libxslt-1.1.7
63 - dev-db/sqlite:3
64 - dev-libs/gmp:0=
65 - >=gnome-base/gsettings-desktop-schemas-0.0.1
66 -"
67 -RDEPEND="${COMMON_DEPEND}
68 - x11-themes/adwaita-icon-theme
69 -"
70 -# paxctl needed for bug #407085
71 -# appstream-glib needed for appdata.xml gettext translation
72 -DEPEND="${COMMON_DEPEND}
73 - app-text/yelp-tools
74 - dev-libs/appstream-glib
75 - dev-util/gdbus-codegen
76 - sys-apps/paxctl
77 - >=sys-devel/gettext-0.19.8
78 - virtual/pkgconfig
79 -"
80 -
81 -PATCHES=(
82 - # https://bugzilla.gnome.org/show_bug.cgi?id=751591
83 - # ephy-file-helpers tests are currently disabled due to https://gitlab.gnome.org/GNOME/epiphany/issues/419
84 - # So this patch is currently without effect. Retest with PORTAGE_TMPDIR=/var/tmp once re-enabled upstream.
85 - #"${FILESDIR}"/${PN}-3.16.0-unittest-1.patch
86 -)
87 -
88 -src_configure() {
89 - local emesonargs=(
90 - -Ddeveloper_mode=false
91 - -Ddistributor_name=Gentoo
92 - -Dhttps_everywhere=false # removed in 3.28
93 - $(meson_use test unit_tests)
94 - )
95 - meson_src_configure
96 -}
97 -
98 -src_test() {
99 - virtx meson_src_test
100 -}
101 -
102 -pkg_postinst() {
103 - xdg_pkg_postinst
104 - gnome2_icon_cache_update
105 - gnome2_schemas_update
106 -}
107 -
108 -pkg_postrm() {
109 - xdg_pkg_postrm
110 - gnome2_icon_cache_update
111 - gnome2_schemas_update
112 -}