commit: d87cef1d85f41717d23367a7d3888202b8bb74db Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Fri Aug 1 15:29:19 2025 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Fri Aug 1 15:29:19 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d87cef1d
www-client/epiphany: drop 46.4-r1, 47.2-r1 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> www-client/epiphany/Manifest | 2 - www-client/epiphany/epiphany-46.4-r1.ebuild | 89 ----------------------------- www-client/epiphany/epiphany-47.2-r1.ebuild | 89 ----------------------------- 3 files changed, 180 deletions(-) diff --git a/www-client/epiphany/Manifest b/www-client/epiphany/Manifest index ac6af46fdb6c..7a383c5aec40 100644 --- a/www-client/epiphany/Manifest +++ b/www-client/epiphany/Manifest @@ -1,4 +1,2 @@ -DIST epiphany-46.4.tar.xz 4013588 BLAKE2B f6f7044a0e20dd6fc696a1d667f37ecbf20d2ee2e21c42ccb26143565ac7629f436c6edffe5a022433de9b19db27007d57b3c135414af87d45fa3a551462822b SHA512 4bc3166152e1c3ee9bfd269000038d3c635824f2e3c7caa0b15deed69fd753658092479435244c1c89952fc4e1da14dcf6ccc910635949a0591b2c763c0adc19 -DIST epiphany-47.2.tar.xz 4091372 BLAKE2B 889f49e06e21daa72185851d3b52bf163f7c19bd3fe393335ebd56ea9c16d019ae8aef1306c748b2cf500b9e30be64525120cac4276259822b4b23aa13dcd13f SHA512 8e9d9346b4de60391a8cb790008f5b1ff32e7521a4e3da49882e5ca60ee18a6b5be32ddf5b201405937048eb158798b79118fdbeb7b8a83cbb60a20765752503 DIST epiphany-47.7.tar.xz 4100068 BLAKE2B e3238eb590e5c3850ff7c147cb5068496b3802a51a3d2b4732cbed06f0c4def6bd8ef7d152d281b22bdb8fa2f7f582bd1d703e71e87192212d88df69a56f72bf SHA512 147d3c60492d2e7fb469244ce6e47b6898cb9b6eef0856dd09341101a07579b9c5abf6f296c8083c9f1b1d64b642d05910c58f638f8003eda73c9236e1d8a5e2 DIST epiphany-48.3.tar.xz 4119780 BLAKE2B cadacd8448f389e7971df7088905bd2f411c58a589d6f3c99e490d3f8bb1928c88c4df96d97180a2c292622c8d1d8c715b83329b1d3f60a55dcdcf8e81846016 SHA512 297df0d500477134c12877bc4255ea5f8e22b782a08fa5e06a1b012d4ff18f85f09850f7bf12ff61c35d0aba82cd87afd50dbdbecda62319cea86314c2947923 diff --git a/www-client/epiphany/epiphany-46.4-r1.ebuild b/www-client/epiphany/epiphany-46.4-r1.ebuild deleted file mode 100644 index 864525905eb7..000000000000 --- a/www-client/epiphany/epiphany-46.4-r1.ebuild +++ /dev/null @@ -1,89 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit gnome.org gnome2-utils meson xdg virtualx - -DESCRIPTION="GNOME webbrowser based on Webkit" -HOMEPAGE="https://apps.gnome.org/Epiphany/ https://gitlab.gnome.org/GNOME/epiphany" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv x86" -IUSE="test" -RESTRICT="!test? ( test )" - -DEPEND=" - >=x11-libs/cairo-1.2 - >=app-crypt/gcr-3.9.0:4=[gtk] - >=x11-libs/gdk-pixbuf-2.36.5:2 - >=dev-libs/glib-2.74.0:2 - gnome-base/gsettings-desktop-schemas - media-libs/gstreamer:1.0 - >=gui-libs/gtk-4.12.0:4 - >=app-text/iso-codes-0.35 - >=dev-libs/json-glib-1.6 - app-arch/libarchive:= - >=gui-libs/libadwaita-1.4.0:1 - >=app-crypt/libsecret-0.19 - >=net-libs/libsoup-2.99.4:3.0 - >=dev-libs/libxml2-2.6.12:2= - >=dev-libs/nettle-3.4:= - >=dev-libs/libportal-0.6:0=[gtk] - >=dev-db/sqlite-3.22:3 - >=net-libs/webkit-gtk-2.43.4:6 - - dev-libs/gmp:0= -" -RDEPEND="${DEPEND} - x11-themes/adwaita-icon-theme -" -# appstream-glib needed for appdata.xml gettext translation -BDEPEND=" - dev-libs/appstream-glib - dev-util/gdbus-codegen - dev-util/glib-utils - dev-util/itstool - >=sys-devel/gettext-0.19.8 - virtual/pkgconfig -" - -PATCHES=( - # Test not ready to be run in sandboxed systems, also need - # mesa[zink]. Skip, as done by Debian. - # https://bugs.gentoo.org/928015 - # https://bugs.gentoo.org/847862 - # https://gitlab.gnome.org/GNOME/epiphany/-/issues/2209 - # https://gitlab.gnome.org/GNOME/epiphany/-/issues/2271 - "${FILESDIR}/${PN}-46.2-disable-web-view-test.patch" -) - -src_prepare() { - default - xdg_environment_reset -} - -src_configure() { - local emesonargs=( - -Ddeveloper_mode=false - -Dtech_preview=false - $(meson_feature test unit_tests) - -Dgranite=disabled - ) - meson_src_configure -} - -src_test() { - virtx meson_src_test -} - -pkg_postinst() { - xdg_pkg_postinst - gnome2_schemas_update -} - -pkg_postrm() { - xdg_pkg_postrm - gnome2_schemas_update -} diff --git a/www-client/epiphany/epiphany-47.2-r1.ebuild b/www-client/epiphany/epiphany-47.2-r1.ebuild deleted file mode 100644 index e5a135356c98..000000000000 --- a/www-client/epiphany/epiphany-47.2-r1.ebuild +++ /dev/null @@ -1,89 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit gnome.org gnome2-utils meson xdg virtualx - -DESCRIPTION="GNOME webbrowser based on Webkit" -HOMEPAGE="https://apps.gnome.org/Epiphany/ https://gitlab.gnome.org/GNOME/epiphany" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -DEPEND=" - >=x11-libs/cairo-1.2 - >=app-crypt/gcr-3.9.0:4=[gtk] - >=x11-libs/gdk-pixbuf-2.36.5:2 - >=dev-libs/glib-2.74.0:2 - gnome-base/gsettings-desktop-schemas - media-libs/gstreamer:1.0 - >=gui-libs/gtk-4.13.3:4 - >=app-text/iso-codes-0.35 - >=dev-libs/json-glib-1.6 - app-arch/libarchive:= - >=gui-libs/libadwaita-1.6_alpha:1 - >=app-crypt/libsecret-0.19 - >=net-libs/libsoup-2.99.4:3.0 - >=dev-libs/libxml2-2.6.12:2= - >=dev-libs/nettle-3.4:= - >=dev-libs/libportal-0.6:0=[gtk] - >=dev-db/sqlite-3.22:3 - >=net-libs/webkit-gtk-2.43.4:6 - - dev-libs/gmp:0= -" -RDEPEND="${DEPEND} - x11-themes/adwaita-icon-theme -" -# appstream-glib needed for appdata.xml gettext translation -BDEPEND=" - dev-libs/appstream-glib - dev-util/gdbus-codegen - dev-util/glib-utils - dev-util/itstool - >=sys-devel/gettext-0.19.8 - virtual/pkgconfig -" - -PATCHES=( - # Test not ready to be run in sandboxed systems, also need - # mesa[zink]. Skip, as done by Debian. - # https://bugs.gentoo.org/928015 - # https://bugs.gentoo.org/847862 - # https://gitlab.gnome.org/GNOME/epiphany/-/issues/2209 - # https://gitlab.gnome.org/GNOME/epiphany/-/issues/2271 - "${FILESDIR}/${PN}-46.2-disable-web-view-test.patch" -) - -src_prepare() { - default - xdg_environment_reset -} - -src_configure() { - local emesonargs=( - -Ddeveloper_mode=false - -Dtech_preview=false - $(meson_feature test unit_tests) - -Dgranite=disabled - ) - meson_src_configure -} - -src_test() { - virtx meson_src_test -} - -pkg_postinst() { - xdg_pkg_postinst - gnome2_schemas_update -} - -pkg_postrm() { - xdg_pkg_postrm - gnome2_schemas_update -}
