From: "Mike Gilbert" <floppym@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
Date: Thu, 25 May 2023 14:55:21 +0000 (UTC) [thread overview]
Message-ID: <1685026512.e8bef68e8b56c3fe8bf6863046d948894dd1e575.floppym@gentoo> (raw)
commit: e8bef68e8b56c3fe8bf6863046d948894dd1e575
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Thu May 25 14:28:17 2023 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Thu May 25 14:55:12 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8bef68e
www-client/microsoft-edge: automated bump (113.0.1774.50)
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
www-client/microsoft-edge/Manifest | 1 +
.../microsoft-edge-113.0.1774.50.ebuild | 123 +++++++++++++++++++++
2 files changed, 124 insertions(+)
diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index d5c8f99a2167..5fbc36c44bb7 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
DIST microsoft-edge-stable_113.0.1774.42-1_amd64.deb 146440898 BLAKE2B 648f9f0c1f4d1ed9e74677e7e1943a60203b4976617d3824c2f9875a2ff82a2a1e25f4ea6488c5e0913425edac0c2db3027065bd7574b151f69f2bb20ce5bdbc SHA512 b12129168eeebdaf7ea49954e0ab844ab4157526237436ed8e6aa21666fdaf72bc02a52ab2c474a5477ded8122c912102ceaf5df25f33a602c5f52829079b3ab
+DIST microsoft-edge-stable_113.0.1774.50-1_amd64.deb 146112958 BLAKE2B eef1426a17ca73a502e0aed1d46ddf3ffc06ff955fe6e699b649e787c39a9c8ad64da148effd9b95c46d5361280784195bca704bf106612429e53adf9f12915e SHA512 621320d816ee9b5b308b9a920bd7a98ba94cce64786a2dd266deed38c503ca8502094323e05b53e06243c0f557a9dd8d1492b985b07f0ccad69f132aaff4207c
diff --git a/www-client/microsoft-edge/microsoft-edge-113.0.1774.50.ebuild b/www-client/microsoft-edge/microsoft-edge-113.0.1774.50.ebuild
new file mode 100644
index 000000000000..ebc23fabaa28
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-113.0.1774.50.ebuild
@@ -0,0 +1,123 @@
+# Copyright 2011-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+ MY_PN=${PN}-stable
+else
+ MY_PN=${PN}
+fi
+
+KEYWORDS="-* ~amd64"
+
+MY_P="${MY_PN}_${PV}-1"
+
+SRC_URI="https://packages.microsoft.com/repos/edge/pool/main/m/${MY_PN}/${MY_P}_amd64.deb"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip qt5"
+
+RDEPEND="
+ >=app-accessibility/at-spi2-core-2.46.0:2
+ app-misc/ca-certificates
+ dev-libs/expat
+ dev-libs/glib:2
+ dev-libs/nspr
+ dev-libs/nss
+ media-fonts/liberation-fonts
+ media-libs/alsa-lib
+ media-libs/mesa[gbm(+)]
+ net-misc/curl[ssl]
+ net-print/cups
+ sys-apps/dbus
+ sys-apps/util-linux
+ sys-libs/glibc
+ x11-libs/cairo
+ x11-libs/gdk-pixbuf:2
+ x11-libs/gtk+:3[X]
+ x11-libs/libdrm
+ x11-libs/libX11
+ x11-libs/libXcomposite
+ x11-libs/libXdamage
+ x11-libs/libXext
+ x11-libs/libXfixes
+ x11-libs/libXrandr
+ x11-libs/libxcb
+ x11-libs/libxkbcommon
+ x11-libs/libxshmfence
+ x11-libs/pango
+ x11-misc/xdg-utils
+ mip? ( app-crypt/libsecret )
+ qt5? (
+ dev-qt/qtcore:5
+ dev-qt/qtgui:5[X]
+ dev-qt/qtwidgets:5
+ )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+ eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+ # Protect against people using autounmask overzealously
+ use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+ chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+ :
+}
+
+src_install() {
+ dodir /
+ cd "${ED}" || die
+ unpacker
+
+ rm -f _gpgorigin || die
+
+ rm -r etc usr/share/menu || die
+ mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+ gzip -d usr/share/doc/${PF}/changelog.gz || die
+ gzip -d usr/share/man/man1/${MY_PN}.1.gz || die
+ if [[ -L usr/share/man/man1/${PN}.1.gz ]]; then
+ rm usr/share/man/man1/${PN}.1.gz || die
+ dosym ${MY_PN}.1 usr/share/man/man1/${PN}.1
+ fi
+
+ local suffix=
+ [[ ${PN} == microsoft-edge-beta ]] && suffix=_beta
+ [[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+ local size
+ for size in 16 24 32 48 64 128 256 ; do
+ newicon -s ${size} "${EDGE_HOME}/product_logo_${size}${suffix}.png" ${PN}.png
+ done
+
+ if ! use mip; then
+ rm "${EDGE_HOME}"/libmip_{core,protection_sdk}.so || die
+ fi
+
+ if ! use qt5; then
+ rm "${EDGE_HOME}/libqt5_shim.so" || die
+ fi
+
+ pax-mark m "${EDGE_HOME}/msedge"
+}
next reply other threads:[~2023-05-25 14:55 UTC|newest]
Thread overview: 438+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-25 14:55 Mike Gilbert [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-06 4:49 [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/ Matt Jolly
2024-11-06 4:49 Matt Jolly
2024-11-06 4:49 Matt Jolly
2024-10-30 6:54 Matt Jolly
2024-10-30 6:54 Matt Jolly
2024-10-30 6:54 Matt Jolly
2024-10-24 5:24 Matt Jolly
2024-10-24 5:24 Matt Jolly
2024-10-24 5:24 Matt Jolly
2024-10-12 4:49 Matt Jolly
2024-10-12 4:49 Matt Jolly
2024-10-12 4:49 Matt Jolly
2024-10-08 0:13 Matt Jolly
2024-10-08 0:13 Matt Jolly
2024-10-08 0:13 Matt Jolly
2024-10-02 7:19 Matt Jolly
2024-10-02 7:19 Matt Jolly
2024-10-02 7:19 Matt Jolly
2024-09-25 7:55 Matt Jolly
2024-09-25 7:55 Matt Jolly
2024-09-25 7:55 Matt Jolly
2024-09-18 6:31 Matt Jolly
2024-09-18 6:31 Matt Jolly
2024-09-18 6:31 Matt Jolly
2024-09-07 11:28 Matt Jolly
2024-09-07 11:28 Matt Jolly
2024-09-07 11:28 Matt Jolly
2024-08-30 2:30 Matt Jolly
2024-08-30 2:30 Matt Jolly
2024-08-30 2:30 Matt Jolly
2024-08-21 7:48 Matt Jolly
2024-08-21 7:48 Matt Jolly
2024-08-21 7:48 Matt Jolly
2024-08-12 0:24 Matt Jolly
2024-08-12 0:24 Matt Jolly
2024-08-12 0:24 Matt Jolly
2024-08-07 14:43 Matt Jolly
2024-08-07 14:43 Matt Jolly
2024-08-07 14:43 Matt Jolly
2024-07-27 12:02 Matt Jolly
2024-07-27 12:02 Matt Jolly
2024-07-27 12:02 Matt Jolly
2024-07-25 5:37 Matt Jolly
2024-07-25 5:37 Matt Jolly
2024-07-25 5:37 Matt Jolly
2024-07-18 5:57 Matt Jolly
2024-07-18 5:57 Matt Jolly
2024-07-18 5:57 Matt Jolly
2024-07-02 22:58 Matt Jolly
2024-07-02 22:58 Matt Jolly
2024-07-02 22:58 Matt Jolly
2024-06-27 21:55 Matt Jolly
2024-06-27 21:55 Matt Jolly
2024-06-27 21:55 Matt Jolly
2024-06-22 4:24 Matt Jolly
2024-06-22 4:24 Matt Jolly
2024-06-22 4:24 Matt Jolly
2024-06-19 9:36 Matt Jolly
2024-06-19 9:36 Matt Jolly
2024-06-19 9:36 Matt Jolly
2024-06-13 9:26 Matt Jolly
2024-06-13 9:26 Matt Jolly
2024-06-13 9:26 Matt Jolly
2024-06-06 15:18 Matt Jolly
2024-06-06 15:18 Matt Jolly
2024-06-06 15:18 Matt Jolly
2024-05-27 11:43 Matt Jolly
2024-05-27 11:43 Matt Jolly
2024-05-27 11:43 Matt Jolly
2024-05-23 7:48 Matt Jolly
2024-05-23 7:48 Matt Jolly
2024-05-23 7:48 Matt Jolly
2024-05-16 22:34 Matt Jolly
2024-05-16 22:34 Matt Jolly
2024-05-16 22:34 Matt Jolly
2024-05-10 21:35 Matt Jolly
2024-05-10 21:35 Matt Jolly
2024-05-10 21:35 Matt Jolly
2024-05-08 7:15 Matt Jolly
2024-05-08 7:15 Matt Jolly
2024-05-08 7:15 Matt Jolly
2024-05-01 6:38 Matt Jolly
2024-05-01 6:38 Matt Jolly
2024-05-01 6:38 Matt Jolly
2024-04-25 6:30 Matt Jolly
2024-04-25 6:30 Matt Jolly
2024-04-25 6:30 Matt Jolly
2024-04-16 7:43 Matt Jolly
2024-04-16 7:43 Matt Jolly
2024-04-16 7:43 Matt Jolly
2024-04-10 5:45 Matt Jolly
2024-04-10 5:45 Matt Jolly
2024-04-10 5:45 Matt Jolly
2024-04-03 0:36 Matt Jolly
2024-04-03 0:36 Matt Jolly
2024-04-03 0:36 Matt Jolly
2024-03-27 3:31 Matt Jolly
2024-03-27 3:31 Matt Jolly
2024-03-27 3:31 Matt Jolly
2024-03-20 10:32 Matt Jolly
2024-03-16 7:40 Matt Jolly
2024-03-16 7:40 Matt Jolly
2024-03-16 7:40 Matt Jolly
2024-03-11 8:09 Matt Jolly
2024-03-11 8:09 Matt Jolly
2024-03-11 8:09 Matt Jolly
2024-03-01 2:05 Matt Jolly
2024-03-01 2:05 Matt Jolly
2024-03-01 2:05 Matt Jolly
2024-02-28 3:58 Matt Jolly
2024-02-28 3:58 Matt Jolly
2024-02-28 3:58 Matt Jolly
2024-02-18 23:07 Matt Jolly
2024-02-18 23:07 Matt Jolly
2024-02-18 23:07 Matt Jolly
2024-02-11 0:37 Matt Jolly
2024-02-11 0:37 Matt Jolly
2024-02-11 0:37 Matt Jolly
2024-02-06 3:26 Sam James
2024-02-06 3:26 Sam James
2024-02-06 3:26 Sam James
2024-01-27 7:34 Sam James
2024-01-27 7:34 Sam James
2024-01-27 7:34 Sam James
2024-01-18 7:59 Sam James
2024-01-18 7:56 Sam James
2024-01-18 7:56 Sam James
2024-01-18 7:56 Sam James
2024-01-14 2:30 Sam James
2024-01-14 2:30 Sam James
2024-01-14 2:30 Sam James
2023-12-18 6:35 Sam James
2023-12-18 6:35 Sam James
2023-12-18 6:35 Sam James
2023-12-12 19:00 Mike Gilbert
2023-12-12 19:00 Mike Gilbert
2023-12-12 19:00 Mike Gilbert
2023-12-05 19:49 Mike Gilbert
2023-12-05 19:49 Mike Gilbert
2023-12-05 19:49 Mike Gilbert
2023-11-17 11:13 Sam James
2023-11-17 11:13 Sam James
2023-11-17 11:13 Sam James
2023-11-11 19:22 Sam James
2023-11-11 19:22 Sam James
2023-11-11 19:22 Sam James
2023-11-03 10:59 Sam James
2023-11-03 10:59 Sam James
2023-11-03 10:59 Sam James
2023-10-30 4:35 Sam James
2023-10-30 4:35 Sam James
2023-10-30 4:35 Sam James
2023-10-25 16:16 Mike Gilbert
2023-10-25 16:16 Mike Gilbert
2023-10-25 16:16 Mike Gilbert
2023-10-23 1:20 Sam James
2023-10-23 1:20 Sam James
2023-10-23 1:20 Sam James
2023-10-17 16:06 Mike Gilbert
2023-10-17 16:06 Mike Gilbert
2023-10-17 16:06 Mike Gilbert
2023-10-10 18:25 Mike Gilbert
2023-10-05 15:51 Mike Gilbert
2023-10-05 15:51 Mike Gilbert
2023-10-05 15:51 Mike Gilbert
2023-10-02 20:37 Mike Gilbert
2023-10-02 20:37 Mike Gilbert
2023-10-02 20:37 Mike Gilbert
2023-09-28 14:26 Mike Gilbert
2023-09-28 14:26 Mike Gilbert
2023-09-28 14:26 Mike Gilbert
2023-09-22 19:03 Mike Gilbert
2023-09-22 19:03 Mike Gilbert
2023-09-22 19:03 Mike Gilbert
2023-09-18 0:40 Mike Gilbert
2023-09-18 0:40 Mike Gilbert
2023-09-18 0:40 Mike Gilbert
2023-09-14 15:54 Mike Gilbert
2023-09-14 15:54 Mike Gilbert
2023-09-14 15:54 Mike Gilbert
2023-09-11 20:18 Mike Gilbert
2023-09-11 20:18 Mike Gilbert
2023-09-11 20:18 Mike Gilbert
2023-09-01 13:59 Mike Gilbert
2023-09-01 13:59 Mike Gilbert
2023-09-01 13:59 Mike Gilbert
2023-08-25 21:19 Mike Gilbert
2023-08-25 21:19 Mike Gilbert
2023-08-25 21:19 Mike Gilbert
2023-08-16 15:41 Mike Gilbert
2023-08-16 15:41 Mike Gilbert
2023-08-16 15:41 Mike Gilbert
2023-07-29 21:23 Mike Gilbert
2023-07-29 21:23 Mike Gilbert
2023-07-29 21:23 Mike Gilbert
2023-07-16 1:52 Mike Gilbert
2023-07-16 1:52 Mike Gilbert
2023-07-16 1:52 Mike Gilbert
2023-07-12 3:19 Mike Gilbert
2023-07-12 3:19 Mike Gilbert
2023-07-12 3:19 Mike Gilbert
2023-06-24 23:46 Mike Gilbert
2023-06-24 23:46 Mike Gilbert
2023-06-24 23:46 Mike Gilbert
2023-06-20 20:54 Mike Gilbert
2023-06-20 20:54 Mike Gilbert
2023-06-20 20:54 Mike Gilbert
2023-06-09 15:52 Mike Gilbert
2023-06-09 15:52 Mike Gilbert
2023-06-09 15:52 Mike Gilbert
2023-06-05 23:34 Mike Gilbert
2023-06-05 23:34 Mike Gilbert
2023-06-05 23:34 Mike Gilbert
2023-05-27 0:06 Mike Gilbert
2023-05-27 0:06 Mike Gilbert
2023-05-27 0:06 Mike Gilbert
2023-05-25 14:55 Mike Gilbert
2023-05-25 14:55 Mike Gilbert
2023-05-17 0:02 Mike Gilbert
2023-05-17 0:02 Mike Gilbert
2023-05-17 0:02 Mike Gilbert
2023-05-07 18:28 Mike Gilbert
2023-05-07 18:28 Mike Gilbert
2023-05-07 18:28 Mike Gilbert
2023-05-03 14:58 Mike Gilbert
2023-05-03 14:58 Mike Gilbert
2023-05-03 14:58 Mike Gilbert
2023-04-22 17:53 Mike Gilbert
2023-04-22 17:53 Mike Gilbert
2023-04-22 17:53 Mike Gilbert
2023-04-17 14:52 Mike Gilbert
2023-04-17 14:52 Mike Gilbert
2023-04-17 14:52 Mike Gilbert
2023-04-04 18:16 Mike Gilbert
2023-04-04 18:16 Mike Gilbert
2023-04-04 18:16 Mike Gilbert
2023-03-28 15:29 Mike Gilbert
2023-03-28 15:29 Mike Gilbert
2023-03-28 15:29 Mike Gilbert
2023-03-21 14:59 Mike Gilbert
2023-03-21 14:59 Mike Gilbert
2023-03-21 14:59 Mike Gilbert
2023-02-23 20:29 Mike Gilbert
2023-02-23 20:29 Mike Gilbert
2023-02-23 20:29 Mike Gilbert
2023-02-16 16:49 Mike Gilbert
2023-02-16 16:49 Mike Gilbert
2023-02-16 16:49 Mike Gilbert
2023-01-20 18:50 Stephan Hartmann
2023-01-20 18:50 Stephan Hartmann
2023-01-20 18:50 Stephan Hartmann
2023-01-15 18:33 Stephan Hartmann
2023-01-15 18:33 Stephan Hartmann
2023-01-15 18:33 Stephan Hartmann
2023-01-13 18:41 Stephan Hartmann
2023-01-13 18:41 Stephan Hartmann
2023-01-13 18:41 Stephan Hartmann
2023-01-07 20:11 Stephan Hartmann
2023-01-07 20:11 Stephan Hartmann
2023-01-07 20:11 Stephan Hartmann
2022-12-17 19:29 Stephan Hartmann
2022-12-17 19:29 Stephan Hartmann
2022-12-17 19:29 Stephan Hartmann
2022-12-13 5:12 Sam James
2022-12-13 5:12 Sam James
2022-12-13 5:12 Sam James
2022-11-29 23:43 Mike Gilbert
2022-11-29 23:43 Mike Gilbert
2022-11-29 23:43 Mike Gilbert
2022-11-22 5:27 Sam James
2022-11-22 5:27 Sam James
2022-11-22 5:27 Sam James
2022-11-20 4:34 Sam James
2022-11-20 4:34 Sam James
2022-11-20 4:34 Sam James
2022-11-06 6:15 Sam James
2022-11-06 6:15 Sam James
2022-11-06 6:15 Sam James
2022-10-11 16:46 Stephan Hartmann
2022-10-11 16:46 Stephan Hartmann
2022-10-11 16:46 Stephan Hartmann
2022-10-07 6:32 Stephan Hartmann
2022-10-07 6:32 Stephan Hartmann
2022-10-07 6:32 Stephan Hartmann
2022-10-04 12:54 Stephan Hartmann
2022-10-04 8:19 Stephan Hartmann
2022-10-04 8:19 Stephan Hartmann
2022-10-04 8:19 Stephan Hartmann
2022-09-29 11:55 Stephan Hartmann
2022-09-27 7:21 Stephan Hartmann
2022-09-27 7:21 Stephan Hartmann
2022-09-27 7:21 Stephan Hartmann
2022-09-24 18:11 Stephan Hartmann
2022-09-24 18:11 Stephan Hartmann
2022-09-24 18:11 Stephan Hartmann
2022-09-18 18:13 Mike Gilbert
2022-09-18 18:13 Mike Gilbert
2022-09-18 18:13 Mike Gilbert
2022-09-09 2:46 Sam James
2022-09-09 2:46 Sam James
2022-09-09 2:46 Sam James
2022-09-03 3:13 Sam James
2022-09-03 3:13 Sam James
2022-09-03 3:13 Sam James
2022-09-02 0:25 Sam James
2022-09-02 0:25 Sam James
2022-09-02 0:25 Sam James
2022-08-26 12:09 Stephan Hartmann
2022-08-26 12:09 Stephan Hartmann
2022-08-26 12:09 Stephan Hartmann
2022-08-20 0:52 Sam James
2022-08-20 0:52 Sam James
2022-08-20 0:52 Sam James
2022-08-15 23:40 Sam James
2022-08-15 23:40 Sam James
2022-08-15 23:40 Sam James
2022-08-07 5:07 Sam James
2022-08-07 5:07 Sam James
2022-08-07 5:07 Sam James
2022-08-04 3:51 Sam James
2022-08-04 3:51 Sam James
2022-08-04 3:51 Sam James
2022-07-15 2:47 Sam James
2022-07-15 2:47 Sam James
2022-07-15 2:47 Sam James
2022-06-26 7:43 Stephan Hartmann
2022-06-26 7:43 Stephan Hartmann
2022-06-26 7:43 Stephan Hartmann
2022-06-17 18:19 Stephan Hartmann
2022-06-17 18:19 Stephan Hartmann
2022-06-17 18:19 Stephan Hartmann
2022-06-14 9:03 Stephan Hartmann
2022-06-14 9:03 Stephan Hartmann
2022-06-14 9:03 Stephan Hartmann
2022-06-10 12:12 Stephan Hartmann
2022-06-10 12:12 Stephan Hartmann
2022-06-10 12:12 Stephan Hartmann
2022-06-05 13:16 Stephan Hartmann
2022-06-05 13:16 Stephan Hartmann
2022-06-05 13:16 Stephan Hartmann
2022-05-31 20:12 Stephan Hartmann
2022-05-31 20:12 Stephan Hartmann
2022-05-31 20:12 Stephan Hartmann
2022-05-20 18:25 Stephan Hartmann
2022-05-20 18:25 Stephan Hartmann
2022-05-20 18:25 Stephan Hartmann
2022-05-14 11:12 Stephan Hartmann
2022-05-14 11:12 Stephan Hartmann
2022-05-14 11:12 Stephan Hartmann
2022-05-06 10:01 Stephan Hartmann
2022-05-06 10:01 Stephan Hartmann
2022-05-06 10:01 Stephan Hartmann
2022-05-03 17:10 Mike Gilbert
2022-05-03 17:10 Mike Gilbert
2022-05-03 17:10 Mike Gilbert
2022-04-15 20:51 Stephan Hartmann
2022-04-15 20:51 Stephan Hartmann
2022-04-15 20:51 Stephan Hartmann
2022-04-11 18:30 Stephan Hartmann
2022-04-11 18:30 Stephan Hartmann
2022-04-11 18:30 Stephan Hartmann
2022-04-07 19:08 Stephan Hartmann
2022-04-07 19:08 Stephan Hartmann
2022-04-07 19:08 Stephan Hartmann
2022-04-01 18:18 Stephan Hartmann
2022-04-01 18:18 Stephan Hartmann
2022-04-01 18:18 Stephan Hartmann
2022-03-27 7:46 Stephan Hartmann
2022-03-27 7:46 Stephan Hartmann
2022-03-27 7:46 Stephan Hartmann
2022-03-24 18:42 Stephan Hartmann
2022-03-24 18:42 Stephan Hartmann
2022-03-24 18:42 Stephan Hartmann
2022-03-17 20:23 Stephan Hartmann
2022-03-17 20:23 Stephan Hartmann
2022-03-17 20:23 Stephan Hartmann
2022-03-11 16:20 Stephan Hartmann
2022-03-11 16:20 Stephan Hartmann
2022-03-11 16:20 Stephan Hartmann
2022-03-07 21:23 Stephan Hartmann
2022-03-07 21:23 Stephan Hartmann
2022-03-07 21:23 Stephan Hartmann
2022-03-04 16:43 Stephan Hartmann
2022-03-04 16:43 Stephan Hartmann
2022-03-04 16:43 Stephan Hartmann
2022-02-25 7:36 Stephan Hartmann
2022-02-25 7:36 Stephan Hartmann
2022-02-25 7:36 Stephan Hartmann
2022-02-18 18:52 Stephan Hartmann
2022-02-18 18:52 Stephan Hartmann
2022-02-18 18:52 Stephan Hartmann
2022-02-16 19:52 Stephan Hartmann
2022-02-16 19:52 Stephan Hartmann
2022-02-16 19:52 Stephan Hartmann
2022-02-10 19:56 Stephan Hartmann
2022-02-10 19:56 Stephan Hartmann
2022-02-10 19:56 Stephan Hartmann
2022-02-04 8:26 Stephan Hartmann
2022-02-04 8:26 Stephan Hartmann
2022-02-04 8:26 Stephan Hartmann
2022-01-27 21:40 Stephan Hartmann
2022-01-27 21:40 Stephan Hartmann
2022-01-27 21:40 Stephan Hartmann
2022-01-20 21:32 Stephan Hartmann
2022-01-20 21:32 Stephan Hartmann
2022-01-20 21:32 Stephan Hartmann
2022-01-19 14:39 Stephan Hartmann
2022-01-19 14:39 Stephan Hartmann
2022-01-19 14:39 Stephan Hartmann
2022-01-06 20:24 Stephan Hartmann
2022-01-06 20:23 Stephan Hartmann
2022-01-06 20:23 Stephan Hartmann
2021-12-23 18:21 Stephan Hartmann
2021-12-23 18:20 Stephan Hartmann
2021-12-23 18:20 Stephan Hartmann
2021-12-14 22:06 Stephan Hartmann
2021-12-14 22:05 Stephan Hartmann
2021-12-14 22:04 Stephan Hartmann
2021-12-10 18:10 Stephan Hartmann
2021-12-10 18:10 Stephan Hartmann
2021-12-10 18:09 Stephan Hartmann
2021-12-02 19:36 Stephan Hartmann
2021-12-02 19:36 Stephan Hartmann
2021-12-02 19:36 Stephan Hartmann
2021-11-24 22:06 Stephan Hartmann
2021-11-24 22:05 Stephan Hartmann
2021-11-24 22:05 Stephan Hartmann
2021-11-14 9:52 Stephan Hartmann
2021-11-14 9:52 Stephan Hartmann
2021-11-14 9:51 Stephan Hartmann
2021-11-07 17:13 Stephan Hartmann
2021-11-07 17:13 Stephan Hartmann
2021-11-07 17:13 Stephan Hartmann
2021-10-30 8:21 Stephan Hartmann
2021-10-30 8:20 Stephan Hartmann
2021-10-30 8:19 Stephan Hartmann
2021-10-28 21:15 Stephan Hartmann
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=1685026512.e8bef68e8b56c3fe8bf6863046d948894dd1e575.floppym@gentoo \
--to=floppym@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