Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/epiphany/
Date: Sat, 01 Oct 2022 17:16:56
Message-Id: 1664644602.9fde2cfe6b9319bbcc99768096e78aa741c98388.mattst88@gentoo
1 commit: 9fde2cfe6b9319bbcc99768096e78aa741c98388
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 1 17:01:35 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 1 17:16:42 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fde2cfe
7
8 www-client/epiphany: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 www-client/epiphany/Manifest | 1 -
13 www-client/epiphany/epiphany-42.3.ebuild | 86 --------------------------------
14 2 files changed, 87 deletions(-)
15
16 diff --git a/www-client/epiphany/Manifest b/www-client/epiphany/Manifest
17 index bc43e7b6bad2..7df110f3d6fc 100644
18 --- a/www-client/epiphany/Manifest
19 +++ b/www-client/epiphany/Manifest
20 @@ -1,2 +1 @@
21 -DIST epiphany-42.3.tar.xz 6106824 BLAKE2B 97dc47e0df026210c8c81966ae02a2916d6a738b291261894b3c3bc9a21073e547de1dab00a64e378fb049eec6fbbb15346eb7489f6100f79ab2a4e3309f3366 SHA512 3bdbbbf97e80fcd55780312b9ee5c631e0a9ce8cfb27c4cb202cc5db56579d4aeb098781c4853464f9c22faacdaf75a960b10d8b878139ad24c42728529a4364
22 DIST epiphany-42.4.tar.xz 6107820 BLAKE2B 7ab18ac6d8eceb3577ef53c761e26a64291219311f2d6d82ed13ce6746767b83124faf28c9627056938351a05e5d6aff50eb95eb4dec10ce8847123fb5775b36 SHA512 55153078bc460cc5a0bc17bb8d12fd5ed6495cd2415e128ec0b4917b07a4d2fe1fb74e871c033aaef43c89c125d79ad37e99ea2fa2ada07fbcdf09603129ae47
23
24 diff --git a/www-client/epiphany/epiphany-42.3.ebuild b/www-client/epiphany/epiphany-42.3.ebuild
25 deleted file mode 100644
26 index e88f8c52fdd6..000000000000
27 --- a/www-client/epiphany/epiphany-42.3.ebuild
28 +++ /dev/null
29 @@ -1,86 +0,0 @@
30 -# Copyright 1999-2022 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -inherit gnome.org gnome2-utils meson xdg virtualx
36 -
37 -DESCRIPTION="GNOME webbrowser based on Webkit"
38 -HOMEPAGE="https://wiki.gnome.org/Apps/Web"
39 -
40 -LICENSE="GPL-3+"
41 -SLOT="0"
42 -IUSE="test"
43 -RESTRICT="!test? ( test )"
44 -KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv x86"
45 -
46 -DEPEND="
47 - >=dev-libs/glib-2.67.4:2
48 - >=x11-libs/gtk+-3.24.0:3
49 - >=dev-libs/nettle-3.4:=
50 - >=net-libs/webkit-gtk-2.33.2: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/gsettings-desktop-schemas
55 - >=app-text/iso-codes-0.35
56 - >=dev-libs/json-glib-1.6
57 - app-arch/libarchive:=
58 - >=dev-libs/libdazzle-3.37.1
59 - >=gui-libs/libhandy-1.5.0:1=
60 - >=app-crypt/libsecret-0.19
61 - >=net-libs/libsoup-2.48.0:2.4
62 - >=dev-libs/libxml2-2.6.12:2
63 - >=dev-db/sqlite-3.22:3
64 - dev-libs/gmp:0=
65 -"
66 -RDEPEND="${DEPEND}
67 - x11-themes/adwaita-icon-theme
68 -"
69 -# appstream-glib needed for appdata.xml gettext translation
70 -BDEPEND="
71 - dev-libs/appstream-glib
72 - dev-util/gdbus-codegen
73 - dev-util/glib-utils
74 - dev-util/itstool
75 - >=sys-devel/gettext-0.19.8
76 - virtual/pkgconfig
77 -"
78 -
79 -PATCHES=(
80 - # Allow /var/tmp prefixed recursive delete (due to package manager setting TMPDIR)
81 - "${FILESDIR}"/var-tmp-tests.patch
82 -)
83 -
84 -src_configure() {
85 - local emesonargs=(
86 - -Ddeveloper_mode=false
87 - -Dlibportal=disabled
88 - # maybe enable later if network-sandbox is off, but in 3.32.4 the network test
89 - # is commented out upstream anyway
90 - -Dnetwork_tests=disabled
91 - -Dtech_preview=false
92 - $(meson_feature test unit_tests)
93 - -Dsoup2=enabled
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_schemas_update
105 -
106 - if ! has_version net-libs/webkit-gtk:4[jpeg2k]; then
107 - ewarn "Your net-libs/webkit-gtk is built without USE=jpeg2k."
108 - ewarn "Various image galleries/managers may be broken."
109 - fi
110 -}
111 -
112 -pkg_postrm() {
113 - xdg_pkg_postrm
114 - gnome2_schemas_update
115 -}