From: "Mart Raudsepp" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/webkit-gtk/
Date: Wed, 18 Oct 2023 20:19:21 +0000 (UTC) [thread overview]
Message-ID: <1697660332.c270b5850091818ce141a72cac19f672f2b884f0.leio@gentoo> (raw)
commit: c270b5850091818ce141a72cac19f672f2b884f0
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 18 20:18:52 2023 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Wed Oct 18 20:18:52 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c270b585
net-libs/webkit-gtk: drop 2.42.0, 2.42.0-r410, 2.42.0-r600
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
net-libs/webkit-gtk/Manifest | 1 -
net-libs/webkit-gtk/webkit-gtk-2.42.0-r410.ebuild | 259 ----------------------
net-libs/webkit-gtk/webkit-gtk-2.42.0-r600.ebuild | 252 ---------------------
net-libs/webkit-gtk/webkit-gtk-2.42.0.ebuild | 249 ---------------------
4 files changed, 761 deletions(-)
diff --git a/net-libs/webkit-gtk/Manifest b/net-libs/webkit-gtk/Manifest
index e41627b26e37..f61940662de9 100644
--- a/net-libs/webkit-gtk/Manifest
+++ b/net-libs/webkit-gtk/Manifest
@@ -1,3 +1,2 @@
DIST webkitgtk-2.40.5.tar.xz 40066432 BLAKE2B 67b8f429af8b746a256ca36c335c33ab4fef92a4699b09b87c38e81d56e0da7b5fb20d9e0dbbc32016025e60ca2c6e44d9032c300bfbdc931f4097d5608bb62f SHA512 a8c9f04e971e0464ea39a5d1dacb6251a08c5a851def21bfeb990beebb82d1a2a97e7cfc65ae3ed1f6fe76ac6f6463b1f64a6a2a341d266c381710dd84c4082a
-DIST webkitgtk-2.42.0.tar.xz 40917832 BLAKE2B afaaef8482fe81645eee55be86a80fb51eff83dc000ac0dc5981d41810b5c72c59428d8e92a02c04718c0367ac19689501c81764f9603b767d7271ad9cd66075 SHA512 f71627182707f4ab34483a16b74d1519d7234833151ced818e54749f8ecb1f2956cc5d76e09957d07b727155c023e7b75426ad38ee955928fcac9e68d6304e2b
DIST webkitgtk-2.42.1.tar.xz 38011772 BLAKE2B c6453cf2d15661507df66c5478e7675217b62d9579cf9b9408cb3e4fa1a8405c5c2608edf0960baed62aafa766e6cdbe2f0c07e8fb728d86c111f12d5a816492 SHA512 c7ff45e748a2a3d381db05c7f05b7515d8e4e771e703dab6d153cb32392ff64f63f7d4039701676180abb6fd718153e762ce8ca9aede2ecbe0dc4efde5ed660c
diff --git a/net-libs/webkit-gtk/webkit-gtk-2.42.0-r410.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.42.0-r410.ebuild
deleted file mode 100644
index 007034b448c5..000000000000
--- a/net-libs/webkit-gtk/webkit-gtk-2.42.0-r410.ebuild
+++ /dev/null
@@ -1,259 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_REQ_USE="xml(+)"
-PYTHON_COMPAT=( python3_{10..12} )
-USE_RUBY="ruby30 ruby31 ruby32"
-
-inherit check-reqs flag-o-matic gnome2 optfeature python-any-r1 ruby-single toolchain-funcs cmake
-
-MY_P="webkitgtk-${PV}"
-DESCRIPTION="Open source web browser engine"
-HOMEPAGE="https://www.webkitgtk.org"
-SRC_URI="https://www.webkitgtk.org/releases/${MY_P}.tar.xz"
-
-LICENSE="LGPL-2+ BSD"
-SLOT="4.1/0" # soname version of libwebkit2gtk-4.1
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
-
-IUSE="aqua avif examples gamepad keyring +gstreamer +introspection pdf +jpeg2k jpegxl +jumbo-build lcms seccomp spell systemd wayland X"
-REQUIRED_USE="|| ( aqua wayland X )"
-
-# Tests do not run when built from tarballs
-# https://bugs.webkit.org/show_bug.cgi?id=215986
-RESTRICT="test"
-
-# Dependencies found at Source/cmake/OptionsGTK.cmake
-# Missing WebRTC support, but ENABLE_MEDIA_STREAM/ENABLE_WEB_RTC is
-# experimental upstream (PRIVATE OFF) and shouldn't be used yet in 2.30
-# >=gst-plugins-opus-1.14.4-r1 for opusparse (required by MSE)
-# TODO: gst-plugins-base[X] is only needed when build configuration ends up
-# with GLX set, but that's a bit automagic too to fix
-# Softblocking webkit-gtk-2.38:4 as we going to use webkit-2.38:4.1's WebKitDriver binary
-RDEPEND="
- >=x11-libs/cairo-1.16.0[X?]
- >=media-libs/fontconfig-2.13.0:1.0
- >=media-libs/freetype-2.9.0:2
- >=dev-libs/libgcrypt-1.7.0:0=
- >=x11-libs/gtk+-3.22.0:3[aqua?,introspection?,wayland?,X?]
- >=media-libs/harfbuzz-1.4.2:=[icu(+)]
- >=dev-libs/icu-61.2:=
- media-libs/libjpeg-turbo:0=
- >=media-libs/libepoxy-1.4.0
- >=net-libs/libsoup-3.0.8:3.0[introspection?]
- >=dev-libs/libxml2-2.8.0:2
- >=media-libs/libpng-1.4:0=
- dev-db/sqlite:3
- sys-libs/zlib:0
- >=app-accessibility/at-spi2-core-2.46.0:2
- media-libs/libwebp:=
-
- >=dev-libs/glib-2.70.0:2
- >=dev-libs/libxslt-1.1.7
- media-libs/woff2
- keyring? ( app-crypt/libsecret )
- introspection? ( >=dev-libs/gobject-introspection-1.59.1:= )
- dev-libs/libtasn1:=
- spell? ( >=app-text/enchant-0.22:2 )
- gstreamer? (
- >=media-libs/gstreamer-1.20:1.0
- >=media-libs/gst-plugins-base-1.20:1.0[egl,X?]
- media-libs/gst-plugins-base:1.0[opengl]
- >=media-plugins/gst-plugins-opus-1.20:1.0
- >=media-libs/gst-plugins-bad-1.20:1.0
- )
-
- X? (
- x11-libs/libX11
- x11-libs/libXcomposite
- x11-libs/libXdamage
- x11-libs/libXrender
- x11-libs/libXt
- )
-
- dev-libs/hyphen
- jpeg2k? ( >=media-libs/openjpeg-2.2.0:2= )
- jpegxl? ( >=media-libs/libjxl-0.7.0 )
- avif? ( >=media-libs/libavif-0.9.0:= )
- lcms? ( media-libs/lcms:2 )
-
- media-libs/mesa
- media-libs/libglvnd
- wayland? (
- >=dev-libs/wayland-1.15
- >=dev-libs/wayland-protocols-1.15
- >=gui-libs/libwpe-1.5.0:1.0
- >=gui-libs/wpebackend-fdo-1.7.0:1.0
- )
-
- seccomp? (
- >=sys-apps/bubblewrap-0.3.1
- sys-libs/libseccomp
- sys-apps/xdg-dbus-proxy
- )
-
- systemd? ( sys-apps/systemd:= )
- gamepad? ( >=dev-libs/libmanette-0.2.4 )
- !<net-libs/webkit-gtk-2.38:4
-"
-DEPEND="${RDEPEND}"
-# Need real bison, not yacc
-BDEPEND="
- ${PYTHON_DEPS}
- ${RUBY_DEPS}
- >=app-accessibility/at-spi2-core-2.5.3
- dev-util/gdbus-codegen
- dev-util/glib-utils
- >=dev-util/gperf-3.0.1
- dev-util/unifdef
- >=sys-devel/bison-2.4.3
- || ( >=sys-devel/gcc-7.3 >=sys-devel/clang-5 )
- sys-devel/gettext
- virtual/pkgconfig
-
- >=dev-lang/perl-5.10
- virtual/perl-Data-Dumper
- virtual/perl-Carp
- virtual/perl-JSON-PP
-"
-
-S="${WORKDIR}/${MY_P}"
-
-CHECKREQS_DISK_BUILD="18G" # and even this might not be enough, bug #417307
-
-# We cannot use PATCHES because src_prepare() calls cmake_src_prepare and
-# gnome2_src_prepare, and both apply ${PATCHES[@]}
-PATCHES=()
-
-pkg_pretend() {
- if [[ ${MERGE_TYPE} != "binary" ]] ; then
- if is-flagq "-g*" && ! is-flagq "-g*0" ; then
- einfo "Checking for sufficient disk space to build ${PN} with debugging CFLAGS"
- check-reqs_pkg_pretend
- fi
-
- if ! test-flag-CXX -std=c++17 ; then
- die "You need at least GCC 7.3.x or Clang >= 5 for C++17-specific compiler flags"
- fi
- fi
-}
-
-pkg_setup() {
- if [[ ${MERGE_TYPE} != "binary" ]] && is-flagq "-g*" && ! is-flagq "-g*0" ; then
- check-reqs_pkg_setup
- fi
-
- python-any-r1_pkg_setup
-}
-
-src_prepare() {
- cmake_src_prepare
- gnome2_src_prepare
-}
-
-src_configure() {
- # Respect CC, otherwise fails on prefix #395875
- tc-export CC
-
- # It does not compile on alpha without this in LDFLAGS
- # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648761
- use alpha && append-ldflags "-Wl,--no-relax"
-
- # ld segfaults on ia64 with LDFLAGS --as-needed, bug #555504
- use ia64 && append-ldflags "-Wl,--no-as-needed"
-
- # Sigbuses on SPARC with mcpu and co., bug #???
- use sparc && filter-flags "-mvis"
-
- # https://bugs.webkit.org/show_bug.cgi?id=42070 , #301634
- use ppc64 && append-flags "-mminimal-toc"
-
- # Try to use less memory, bug #469942 (see Fedora .spec for reference)
- # --no-keep-memory doesn't work on ia64, bug #502492
- if ! use ia64; then
- append-ldflags $(test-flags-CCLD "-Wl,--no-keep-memory")
- fi
-
- # Ruby situation is a bit complicated. See bug 513888
- local rubyimpl
- local ruby_interpreter=""
- local RUBY
- for rubyimpl in ${USE_RUBY}; do
- if has_version -b "virtual/rubygems[ruby_targets_${rubyimpl}(-)]"; then
- RUBY="$(type -P ${rubyimpl})"
- ruby_interpreter="-DRUBY_EXECUTABLE=${RUBY}"
- fi
- done
- # This will rarely occur. Only a couple of corner cases could lead us to
- # that failure. See bug 513888
- [[ -z ${ruby_interpreter} ]] && die "No suitable ruby interpreter found"
- # JavaScriptCore/Scripts/postprocess-asm invokes another Ruby script directly
- # so it doesn't respect RUBY_EXECUTABLE, bug #771744.
- sed -i -e "s:#!/usr/bin/env ruby:#!${RUBY}:" $(grep -rl "/usr/bin/env ruby" Source/JavaScriptCore || die) || die
-
- # TODO: Check Web Audio support
- # should somehow let user select between them?
-
- local mycmakeargs=(
- -DPython_EXECUTABLE="${PYTHON}"
- ${ruby_interpreter}
- # If bubblewrap[suid] then portage makes it go-r and cmake find_program fails with that
- -DBWRAP_EXECUTABLE:FILEPATH="${EPREFIX}"/usr/bin/bwrap
- -DDBUS_PROXY_EXECUTABLE:FILEPATH="${EPREFIX}"/usr/bin/xdg-dbus-proxy
- -DPORT=GTK
- # Source/cmake/WebKitFeatures.cmake
- -DENABLE_API_TESTS=OFF
- -DENABLE_BUBBLEWRAP_SANDBOX=$(usex seccomp)
- -DENABLE_GAMEPAD=$(usex gamepad)
- -DENABLE_MINIBROWSER=$(usex examples)
- -DENABLE_PDFJS=$(usex pdf)
- -DENABLE_GEOLOCATION=ON # Runtime optional (talks over dbus service)
- -DENABLE_SPELLCHECK=$(usex spell)
- -DENABLE_UNIFIED_BUILDS=$(usex jumbo-build)
- -DENABLE_VIDEO=$(usex gstreamer)
- -DUSE_GSTREAMER_WEBRTC=$(usex gstreamer)
- -DUSE_GSTREAMER_TRANSCODER=$(usex gstreamer)
- -DENABLE_WEBDRIVER=ON
- -DENABLE_WEBGL=ON
- -DENABLE_WEB_AUDIO=$(usex gstreamer)
- -DUSE_AVIF=$(usex avif)
- # Source/cmake/OptionsGTK.cmake
- -DENABLE_DOCUMENTATION=OFF
- -DENABLE_INTROSPECTION=$(usex introspection)
- -DENABLE_JOURNALD_LOG=$(usex systemd)
- -DENABLE_QUARTZ_TARGET=$(usex aqua)
- -DENABLE_WAYLAND_TARGET=$(usex wayland)
- -DENABLE_X11_TARGET=$(usex X)
- -DUSE_GBM=ON
- -DUSE_GTK4=OFF
- -DUSE_JPEGXL=$(usex jpegxl)
- -DUSE_LCMS=$(usex lcms)
- -DUSE_LIBHYPHEN=ON
- -DUSE_LIBSECRET=$(usex keyring)
- -DUSE_OPENGL_OR_ES=ON
- -DUSE_OPENJPEG=$(usex jpeg2k)
- -DUSE_SOUP2=OFF
- -DUSE_WOFF2=ON
- )
-
- # https://bugs.gentoo.org/761238
- append-cppflags -DNDEBUG
-
- WK_USE_CCACHE=NO cmake_src_configure
-}
-
-src_install() {
- cmake_src_install
-
- insinto /usr/share/gtk-doc/html
- # This will install API docs specific to webkit2gtk-4.1
- doins -r "${S}"/Documentation/{jsc-glib,webkit2gtk,webkit2gtk-web-extension}-${SLOT%/*}
-}
-
-pkg_postinst() {
- optfeature "geolocation service (used at runtime if available)" "app-misc/geoclue"
- optfeature "Common Multimedia codecs" "media-plugins/gst-plugins-meta"
- optfeature "(MPEG-)DASH support" "media-plugins/gst-plugins-dash"
- optfeature "HTTP-Live-Streaming support" "media-plugins/gst-plugins-hls"
-}
diff --git a/net-libs/webkit-gtk/webkit-gtk-2.42.0-r600.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.42.0-r600.ebuild
deleted file mode 100644
index c3f8c3afb610..000000000000
--- a/net-libs/webkit-gtk/webkit-gtk-2.42.0-r600.ebuild
+++ /dev/null
@@ -1,252 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_REQ_USE="xml(+)"
-PYTHON_COMPAT=( python3_{10..12} )
-USE_RUBY="ruby30 ruby31 ruby32"
-
-inherit check-reqs flag-o-matic gnome2 optfeature python-any-r1 ruby-single toolchain-funcs cmake
-
-MY_P="webkitgtk-${PV}"
-DESCRIPTION="Open source web browser engine"
-HOMEPAGE="https://www.webkitgtk.org"
-SRC_URI="https://www.webkitgtk.org/releases/${MY_P}.tar.xz"
-
-LICENSE="LGPL-2+ BSD"
-SLOT="6/0" # soname version of libwebkit2gtk-6.0
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
-
-IUSE="aqua avif examples gamepad keyring +gstreamer +introspection pdf +jpeg2k jpegxl +jumbo-build lcms seccomp spell systemd wayland X"
-REQUIRED_USE="|| ( aqua wayland X )"
-
-# Tests do not run when built from tarballs
-# https://bugs.webkit.org/show_bug.cgi?id=215986
-RESTRICT="test"
-
-# Dependencies found at Source/cmake/OptionsGTK.cmake
-# Missing WebRTC support, but ENABLE_MEDIA_STREAM/ENABLE_WEB_RTC is
-# experimental upstream (PRIVATE OFF) and shouldn't be used yet in 2.30
-# >=gst-plugins-opus-1.14.4-r1 for opusparse (required by MSE)
-# TODO: gst-plugins-base[X] is only needed when build configuration ends up
-# with GLX set, but that's a bit automagic too to fix
-# Softblocking webkit-gtk-2.38:4 as we going to use webkit-2.38:4.1's WebKitDriver binary
-RDEPEND="
- >=x11-libs/cairo-1.16.0[X?]
- >=media-libs/fontconfig-2.13.0:1.0
- >=media-libs/freetype-2.9.0:2
- >=dev-libs/libgcrypt-1.7.0:0=
- >=x11-libs/gtk+-3.22.0:3[aqua?,introspection?,wayland?,X?]
- >=gui-libs/gtk-4.4.0:4[introspection?]
- >=media-libs/harfbuzz-1.4.2:=[icu(+)]
- >=dev-libs/icu-61.2:=
- media-libs/libjpeg-turbo:0=
- >=media-libs/libepoxy-1.4.0
- >=net-libs/libsoup-3.0.8:3.0[introspection?]
- >=dev-libs/libxml2-2.8.0:2
- >=media-libs/libpng-1.4:0=
- dev-db/sqlite:3
- sys-libs/zlib:0
- >=app-accessibility/at-spi2-core-2.46.0:2
- media-libs/libwebp:=
-
- >=dev-libs/glib-2.70.0:2
- >=dev-libs/libxslt-1.1.7
- media-libs/woff2
- keyring? ( app-crypt/libsecret )
- introspection? ( >=dev-libs/gobject-introspection-1.59.1:= )
- dev-libs/libtasn1:=
- spell? ( >=app-text/enchant-0.22:2 )
- gstreamer? (
- >=media-libs/gstreamer-1.20:1.0
- >=media-libs/gst-plugins-base-1.20:1.0[egl,X?]
- media-libs/gst-plugins-base:1.0[opengl]
- >=media-plugins/gst-plugins-opus-1.20:1.0
- >=media-libs/gst-plugins-bad-1.20:1.0
- )
-
- X? (
- x11-libs/libX11
- x11-libs/libXcomposite
- x11-libs/libXdamage
- x11-libs/libXrender
- x11-libs/libXt
- )
-
- dev-libs/hyphen
- jpeg2k? ( >=media-libs/openjpeg-2.2.0:2= )
- jpegxl? ( >=media-libs/libjxl-0.7.0 )
- avif? ( >=media-libs/libavif-0.9.0:= )
- lcms? ( media-libs/lcms:2 )
-
- media-libs/mesa
- media-libs/libglvnd
- wayland? (
- >=dev-libs/wayland-1.15
- >=dev-libs/wayland-protocols-1.15
- >=gui-libs/libwpe-1.5.0:1.0
- >=gui-libs/wpebackend-fdo-1.7.0:1.0
- )
-
- seccomp? (
- >=sys-apps/bubblewrap-0.3.1
- sys-libs/libseccomp
- sys-apps/xdg-dbus-proxy
- )
-
- systemd? ( sys-apps/systemd:= )
- gamepad? ( >=dev-libs/libmanette-0.2.4 )
- !<net-libs/webkit-gtk-2.38:4
-"
-DEPEND="${RDEPEND}"
-# Need real bison, not yacc
-BDEPEND="
- ${PYTHON_DEPS}
- ${RUBY_DEPS}
- >=app-accessibility/at-spi2-core-2.5.3
- dev-util/gdbus-codegen
- dev-util/glib-utils
- >=dev-util/gperf-3.0.1
- dev-util/unifdef
- >=sys-devel/bison-2.4.3
- || ( >=sys-devel/gcc-7.3 >=sys-devel/clang-5 )
- sys-devel/gettext
- virtual/pkgconfig
-
- >=dev-lang/perl-5.10
- virtual/perl-Data-Dumper
- virtual/perl-Carp
- virtual/perl-JSON-PP
-"
-
-S="${WORKDIR}/${MY_P}"
-
-CHECKREQS_DISK_BUILD="18G" # and even this might not be enough, bug #417307
-
-# We cannot use PATCHES because src_prepare() calls cmake_src_prepare and
-# gnome2_src_prepare, and both apply ${PATCHES[@]}
-PATCHES=()
-
-pkg_pretend() {
- if [[ ${MERGE_TYPE} != "binary" ]] ; then
- if is-flagq "-g*" && ! is-flagq "-g*0" ; then
- einfo "Checking for sufficient disk space to build ${PN} with debugging CFLAGS"
- check-reqs_pkg_pretend
- fi
-
- if ! test-flag-CXX -std=c++17 ; then
- die "You need at least GCC 7.3.x or Clang >= 5 for C++17-specific compiler flags"
- fi
- fi
-}
-
-pkg_setup() {
- if [[ ${MERGE_TYPE} != "binary" ]] && is-flagq "-g*" && ! is-flagq "-g*0" ; then
- check-reqs_pkg_setup
- fi
-
- python-any-r1_pkg_setup
-}
-
-src_prepare() {
- cmake_src_prepare
- gnome2_src_prepare
-}
-
-src_configure() {
- # Respect CC, otherwise fails on prefix #395875
- tc-export CC
-
- # It does not compile on alpha without this in LDFLAGS
- # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648761
- use alpha && append-ldflags "-Wl,--no-relax"
-
- # ld segfaults on ia64 with LDFLAGS --as-needed, bug #555504
- use ia64 && append-ldflags "-Wl,--no-as-needed"
-
- # Sigbuses on SPARC with mcpu and co., bug #???
- use sparc && filter-flags "-mvis"
-
- # https://bugs.webkit.org/show_bug.cgi?id=42070 , #301634
- use ppc64 && append-flags "-mminimal-toc"
-
- # Try to use less memory, bug #469942 (see Fedora .spec for reference)
- # --no-keep-memory doesn't work on ia64, bug #502492
- if ! use ia64; then
- append-ldflags $(test-flags-CCLD "-Wl,--no-keep-memory")
- fi
-
- # Ruby situation is a bit complicated. See bug 513888
- local rubyimpl
- local ruby_interpreter=""
- local RUBY
- for rubyimpl in ${USE_RUBY}; do
- if has_version -b "virtual/rubygems[ruby_targets_${rubyimpl}(-)]"; then
- RUBY="$(type -P ${rubyimpl})"
- ruby_interpreter="-DRUBY_EXECUTABLE=${RUBY}"
- fi
- done
- # This will rarely occur. Only a couple of corner cases could lead us to
- # that failure. See bug 513888
- [[ -z ${ruby_interpreter} ]] && die "No suitable ruby interpreter found"
- # JavaScriptCore/Scripts/postprocess-asm invokes another Ruby script directly
- # so it doesn't respect RUBY_EXECUTABLE, bug #771744.
- sed -i -e "s:#!/usr/bin/env ruby:#!${RUBY}:" $(grep -rl "/usr/bin/env ruby" Source/JavaScriptCore || die) || die
-
- # TODO: Check Web Audio support
- # should somehow let user select between them?
-
- local mycmakeargs=(
- -DPython_EXECUTABLE="${PYTHON}"
- ${ruby_interpreter}
- # If bubblewrap[suid] then portage makes it go-r and cmake find_program fails with that
- -DBWRAP_EXECUTABLE:FILEPATH="${EPREFIX}"/usr/bin/bwrap
- -DDBUS_PROXY_EXECUTABLE:FILEPATH="${EPREFIX}"/usr/bin/xdg-dbus-proxy
- -DPORT=GTK
- # Source/cmake/WebKitFeatures.cmake
- -DENABLE_API_TESTS=OFF
- -DENABLE_BUBBLEWRAP_SANDBOX=$(usex seccomp)
- -DENABLE_GAMEPAD=$(usex gamepad)
- -DENABLE_MINIBROWSER=$(usex examples)
- -DENABLE_PDFJS=$(usex pdf)
- -DENABLE_GEOLOCATION=ON # Runtime optional (talks over dbus service)
- -DENABLE_SPELLCHECK=$(usex spell)
- -DENABLE_UNIFIED_BUILDS=$(usex jumbo-build)
- -DENABLE_VIDEO=$(usex gstreamer)
- -DUSE_GSTREAMER_WEBRTC=$(usex gstreamer)
- -DUSE_GSTREAMER_TRANSCODER=$(usex gstreamer)
- -DENABLE_WEBDRIVER=OFF # Disable WebDriver for webkit2gtk-5.0 and use the webkit2gtk-4.1
- -DENABLE_WEBGL=ON
- -DENABLE_WEB_AUDIO=$(usex gstreamer)
- -DUSE_AVIF=$(usex avif)
- # Source/cmake/OptionsGTK.cmake
- -DENABLE_DOCUMENTATION=OFF
- -DENABLE_INTROSPECTION=$(usex introspection)
- -DENABLE_JOURNALD_LOG=$(usex systemd)
- -DENABLE_QUARTZ_TARGET=$(usex aqua)
- -DENABLE_WAYLAND_TARGET=$(usex wayland)
- -DENABLE_X11_TARGET=$(usex X)
- -DUSE_GBM=ON
- -DUSE_GTK4=ON # webkit2gtk-6.0
- -DUSE_JPEGXL=$(usex jpegxl)
- -DUSE_LCMS=$(usex lcms)
- -DUSE_LIBHYPHEN=ON
- -DUSE_LIBSECRET=$(usex keyring)
- -DUSE_OPENGL_OR_ES=ON
- -DUSE_OPENJPEG=$(usex jpeg2k)
- -DUSE_SOUP2=OFF
- -DUSE_WOFF2=ON
- )
-
- # https://bugs.gentoo.org/761238
- append-cppflags -DNDEBUG
-
- WK_USE_CCACHE=NO cmake_src_configure
-}
-
-pkg_postinst() {
- optfeature "geolocation service (used at runtime if available)" "app-misc/geoclue"
- optfeature "Common Multimedia codecs" "media-plugins/gst-plugins-meta"
- optfeature "(MPEG-)DASH support" "media-plugins/gst-plugins-dash"
- optfeature "HTTP-Live-Streaming support" "media-plugins/gst-plugins-hls"
-}
diff --git a/net-libs/webkit-gtk/webkit-gtk-2.42.0.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.42.0.ebuild
deleted file mode 100644
index ff1b87b91e12..000000000000
--- a/net-libs/webkit-gtk/webkit-gtk-2.42.0.ebuild
+++ /dev/null
@@ -1,249 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_REQ_USE="xml(+)"
-PYTHON_COMPAT=( python3_{10..12} )
-USE_RUBY="ruby30 ruby31 ruby32"
-
-inherit check-reqs flag-o-matic gnome2 optfeature python-any-r1 ruby-single toolchain-funcs cmake
-
-MY_P="webkitgtk-${PV}"
-DESCRIPTION="Open source web browser engine"
-HOMEPAGE="https://www.webkitgtk.org"
-SRC_URI="https://www.webkitgtk.org/releases/${MY_P}.tar.xz"
-
-LICENSE="LGPL-2+ BSD"
-SLOT="4/37" # soname version of libwebkit2gtk-4.0
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
-
-IUSE="aqua avif examples gamepad keyring +gstreamer +introspection pdf +jpeg2k jpegxl +jumbo-build lcms seccomp spell systemd wayland X"
-REQUIRED_USE="|| ( aqua wayland X )"
-
-# Tests do not run when built from tarballs
-# https://bugs.webkit.org/show_bug.cgi?id=215986
-RESTRICT="test"
-
-# Dependencies found at Source/cmake/OptionsGTK.cmake
-# Missing WebRTC support, but ENABLE_MEDIA_STREAM/ENABLE_WEB_RTC is
-# experimental upstream (PRIVATE OFF) and shouldn't be used yet in 2.30
-# >=gst-plugins-opus-1.14.4-r1 for opusparse (required by MSE)
-# TODO: gst-plugins-base[X] is only needed when build configuration ends up
-# with GLX set, but that's a bit automagic too to fix
-RDEPEND="
- >=x11-libs/cairo-1.16.0[X?]
- >=media-libs/fontconfig-2.13.0:1.0
- >=media-libs/freetype-2.9.0:2
- >=dev-libs/libgcrypt-1.7.0:0=
- >=x11-libs/gtk+-3.22.0:3[aqua?,introspection?,wayland?,X?]
- >=media-libs/harfbuzz-1.4.2:=[icu(+)]
- >=dev-libs/icu-61.2:=
- media-libs/libjpeg-turbo:0=
- >=media-libs/libepoxy-1.4.0
- >=net-libs/libsoup-2.54:2.4[introspection?]
- >=dev-libs/libxml2-2.8.0:2
- >=media-libs/libpng-1.4:0=
- dev-db/sqlite:3
- sys-libs/zlib:0
- >=app-accessibility/at-spi2-core-2.46.0:2
- media-libs/libwebp:=
-
- >=dev-libs/glib-2.70.0:2
- >=dev-libs/libxslt-1.1.7
- media-libs/woff2
- keyring? ( app-crypt/libsecret )
- introspection? ( >=dev-libs/gobject-introspection-1.59.1:= )
- dev-libs/libtasn1:=
- spell? ( >=app-text/enchant-0.22:2 )
- gstreamer? (
- >=media-libs/gstreamer-1.20:1.0
- >=media-libs/gst-plugins-base-1.20:1.0[egl,X?]
- media-libs/gst-plugins-base:1.0[opengl]
- >=media-plugins/gst-plugins-opus-1.20:1.0
- >=media-libs/gst-plugins-bad-1.20:1.0
- )
-
- X? (
- x11-libs/libX11
- x11-libs/libXcomposite
- x11-libs/libXdamage
- x11-libs/libXrender
- x11-libs/libXt
- )
-
- dev-libs/hyphen
- jpeg2k? ( >=media-libs/openjpeg-2.2.0:2= )
- jpegxl? ( >=media-libs/libjxl-0.7.0 )
- avif? ( >=media-libs/libavif-0.9.0:= )
- lcms? ( media-libs/lcms:2 )
-
- media-libs/mesa
- media-libs/libglvnd
- wayland? (
- >=dev-libs/wayland-1.15
- >=dev-libs/wayland-protocols-1.15
- >=gui-libs/libwpe-1.5.0:1.0
- >=gui-libs/wpebackend-fdo-1.7.0:1.0
- )
-
- seccomp? (
- >=sys-apps/bubblewrap-0.3.1
- sys-libs/libseccomp
- sys-apps/xdg-dbus-proxy
- )
-
- systemd? ( sys-apps/systemd:= )
- gamepad? ( >=dev-libs/libmanette-0.2.4 )
-"
-DEPEND="${RDEPEND}"
-# Need real bison, not yacc
-BDEPEND="
- ${PYTHON_DEPS}
- ${RUBY_DEPS}
- >=app-accessibility/at-spi2-core-2.5.3
- dev-util/gdbus-codegen
- dev-util/glib-utils
- >=dev-util/gperf-3.0.1
- dev-util/unifdef
- >=sys-devel/bison-2.4.3
- || ( >=sys-devel/gcc-7.3 >=sys-devel/clang-5 )
- sys-devel/gettext
- virtual/pkgconfig
-
- >=dev-lang/perl-5.10
- virtual/perl-Data-Dumper
- virtual/perl-Carp
- virtual/perl-JSON-PP
-"
-
-S="${WORKDIR}/${MY_P}"
-
-CHECKREQS_DISK_BUILD="18G" # and even this might not be enough, bug #417307
-
-# We cannot use PATCHES because src_prepare() calls cmake_src_prepare and
-# gnome2_src_prepare, and both apply ${PATCHES[@]}
-PATCHES=()
-
-pkg_pretend() {
- if [[ ${MERGE_TYPE} != "binary" ]] ; then
- if is-flagq "-g*" && ! is-flagq "-g*0" ; then
- einfo "Checking for sufficient disk space to build ${PN} with debugging CFLAGS"
- check-reqs_pkg_pretend
- fi
-
- if ! test-flag-CXX -std=c++17 ; then
- die "You need at least GCC 7.3.x or Clang >= 5 for C++17-specific compiler flags"
- fi
- fi
-}
-
-pkg_setup() {
- if [[ ${MERGE_TYPE} != "binary" ]] && is-flagq "-g*" && ! is-flagq "-g*0" ; then
- check-reqs_pkg_setup
- fi
-
- python-any-r1_pkg_setup
-}
-
-src_prepare() {
- cmake_src_prepare
- gnome2_src_prepare
-}
-
-src_configure() {
- # Respect CC, otherwise fails on prefix #395875
- tc-export CC
-
- # It does not compile on alpha without this in LDFLAGS
- # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648761
- use alpha && append-ldflags "-Wl,--no-relax"
-
- # ld segfaults on ia64 with LDFLAGS --as-needed, bug #555504
- use ia64 && append-ldflags "-Wl,--no-as-needed"
-
- # Sigbuses on SPARC with mcpu and co., bug #???
- use sparc && filter-flags "-mvis"
-
- # https://bugs.webkit.org/show_bug.cgi?id=42070 , #301634
- use ppc64 && append-flags "-mminimal-toc"
-
- # Try to use less memory, bug #469942 (see Fedora .spec for reference)
- # --no-keep-memory doesn't work on ia64, bug #502492
- if ! use ia64; then
- append-ldflags $(test-flags-CCLD "-Wl,--no-keep-memory")
- fi
-
- # Ruby situation is a bit complicated. See bug 513888
- local rubyimpl
- local ruby_interpreter=""
- local RUBY
- for rubyimpl in ${USE_RUBY}; do
- if has_version -b "virtual/rubygems[ruby_targets_${rubyimpl}(-)]"; then
- RUBY="$(type -P ${rubyimpl})"
- ruby_interpreter="-DRUBY_EXECUTABLE=${RUBY}"
- fi
- done
- # This will rarely occur. Only a couple of corner cases could lead us to
- # that failure. See bug 513888
- [[ -z ${ruby_interpreter} ]] && die "No suitable ruby interpreter found"
- # JavaScriptCore/Scripts/postprocess-asm invokes another Ruby script directly
- # so it doesn't respect RUBY_EXECUTABLE, bug #771744.
- sed -i -e "s:#!/usr/bin/env ruby:#!${RUBY}:" $(grep -rl "/usr/bin/env ruby" Source/JavaScriptCore || die) || die
-
- # TODO: Check Web Audio support
- # should somehow let user select between them?
-
- local mycmakeargs=(
- -DPython_EXECUTABLE="${PYTHON}"
- ${ruby_interpreter}
- # If bubblewrap[suid] then portage makes it go-r and cmake find_program fails with that
- -DBWRAP_EXECUTABLE:FILEPATH="${EPREFIX}"/usr/bin/bwrap
- -DDBUS_PROXY_EXECUTABLE:FILEPATH="${EPREFIX}"/usr/bin/xdg-dbus-proxy
- -DPORT=GTK
- # Source/cmake/WebKitFeatures.cmake
- -DENABLE_API_TESTS=OFF
- -DENABLE_BUBBLEWRAP_SANDBOX=$(usex seccomp)
- -DENABLE_GAMEPAD=$(usex gamepad)
- -DENABLE_MINIBROWSER=$(usex examples)
- -DENABLE_PDFJS=$(usex pdf)
- -DENABLE_GEOLOCATION=ON # Runtime optional (talks over dbus service)
- -DENABLE_SPELLCHECK=$(usex spell)
- -DENABLE_UNIFIED_BUILDS=$(usex jumbo-build)
- -DENABLE_VIDEO=$(usex gstreamer)
- -DUSE_GSTREAMER_WEBRTC=$(usex gstreamer)
- -DUSE_GSTREAMER_TRANSCODER=$(usex gstreamer)
- -DENABLE_WEBDRIVER=OFF # Disable WebDriver for webkit2gtk-4.0 and use the webkit2gtk-4.1
- -DENABLE_WEBGL=ON
- -DENABLE_WEB_AUDIO=$(usex gstreamer)
- -DUSE_AVIF=$(usex avif)
- # Source/cmake/OptionsGTK.cmake
- -DENABLE_DOCUMENTATION=OFF
- -DENABLE_INTROSPECTION=$(usex introspection)
- -DENABLE_JOURNALD_LOG=$(usex systemd)
- -DENABLE_QUARTZ_TARGET=$(usex aqua)
- -DENABLE_WAYLAND_TARGET=$(usex wayland)
- -DENABLE_X11_TARGET=$(usex X)
- -DUSE_GBM=ON
- -DUSE_GTK4=OFF
- -DUSE_JPEGXL=$(usex jpegxl)
- -DUSE_LCMS=$(usex lcms)
- -DUSE_LIBHYPHEN=ON
- -DUSE_LIBSECRET=$(usex keyring)
- -DUSE_OPENGL_OR_ES=ON
- -DUSE_OPENJPEG=$(usex jpeg2k)
- -DUSE_SOUP2=ON
- -DUSE_WOFF2=ON
- )
-
- # https://bugs.gentoo.org/761238
- append-cppflags -DNDEBUG
-
- WK_USE_CCACHE=NO cmake_src_configure
-}
-
-pkg_postinst() {
- optfeature "geolocation service (used at runtime if available)" "app-misc/geoclue"
- optfeature "Common Multimedia codecs" "media-plugins/gst-plugins-meta"
- optfeature "(MPEG-)DASH support" "media-plugins/gst-plugins-dash"
- optfeature "HTTP-Live-Streaming support" "media-plugins/gst-plugins-hls"
-}
next reply other threads:[~2023-10-18 20:19 UTC|newest]
Thread overview: 577+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-18 20:19 Mart Raudsepp [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-17 15:48 [gentoo-commits] repo/gentoo:master commit in: net-libs/webkit-gtk/ Michał Górny
2024-11-17 15:48 Michał Górny
2024-11-17 15:48 Michał Górny
2024-11-16 18:02 Arthur Zamarin
2024-11-16 18:02 Arthur Zamarin
2024-11-16 18:02 Arthur Zamarin
2024-11-16 18:02 Arthur Zamarin
2024-11-16 18:02 Arthur Zamarin
2024-11-16 18:02 Arthur Zamarin
2024-11-16 15:24 Michael Orlitzky
2024-10-31 18:49 Michael Orlitzky
2024-10-27 12:42 Michael Orlitzky
2024-10-10 13:11 Michael Orlitzky
2024-10-10 4:55 Arthur Zamarin
2024-10-10 4:55 Arthur Zamarin
2024-10-10 4:55 Arthur Zamarin
2024-10-10 4:55 Arthur Zamarin
2024-10-10 4:55 Arthur Zamarin
2024-10-10 4:55 Arthur Zamarin
2024-10-09 6:59 Arthur Zamarin
2024-10-09 6:59 Arthur Zamarin
2024-10-09 6:59 Arthur Zamarin
2024-10-03 16:11 Arthur Zamarin
2024-10-03 16:11 Arthur Zamarin
2024-10-03 16:11 Arthur Zamarin
2024-10-03 10:33 Jakov Smolić
2024-10-03 10:33 Jakov Smolić
2024-10-03 10:33 Jakov Smolić
2024-10-03 10:18 Sam James
2024-10-03 10:18 Sam James
2024-10-03 10:18 Sam James
2024-09-13 12:50 Michael Orlitzky
2024-09-13 12:50 Michael Orlitzky
2024-09-13 12:50 Michael Orlitzky
2024-09-01 17:56 Michael Orlitzky
2024-08-16 0:08 Michael Orlitzky
2024-04-19 11:12 Arthur Zamarin
2024-04-19 11:12 Arthur Zamarin
2024-04-19 11:12 Arthur Zamarin
2024-04-19 10:09 Arthur Zamarin
2024-04-19 10:09 Arthur Zamarin
2024-04-19 10:09 Arthur Zamarin
2024-04-19 10:08 Arthur Zamarin
2024-04-19 10:08 Arthur Zamarin
2024-04-19 10:08 Arthur Zamarin
2024-04-17 23:29 Sam James
2024-04-17 23:29 Sam James
2024-04-17 23:29 Sam James
2024-04-17 6:54 Sam James
2024-04-17 6:54 Sam James
2024-04-17 6:54 Sam James
2024-04-16 23:56 Sam James
2024-04-16 23:56 Sam James
2024-04-16 23:56 Sam James
2024-04-16 17:31 Mart Raudsepp
2024-04-15 18:12 Arthur Zamarin
2024-04-15 18:12 Arthur Zamarin
2024-04-15 18:12 Arthur Zamarin
2024-04-15 18:11 Arthur Zamarin
2024-04-15 18:11 Arthur Zamarin
2024-04-15 18:11 Arthur Zamarin
2024-04-15 18:11 Arthur Zamarin
2024-04-15 18:11 Arthur Zamarin
2024-04-15 18:11 Arthur Zamarin
2024-04-07 10:11 Arthur Zamarin
2024-04-07 10:11 Arthur Zamarin
2024-04-07 10:11 Arthur Zamarin
2024-04-07 8:38 Arthur Zamarin
2024-04-07 8:38 Arthur Zamarin
2024-04-07 8:38 Arthur Zamarin
2024-04-07 8:38 Arthur Zamarin
2024-04-07 8:38 Arthur Zamarin
2024-04-07 8:38 Arthur Zamarin
2024-02-17 23:17 Michael Orlitzky
2024-01-23 17:04 Michał Górny
2024-01-12 21:47 Sam James
2024-01-12 21:47 Sam James
2024-01-12 21:47 Sam James
2024-01-12 21:46 Sam James
2024-01-05 12:37 Sam James
2023-12-27 21:35 Mart Raudsepp
2023-12-25 19:55 Arthur Zamarin
2023-12-25 19:55 Arthur Zamarin
2023-12-25 19:55 Arthur Zamarin
2023-12-25 15:18 Sam James
2023-12-25 15:18 Sam James
2023-12-25 15:18 Sam James
2023-12-25 9:55 Sam James
2023-12-25 9:55 Sam James
2023-12-25 9:55 Sam James
2023-12-23 19:56 Arthur Zamarin
2023-12-23 19:56 Arthur Zamarin
2023-12-23 19:56 Arthur Zamarin
2023-12-23 19:56 Arthur Zamarin
2023-12-23 19:56 Arthur Zamarin
2023-12-23 19:56 Arthur Zamarin
2023-12-17 18:36 Michael Orlitzky
2023-12-16 4:46 Sam James
2023-12-16 4:46 Sam James
2023-12-16 4:46 Sam James
2023-12-15 11:30 Arthur Zamarin
2023-12-15 11:30 Arthur Zamarin
2023-12-15 11:30 Arthur Zamarin
2023-12-15 10:21 Arthur Zamarin
2023-12-15 10:21 Arthur Zamarin
2023-12-15 10:21 Arthur Zamarin
2023-12-15 10:21 Arthur Zamarin
2023-12-15 10:21 Arthur Zamarin
2023-12-15 10:21 Arthur Zamarin
2023-12-12 6:30 Viorel Munteanu
2023-12-12 6:30 Viorel Munteanu
2023-12-12 6:30 Viorel Munteanu
2023-12-07 13:27 Michael Orlitzky
2023-12-04 16:49 Michael Orlitzky
2023-11-25 9:37 Arthur Zamarin
2023-11-25 9:37 Arthur Zamarin
2023-11-25 9:37 Arthur Zamarin
2023-10-31 12:31 Sam James
2023-10-31 12:31 Sam James
2023-10-31 12:31 Sam James
2023-10-30 10:43 Sam James
2023-10-30 10:43 Sam James
2023-10-30 10:43 Sam James
2023-10-27 15:20 Michał Górny
2023-10-05 21:07 Mart Raudsepp
2023-09-16 16:07 Matt Turner
2023-09-16 16:07 Matt Turner
2023-09-16 16:07 Matt Turner
2023-09-05 20:28 Matt Turner
2023-09-01 16:07 Arthur Zamarin
2023-09-01 16:07 Arthur Zamarin
2023-09-01 16:07 Arthur Zamarin
2023-09-01 16:06 Arthur Zamarin
2023-08-30 7:57 Arthur Zamarin
2023-08-30 7:57 Arthur Zamarin
2023-08-30 7:57 Arthur Zamarin
2023-08-29 18:02 Arthur Zamarin
2023-08-29 18:02 Arthur Zamarin
2023-08-29 18:02 Arthur Zamarin
2023-08-22 14:06 Matt Turner
2023-08-16 4:17 Matt Turner
2023-08-16 3:49 Arthur Zamarin
2023-08-16 3:49 Arthur Zamarin
2023-08-16 3:49 Arthur Zamarin
2023-08-02 17:10 Matt Turner
2023-07-23 16:00 Arthur Zamarin
2023-07-23 16:00 Arthur Zamarin
2023-07-23 16:00 Arthur Zamarin
2023-07-23 15:59 Arthur Zamarin
2023-07-23 15:59 Arthur Zamarin
2023-07-23 15:59 Arthur Zamarin
2023-07-23 15:59 Arthur Zamarin
2023-07-23 15:59 Arthur Zamarin
2023-07-23 15:59 Arthur Zamarin
2023-07-23 15:59 Arthur Zamarin
2023-07-23 15:59 Arthur Zamarin
2023-07-23 15:59 Arthur Zamarin
2023-07-23 15:58 Arthur Zamarin
2023-07-23 15:58 Arthur Zamarin
2023-07-23 15:58 Arthur Zamarin
2023-07-21 22:55 Matt Turner
2023-07-15 18:36 Arthur Zamarin
2023-07-15 18:36 Arthur Zamarin
2023-07-15 18:36 Arthur Zamarin
2023-07-15 9:46 Arthur Zamarin
2023-07-15 9:46 Arthur Zamarin
2023-07-15 9:46 Arthur Zamarin
2023-07-15 9:45 Arthur Zamarin
2023-07-15 9:45 Arthur Zamarin
2023-07-15 9:45 Arthur Zamarin
2023-07-15 9:45 Arthur Zamarin
2023-07-15 9:45 Arthur Zamarin
2023-07-15 9:45 Arthur Zamarin
2023-07-15 9:45 Arthur Zamarin
2023-07-15 9:45 Arthur Zamarin
2023-07-15 9:45 Arthur Zamarin
2023-07-15 9:45 Arthur Zamarin
2023-07-15 9:45 Arthur Zamarin
2023-07-15 9:45 Arthur Zamarin
2023-07-07 8:18 WANG Xuerui
2023-07-07 8:18 WANG Xuerui
2023-07-07 8:18 WANG Xuerui
2023-07-06 13:59 Matt Turner
2023-07-05 2:45 WANG Xuerui
2023-07-05 2:45 WANG Xuerui
2023-07-05 2:45 WANG Xuerui
2023-06-09 16:57 Arthur Zamarin
2023-06-09 16:57 Arthur Zamarin
2023-06-09 16:57 Arthur Zamarin
2023-06-09 16:57 Arthur Zamarin
2023-06-09 16:57 Arthur Zamarin
2023-06-09 16:57 Arthur Zamarin
2023-06-09 16:57 Arthur Zamarin
2023-06-09 16:57 Arthur Zamarin
2023-06-09 16:57 Arthur Zamarin
2023-06-04 20:32 Sam James
2023-06-04 20:32 Sam James
2023-06-04 20:32 Sam James
2023-05-18 14:50 Matt Turner
2023-05-18 12:17 Andreas Sturmlechner
2023-05-17 21:55 Matt Turner
2023-05-05 8:27 Arthur Zamarin
2023-05-05 8:27 Arthur Zamarin
2023-05-05 8:03 Arthur Zamarin
2023-05-05 8:03 Arthur Zamarin
2023-05-05 6:02 Arthur Zamarin
2023-05-04 17:23 Arthur Zamarin
2023-05-04 16:31 Arthur Zamarin
2023-05-04 15:14 Arthur Zamarin
2023-05-04 15:14 Arthur Zamarin
2023-05-03 8:31 Arthur Zamarin
2023-05-03 8:31 Arthur Zamarin
2023-05-03 8:30 Arthur Zamarin
2023-05-03 3:53 Sam James
2023-05-02 20:20 Arthur Zamarin
2023-05-02 20:20 Arthur Zamarin
2023-05-02 20:20 Arthur Zamarin
2023-05-02 20:20 Arthur Zamarin
2023-05-02 20:03 Arthur Zamarin
2023-04-17 20:01 Bernard Cafarelli
2023-04-13 3:08 Sam James
2023-04-09 4:45 Sam James
2023-04-01 19:01 Arthur Zamarin
2023-04-01 19:01 Arthur Zamarin
2023-04-01 19:01 Arthur Zamarin
2023-03-31 12:04 Arthur Zamarin
2023-03-31 12:04 Arthur Zamarin
2023-03-31 12:04 Arthur Zamarin
2023-03-30 17:44 Arthur Zamarin
2023-03-30 17:44 Arthur Zamarin
2023-03-30 17:44 Arthur Zamarin
2023-02-20 17:32 Matt Turner
2023-02-17 15:10 Matt Turner
2023-02-17 15:10 Matt Turner
2023-02-17 15:10 Matt Turner
2023-02-17 15:10 Matt Turner
2023-02-16 15:59 Matt Turner
2023-02-03 16:41 Matt Turner
2023-02-01 15:59 Matt Turner
2023-01-21 13:57 Arthur Zamarin
2023-01-21 13:57 Arthur Zamarin
2023-01-21 13:57 Arthur Zamarin
2023-01-13 16:31 Arthur Zamarin
2023-01-13 16:31 Arthur Zamarin
2023-01-13 16:31 Arthur Zamarin
2023-01-13 14:16 Arthur Zamarin
2023-01-13 14:16 Arthur Zamarin
2023-01-04 22:33 Matt Turner
2023-01-03 6:23 Sam James
2023-01-03 6:23 Sam James
2023-01-03 6:23 Sam James
2022-12-23 0:30 Matt Turner
2022-12-22 11:13 Arthur Zamarin
2022-12-19 21:11 Matt Turner
2022-12-17 6:45 Arthur Zamarin
2022-12-16 20:57 Arthur Zamarin
2022-12-09 9:55 Arthur Zamarin
2022-12-09 9:55 Arthur Zamarin
2022-12-09 9:55 Arthur Zamarin
2022-12-06 9:36 Sam James
2022-12-06 9:36 Sam James
2022-12-06 9:36 Sam James
2022-12-04 2:41 Matt Turner
2022-11-09 14:07 Matt Turner
2022-11-05 2:28 Matt Turner
2022-10-31 17:58 Matt Turner
2022-10-25 15:25 Matt Turner
2022-09-27 15:44 Matt Turner
2022-09-16 18:51 Matt Turner
2022-09-13 17:54 Matt Turner
2022-09-13 17:54 Matt Turner
2022-09-03 9:18 Jakov Smolić
2022-09-01 14:31 Matt Turner
2022-09-01 14:31 Matt Turner
2022-08-31 23:51 Sam James
2022-08-26 17:32 Matt Turner
2022-08-18 0:16 Sam James
2022-08-17 7:09 Agostino Sarubbo
2022-08-17 7:06 Agostino Sarubbo
2022-08-16 0:22 Sam James
2022-08-16 0:22 Sam James
2022-08-08 0:30 Matt Turner
2022-08-05 7:16 Agostino Sarubbo
2022-08-04 8:03 Agostino Sarubbo
2022-07-29 2:23 Matt Turner
2022-07-25 7:07 Agostino Sarubbo
2022-07-17 19:42 Sam James
2022-07-17 17:07 Agostino Sarubbo
2022-07-05 16:38 Matt Turner
2022-06-29 19:25 Matt Turner
2022-06-29 19:23 Matt Turner
2022-06-27 15:07 Matt Turner
2022-06-27 15:07 Matt Turner
2022-06-17 6:58 Agostino Sarubbo
2022-06-15 8:09 Agostino Sarubbo
2022-06-15 7:36 Jakov Smolić
2022-06-14 17:20 Matt Turner
2022-05-29 1:17 Matt Turner
2022-05-18 16:27 Matt Turner
2022-05-13 13:13 Matt Turner
2022-05-13 13:09 Matt Turner
2022-05-13 12:44 Matt Turner
2022-05-13 6:55 Jakov Smolić
2022-05-13 6:54 Jakov Smolić
2022-05-10 8:21 Agostino Sarubbo
2022-05-08 18:06 Sam James
2022-05-07 18:28 Arthur Zamarin
2022-05-04 15:11 Jakov Smolić
2022-04-21 23:02 Matt Turner
2022-04-11 21:02 Jakov Smolić
2022-04-01 7:23 Arthur Zamarin
2022-04-01 7:22 Arthur Zamarin
2022-04-01 7:22 Arthur Zamarin
2022-03-27 17:40 Matt Turner
2022-03-26 7:00 Matt Turner
2022-03-26 2:29 Matt Turner
2022-03-18 19:24 Matt Turner
2022-02-23 5:10 Sam James
2022-02-23 5:10 Sam James
2022-02-18 17:48 Sam James
2022-02-18 4:38 Sam James
2022-02-18 3:44 Matt Turner
2022-02-18 3:29 Sam James
2022-02-18 3:29 Sam James
2022-02-13 8:41 Jakov Smolić
2022-02-13 7:53 Agostino Sarubbo
2022-02-11 12:25 Sam James
2022-02-09 22:26 Ionen Wolkens
2022-02-09 19:12 Matt Turner
2022-02-08 2:02 Sam James
2022-01-22 9:48 Agostino Sarubbo
2022-01-22 9:45 Agostino Sarubbo
2022-01-22 1:17 Sam James
2022-01-18 12:26 Sam James
2022-01-16 2:46 Sam James
2022-01-14 18:58 Sam James
2022-01-08 12:49 Arthur Zamarin
2022-01-08 12:49 Arthur Zamarin
2022-01-06 15:01 Agostino Sarubbo
2022-01-04 18:09 Jakov Smolić
2022-01-02 22:46 Mart Raudsepp
2022-01-02 22:46 Mart Raudsepp
2021-12-12 17:29 Mart Raudsepp
2021-12-06 20:45 Sam James
2021-11-07 23:08 Sam James
2021-10-09 10:17 Mart Raudsepp
2021-10-06 23:06 Sam James
2021-09-19 21:39 Agostino Sarubbo
2021-09-19 21:35 Agostino Sarubbo
2021-09-19 6:37 Agostino Sarubbo
2021-09-18 15:24 Mart Raudsepp
2021-08-02 0:43 Sam James
2021-07-31 1:41 Sam James
2021-07-31 1:37 Sam James
2021-07-30 22:36 Sam James
2021-07-30 22:36 Sam James
2021-07-30 15:17 Agostino Sarubbo
2021-07-28 17:22 Sam James
2021-07-28 6:42 Agostino Sarubbo
2021-07-23 17:49 Matt Turner
2021-07-23 1:11 Matt Turner
2021-05-29 15:27 Sam James
2021-05-28 19:11 Sam James
2021-04-30 22:06 Thomas Deutschmann
2021-04-29 1:26 Matt Turner
2021-04-26 19:18 Sam James
2021-04-25 17:42 Sam James
2021-04-25 9:31 Sam James
2021-04-25 6:19 Sam James
2021-04-25 5:14 Sam James
2021-04-23 10:18 Mart Raudsepp
2021-02-20 1:26 Sam James
2021-02-19 16:18 Sam James
2021-02-19 12:02 Sam James
2021-02-19 3:02 Sam James
2021-02-19 1:17 Thomas Deutschmann
2021-02-18 22:53 Mart Raudsepp
2021-02-17 0:06 Sam James
2021-02-08 22:39 James Le Cuirot
2021-02-08 17:21 Sam James
2020-12-24 16:05 Mart Raudsepp
2020-12-19 16:03 Mart Raudsepp
2020-12-04 11:53 Mart Raudsepp
2020-12-03 18:23 Thomas Deutschmann
2020-12-01 17:27 Sam James
2020-12-01 17:26 Sam James
2020-11-20 22:03 Mart Raudsepp
2020-07-29 23:47 Sam James
2020-07-29 23:08 Sam James
2020-07-29 23:06 Sam James
2020-07-18 11:44 Sam James
2020-07-18 11:44 Sam James
2020-07-12 0:19 Sam James
2020-06-01 20:30 Michał Górny
2020-05-15 12:36 Mart Raudsepp
2020-05-14 21:26 Mart Raudsepp
2020-05-13 13:19 Agostino Sarubbo
2020-05-13 13:17 Agostino Sarubbo
2020-05-10 8:12 Mart Raudsepp
2020-04-19 12:08 Mart Raudsepp
2020-04-16 8:06 Mart Raudsepp
2020-04-16 8:06 Mart Raudsepp
2020-04-13 16:12 Agostino Sarubbo
2020-04-13 14:48 Agostino Sarubbo
2020-04-12 21:52 Mart Raudsepp
2020-04-03 14:57 Andreas Sturmlechner
2020-03-12 20:08 Mart Raudsepp
2020-03-12 20:05 Mart Raudsepp
2020-03-11 17:43 Mart Raudsepp
2020-02-16 21:14 Thomas Deutschmann
2020-02-15 12:21 Mikle Kolyada
2020-02-14 22:15 Mart Raudsepp
2020-02-05 13:06 Mart Raudsepp
2020-02-03 14:44 Agostino Sarubbo
2020-02-02 9:34 Piotr Karbowski
2020-01-25 17:36 Sergei Trofimovich
2020-01-19 18:16 Mart Raudsepp
2020-01-12 22:48 Sergei Trofimovich
2020-01-12 22:40 Sergei Trofimovich
2020-01-10 1:26 Thomas Deutschmann
2020-01-03 22:50 Mart Raudsepp
2019-12-30 15:19 Agostino Sarubbo
2019-12-30 14:03 Mart Raudsepp
2019-12-25 21:24 Mart Raudsepp
2019-09-02 14:14 Mart Raudsepp
2019-09-02 13:24 Agostino Sarubbo
2019-09-02 10:15 Agostino Sarubbo
2019-09-01 21:25 Aaron Bauman
2019-08-30 20:07 Mart Raudsepp
2019-08-30 20:07 Mart Raudsepp
2019-08-19 11:37 Agostino Sarubbo
2019-08-19 5:43 Agostino Sarubbo
2019-08-17 22:56 Aaron Bauman
2019-07-05 15:18 Mart Raudsepp
2019-06-14 6:17 Mart Raudsepp
2019-05-21 3:17 Aaron Bauman
2019-05-19 20:02 Mikle Kolyada
2019-05-19 13:14 Thomas Deutschmann
2019-05-17 21:49 Mart Raudsepp
2019-04-25 8:46 Mart Raudsepp
2019-04-24 21:33 Thomas Deutschmann
2019-04-19 16:09 Aaron Bauman
2019-04-13 19:05 Mart Raudsepp
2019-03-19 8:41 Mart Raudsepp
2019-03-16 21:54 Mart Raudsepp
2019-03-15 13:16 Mart Raudsepp
2019-03-14 20:54 Mart Raudsepp
2019-03-06 11:07 Mart Raudsepp
2019-02-19 20:48 Mart Raudsepp
2019-02-19 20:21 Agostino Sarubbo
2019-02-19 18:46 Thomas Deutschmann
2019-02-19 7:54 Mart Raudsepp
2019-01-17 19:36 Mart Raudsepp
2019-01-14 19:52 Mart Raudsepp
2019-01-10 9:53 Mikle Kolyada
2019-01-09 1:36 Thomas Deutschmann
2019-01-06 14:53 Mart Raudsepp
2018-11-27 9:57 Mart Raudsepp
2018-10-25 15:28 Mart Raudsepp
2018-10-14 12:06 Mart Raudsepp
2018-10-14 7:52 Mikle Kolyada
2018-10-14 1:44 Thomas Deutschmann
2018-10-06 18:39 Mart Raudsepp
2018-08-16 21:33 Mart Raudsepp
2018-08-13 12:39 Mart Raudsepp
2018-08-13 12:39 Mart Raudsepp
2018-08-12 18:48 Mart Raudsepp
2018-08-07 23:01 Mart Raudsepp
2018-08-07 12:22 Agostino Sarubbo
2018-08-06 22:20 Thomas Deutschmann
2018-08-06 11:18 Mart Raudsepp
2018-08-03 8:37 Mart Raudsepp
2018-07-30 21:17 Mart Raudsepp
2018-07-30 20:52 Mikle Kolyada
2018-07-30 9:20 Mart Raudsepp
2018-07-28 16:16 Thomas Deutschmann
2018-07-25 9:29 Mart Raudsepp
2018-07-23 22:30 Mart Raudsepp
2018-07-23 22:30 Mart Raudsepp
2018-07-23 22:30 Mart Raudsepp
2018-07-23 22:30 Mart Raudsepp
2018-07-23 22:30 Mart Raudsepp
2018-07-23 22:30 Mart Raudsepp
2018-07-23 22:30 Mart Raudsepp
2018-07-23 22:30 Mart Raudsepp
2018-05-05 1:26 Aaron Bauman
2018-01-28 1:46 Mart Raudsepp
2018-01-27 23:35 Mikle Kolyada
2018-01-26 18:21 Thomas Deutschmann
2018-01-25 14:38 Mart Raudsepp
2018-01-25 14:38 Mart Raudsepp
2018-01-15 18:20 Mart Raudsepp
2018-01-14 15:30 Agostino Sarubbo
2018-01-11 20:11 Thomas Deutschmann
2018-01-11 13:52 Mart Raudsepp
2017-12-27 20:24 Mart Raudsepp
2017-12-27 8:52 Agostino Sarubbo
2017-12-20 21:20 Thomas Deutschmann
2017-12-20 13:59 Mart Raudsepp
2017-11-28 17:33 Manuel Rüger
2017-11-27 0:20 Thomas Deutschmann
2017-11-24 13:23 Agostino Sarubbo
2017-11-21 17:31 Ian Stakenvicius
2017-10-29 21:08 Thomas Deutschmann
2017-10-29 15:55 Agostino Sarubbo
2017-10-28 23:33 Mart Raudsepp
2017-10-24 19:45 Mart Raudsepp
2017-10-22 23:31 Mart Raudsepp
2017-09-22 7:56 Gilles Dartiguelongue
2017-08-19 0:31 Thomas Deutschmann
2017-07-31 12:56 Tobias Klausmann
2017-07-25 18:04 Mart Raudsepp
2017-07-07 19:47 Mart Raudsepp
2017-07-06 15:34 Alexis Ballier
2017-06-30 11:10 Agostino Sarubbo
2017-06-28 13:19 Agostino Sarubbo
2017-06-27 18:31 Mart Raudsepp
2017-06-25 16:32 Agostino Sarubbo
2017-06-22 7:08 Mart Raudsepp
2017-06-01 9:13 Agostino Sarubbo
2017-05-27 16:39 Agostino Sarubbo
2017-05-26 21:42 Mart Raudsepp
2017-05-20 4:59 Mart Raudsepp
2017-05-16 8:01 Agostino Sarubbo
2017-05-15 14:17 Agostino Sarubbo
2017-04-17 8:02 Agostino Sarubbo
2017-04-11 15:04 Agostino Sarubbo
2017-02-16 19:54 Mart Raudsepp
2017-02-16 8:28 Agostino Sarubbo
2017-02-16 8:27 Agostino Sarubbo
2017-02-15 15:49 Mart Raudsepp
2017-02-12 8:44 Mart Raudsepp
2017-02-11 18:31 Pacho Ramos
2017-02-11 11:49 Pacho Ramos
2017-02-11 11:49 Pacho Ramos
2017-01-21 15:35 Pacho Ramos
2016-12-30 3:32 Mart Raudsepp
2016-11-11 12:47 Gilles Dartiguelongue
2016-10-26 7:04 Gilles Dartiguelongue
2016-10-26 7:04 Gilles Dartiguelongue
2016-09-11 11:28 Gilles Dartiguelongue
2016-09-05 22:37 Gilles Dartiguelongue
2016-08-06 7:41 Pacho Ramos
2016-07-30 20:37 Pacho Ramos
2016-07-03 15:38 Pacho Ramos
2016-06-11 19:39 Pacho Ramos
2016-06-11 12:06 Pacho Ramos
2016-06-07 12:34 Tobias Klausmann
2016-05-30 21:15 Pacho Ramos
2016-05-29 10:06 Pacho Ramos
2016-05-29 10:06 Pacho Ramos
2016-04-11 10:39 Agostino Sarubbo
2016-04-11 10:39 Agostino Sarubbo
2016-04-08 12:21 Agostino Sarubbo
2016-04-08 12:21 Agostino Sarubbo
2016-04-03 21:38 Pacho Ramos
2016-04-03 21:38 Pacho Ramos
2016-03-15 10:04 Lars Wendler
2016-03-06 18:03 Mikle Kolyada
2016-02-14 21:41 James Le Cuirot
2016-01-30 16:16 Pacho Ramos
2015-12-30 10:31 Pacho Ramos
2015-12-30 10:31 Pacho Ramos
2015-12-12 10:31 Pacho Ramos
2015-12-12 10:31 Pacho Ramos
2015-11-26 10:51 Gilles Dartiguelongue
2015-11-19 21:43 Pacho Ramos
2015-11-16 7:30 Pacho Ramos
2015-11-15 21:03 Pacho Ramos
2015-11-07 11:07 Pacho Ramos
2015-09-13 17:11 Alexandre Rostovtsev
2015-09-06 7:56 Pacho Ramos
2015-09-06 7:55 Pacho Ramos
2015-08-24 5:52 Alexandre Rostovtsev
2015-08-24 5:10 Alexandre Rostovtsev
2015-08-20 6:07 Alexandre Rostovtsev
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1697660332.c270b5850091818ce141a72cac19f672f2b884f0.leio@gentoo \
--to=leio@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox