From: "Mike Gilbert" <floppym@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge-dev/
Date: Mon, 17 Apr 2023 14:52:55 +0000 (UTC) [thread overview]
Message-ID: <1681743171.b5115f55edc53e7e479ca720284d296f34d28604.floppym@gentoo> (raw)
commit: b5115f55edc53e7e479ca720284d296f34d28604
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 17 14:50:06 2023 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon Apr 17 14:52:51 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5115f55
www-client/microsoft-edge-dev: remove old
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
www-client/microsoft-edge-dev/Manifest | 3 -
.../microsoft-edge-dev-112.0.1722.7.ebuild | 123 ---------------------
.../microsoft-edge-dev-113.0.1741.1.ebuild | 123 ---------------------
.../microsoft-edge-dev-113.0.1754.0.ebuild | 123 ---------------------
4 files changed, 372 deletions(-)
diff --git a/www-client/microsoft-edge-dev/Manifest b/www-client/microsoft-edge-dev/Manifest
index 33809252068e..292f727058f1 100644
--- a/www-client/microsoft-edge-dev/Manifest
+++ b/www-client/microsoft-edge-dev/Manifest
@@ -1,6 +1,3 @@
-DIST microsoft-edge-dev_112.0.1722.7-1_amd64.deb 141180218 BLAKE2B 07d41e0989ad4e76b902f8b5e5fb49a73a7b3e4a3cd63f4c0cb4012641feadb517338b1a9f31a80b70861cf1dea7618b9d672b7692b45fdf667254af40f12889 SHA512 6299dcb907d9d9595009513946a644e0efbaf6895d2c292d85a65c7c327ca77e2ae6d98d03ad2d066673f565e2a288a80ded84d2a7c868a72aafc95dd3819d0a
-DIST microsoft-edge-dev_113.0.1741.1-1_amd64.deb 143864670 BLAKE2B 673cbc4ec1406fe25a435d0dbabd3bcd804a9b6f3b23a21536616df52da328aeca594b885d5b067d9be156f3965228d69d55d516eba93b783b1788d26e6672ab SHA512 7f1d35ced0978208cee0b26cb911f671e0b88f95cdb97d03ef8eb93fb527f7a99ce4f99b4dfc78b22d4964c8585912ab82af8c5abad6fabcca967db31f193e50
-DIST microsoft-edge-dev_113.0.1754.0-1_amd64.deb 144562006 BLAKE2B 39b11557a1c7cbec416c828d94b414d872bc42a96c7a2f299269b110d72598140757b8d049f4c7d75f6a645ef9a71cb8f7655fda40773a997eb5a8259c56bd67 SHA512 795dd6fb689c6eda31809ad731e397d93bf9e42c12ad592211a9e9a346a2a25659d2979c8e5f71094b28e9b60d38b0fb190c735a16a9d39f23294dd685f3c797
DIST microsoft-edge-dev_113.0.1774.3-1_amd64.deb 145626390 BLAKE2B eb3f3bcaa819b014a06af32a296cd64f4770463a095715ec407d9c8c98663b77afd5aa7471958ecd78564c587bccf2a51e7c0faa765866c54ef7b35e18da7fb9 SHA512 7ed8d53f06bf5c0ddf444c3a1163cd7ac4a8a71368214543c579aad94107cc86240173426741fd48593990aaee10018b2c54a08ebc73785e526f4a529457d81f
DIST microsoft-edge-dev_113.0.1774.7-1_amd64.deb 145607770 BLAKE2B 853b5048d611af9fcbb0ccb6c7e89974c4fb774ce79f5064562895a0694fad343aa002ff1523a08c3923bad651feeea280afcc26879ad1a4c8752de22e0ae021 SHA512 0e921e0d1f34536a6fcdfeb3a7dc3f33ccca982e8abb4faf48d077bff450909f543d3734045c8c62ae34d1f54470d695adedc298a76172e7036d0165b54aa4e2
DIST microsoft-edge-dev_114.0.1788.0-1_amd64.deb 147070010 BLAKE2B 5ddb514c93c5cc30f0a3773bfb12138bb90ddaf05bdfdf5e8844bf8751d6c2cde941044b7b519ba7506bbd77665c9d38d5471e35f4f3c6e3e17c1ac77b0f8270 SHA512 612340100eaf0ccf145da358eeb84aa1b960a400dce90b8bc45eba0f7cb72b7c7a48ab0adf2769dfc049274c30d53e3bcef5716406258a471b74215c43cb527f
diff --git a/www-client/microsoft-edge-dev/microsoft-edge-dev-112.0.1722.7.ebuild b/www-client/microsoft-edge-dev/microsoft-edge-dev-112.0.1722.7.ebuild
deleted file mode 100644
index ebc23fabaa28..000000000000
--- a/www-client/microsoft-edge-dev/microsoft-edge-dev-112.0.1722.7.ebuild
+++ /dev/null
@@ -1,123 +0,0 @@
-# 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"
-}
diff --git a/www-client/microsoft-edge-dev/microsoft-edge-dev-113.0.1741.1.ebuild b/www-client/microsoft-edge-dev/microsoft-edge-dev-113.0.1741.1.ebuild
deleted file mode 100644
index ebc23fabaa28..000000000000
--- a/www-client/microsoft-edge-dev/microsoft-edge-dev-113.0.1741.1.ebuild
+++ /dev/null
@@ -1,123 +0,0 @@
-# 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"
-}
diff --git a/www-client/microsoft-edge-dev/microsoft-edge-dev-113.0.1754.0.ebuild b/www-client/microsoft-edge-dev/microsoft-edge-dev-113.0.1754.0.ebuild
deleted file mode 100644
index ebc23fabaa28..000000000000
--- a/www-client/microsoft-edge-dev/microsoft-edge-dev-113.0.1754.0.ebuild
+++ /dev/null
@@ -1,123 +0,0 @@
-# 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-04-17 14:53 UTC|newest]
Thread overview: 401+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-17 14:52 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-dev/ Matt Jolly
2024-11-06 4:49 Matt Jolly
2024-10-24 5:24 Matt Jolly
2024-10-24 5:24 Matt Jolly
2024-10-17 18:26 Matt Jolly
2024-10-17 18:26 Matt Jolly
2024-10-09 14:08 Matt Jolly
2024-10-09 14:08 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:32 Matt Jolly
2024-09-18 6:32 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-21 7:48 Matt Jolly
2024-08-21 7:48 Matt Jolly
2024-08-14 1:38 Matt Jolly
2024-08-14 1:38 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-01 8:58 Matt Jolly
2024-08-01 8:58 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-11 11:02 Matt Jolly
2024-07-11 11:02 Matt Jolly
2024-06-26 7:14 Matt Jolly
2024-06-26 7:14 Matt Jolly
2024-06-26 7:14 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-06 15:18 Matt Jolly
2024-06-06 15:18 Matt Jolly
2024-06-06 15:18 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-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-17 4:56 Matt Jolly
2024-04-17 4:56 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-20 10:32 Matt Jolly
2024-03-20 10:32 Matt Jolly
2024-03-20 10:32 Matt Jolly
2024-03-13 2:25 Matt Jolly
2024-03-13 2:25 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-02-28 3:58 Matt Jolly
2024-02-28 3:58 Matt Jolly
2024-02-15 4:31 Matt Jolly
2024-02-15 4:31 Matt Jolly
2024-02-08 1:21 Sam James
2024-02-08 1:21 Sam James
2024-01-31 9:44 Sam James
2024-01-31 9:42 Sam James
2024-01-31 9:42 Sam James
2024-01-24 20:16 Mike Gilbert
2024-01-24 20:16 Mike Gilbert
2024-01-24 20:16 Mike Gilbert
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-07 16:00 Mike Gilbert
2023-12-07 16:00 Mike Gilbert
2023-12-05 19:49 Mike Gilbert
2023-12-05 19:49 Mike Gilbert
2023-11-29 18:26 Mike Gilbert
2023-11-29 18:26 Mike Gilbert
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-10-30 4:35 Sam James
2023-10-30 4:35 Sam James
2023-10-23 1:20 Sam James
2023-10-23 1:20 Sam James
2023-10-12 13:51 Mike Gilbert
2023-10-12 13:51 Mike Gilbert
2023-10-10 18:25 Mike Gilbert
2023-10-04 0:53 Mike Gilbert
2023-10-04 0:53 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-14 15:54 Mike Gilbert
2023-09-14 15:54 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-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-29 21:23 Mike Gilbert
2023-07-19 14:12 Mike Gilbert
2023-07-19 14:12 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-29 15:05 Mike Gilbert
2023-06-29 15:05 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-13 19:08 Mike Gilbert
2023-06-13 19:08 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-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-09 17:12 Mike Gilbert
2023-05-09 17:12 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-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-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-03-21 14:59 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-01-24 20:24 Stephan Hartmann
2023-01-24 20:24 Stephan Hartmann
2023-01-21 10:42 Stephan Hartmann
2023-01-21 10:42 Stephan Hartmann
2023-01-19 18:45 Stephan Hartmann
2023-01-19 18:45 Stephan Hartmann
2023-01-13 18:41 Stephan Hartmann
2023-01-13 18:41 Stephan Hartmann
2023-01-05 7:09 Stephan Hartmann
2023-01-05 7:09 Stephan Hartmann
2022-12-18 20:04 Stephan Hartmann
2022-12-14 6:35 Sam James
2022-12-14 6:35 Sam James
2022-12-13 5:12 Sam James
2022-12-13 5:12 Sam James
2022-12-13 5:12 Sam James
2022-12-03 8:18 Sam James
2022-12-03 8:18 Sam James
2022-11-29 23:43 Mike Gilbert
2022-11-29 23:43 Mike Gilbert
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-11-06 6:15 Sam James
2022-10-12 17:59 Stephan Hartmann
2022-10-12 17:59 Stephan Hartmann
2022-09-29 15:25 Stephan Hartmann
2022-09-29 15:25 Stephan Hartmann
2022-09-28 10:14 Stephan Hartmann
2022-09-22 18:26 Stephan Hartmann
2022-09-22 18:26 Stephan Hartmann
2022-09-09 2:46 Sam James
2022-09-09 2:46 Sam James
2022-09-08 5:32 Sam James
2022-09-08 5:32 Sam James
2022-08-30 18:31 Stephan Hartmann
2022-08-30 18:31 Stephan Hartmann
2022-08-24 18:32 Stephan Hartmann
2022-08-24 18:32 Stephan Hartmann
2022-08-17 21:13 Sam James
2022-08-17 21:13 Sam James
2022-08-15 23:40 Sam James
2022-08-15 23:40 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-20 3:54 Sam James
2022-07-20 3:54 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-22 2:18 Sam James
2022-06-22 2:18 Sam James
2022-06-17 18:19 Stephan Hartmann
2022-06-17 18:19 Stephan Hartmann
2022-06-09 8:06 Stephan Hartmann
2022-06-09 8:06 Stephan Hartmann
2022-06-02 11:07 Stephan Hartmann
2022-06-02 11:06 Stephan Hartmann
2022-05-31 20:12 Stephan Hartmann
2022-05-31 20:12 Stephan Hartmann
2022-05-26 7:29 Stephan Hartmann
2022-05-26 7:29 Stephan Hartmann
2022-05-18 7:49 Stephan Hartmann
2022-05-18 7:49 Stephan Hartmann
2022-05-12 17:23 Stephan Hartmann
2022-05-12 17:23 Stephan Hartmann
2022-05-11 9:52 Stephan Hartmann
2022-05-11 9:52 Stephan Hartmann
2022-05-06 18:51 Stephan Hartmann
2022-05-06 18:51 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 19:09 Stephan Hartmann
2022-04-15 19:09 Stephan Hartmann
2022-04-13 7:26 Stephan Hartmann
2022-04-13 7:26 Stephan Hartmann
2022-04-09 10:59 Stephan Hartmann
2022-04-09 10:59 Stephan Hartmann
2022-04-07 19:08 Stephan Hartmann
2022-04-07 19:08 Stephan Hartmann
2022-04-02 11:42 Stephan Hartmann
2022-04-02 11:42 Stephan Hartmann
2022-03-23 13:52 Stephan Hartmann
2022-03-23 13:52 Stephan Hartmann
2022-03-16 17:24 Stephan Hartmann
2022-03-16 17:24 Stephan Hartmann
2022-03-14 17:30 Stephan Hartmann
2022-03-14 17:30 Stephan Hartmann
2022-03-03 20:12 Stephan Hartmann
2022-03-03 20:12 Stephan Hartmann
2022-02-25 7:36 Stephan Hartmann
2022-02-25 7:36 Stephan Hartmann
2022-02-15 21:25 Stephan Hartmann
2022-02-15 21:25 Stephan Hartmann
2022-02-09 21:37 Stephan Hartmann
2022-02-09 21:37 Stephan Hartmann
2022-02-07 19:07 Stephan Hartmann
2022-02-07 19:07 Stephan Hartmann
2022-02-02 8:18 Stephan Hartmann
2022-02-02 8:18 Stephan Hartmann
2022-01-28 10:11 Stephan Hartmann
2022-01-26 10:04 Stephan Hartmann
2022-01-26 10:04 Stephan Hartmann
2022-01-20 19:48 Stephan Hartmann
2022-01-20 19:48 Stephan Hartmann
2022-01-19 14:39 Stephan Hartmann
2022-01-19 14:39 Stephan Hartmann
2022-01-19 14:25 Stephan Hartmann
2022-01-08 10:05 Stephan Hartmann
2022-01-08 10:04 Stephan Hartmann
2022-01-05 20:34 Stephan Hartmann
2022-01-05 20:34 Stephan Hartmann
2021-12-23 18:27 Stephan Hartmann
2021-12-23 18:27 Stephan Hartmann
2021-12-11 9:10 Stephan Hartmann
2021-12-11 9:10 Stephan Hartmann
2021-12-02 21:46 Stephan Hartmann
2021-12-02 21:45 Stephan Hartmann
2021-11-24 21:58 Stephan Hartmann
2021-11-24 21:58 Stephan Hartmann
2021-11-21 21:45 Stephan Hartmann
2021-11-21 21:44 Stephan Hartmann
2021-11-14 9:47 Stephan Hartmann
2021-11-14 9:47 Stephan Hartmann
2021-11-03 22:01 Stephan Hartmann
2021-11-03 22:00 Stephan Hartmann
2021-10-30 8:14 Stephan Hartmann
2021-10-30 8:13 Stephan Hartmann
2021-10-26 20:43 Stephan Hartmann
2021-10-26 20:42 Stephan Hartmann
2021-10-21 17:49 Stephan Hartmann
2021-10-21 17:48 Stephan Hartmann
2021-10-14 20:46 Stephan Hartmann
2021-10-14 20:46 Stephan Hartmann
2021-10-05 20:35 Stephan Hartmann
2021-10-05 20:35 Stephan Hartmann
2021-09-28 21:03 Stephan Hartmann
2021-09-28 21:02 Stephan Hartmann
2021-09-24 19:27 Stephan Hartmann
2021-09-24 19:27 Stephan Hartmann
2021-09-22 6:11 Stephan Hartmann
2021-09-22 6:11 Stephan Hartmann
2021-09-14 20:45 Stephan Hartmann
2021-09-14 20:45 Stephan Hartmann
2021-09-09 20:29 Stephan Hartmann
2021-09-09 20:28 Stephan Hartmann
2021-09-01 20:57 Stephan Hartmann
2021-09-01 20:57 Stephan Hartmann
2021-08-19 14:32 Stephan Hartmann
2021-08-19 14:31 Stephan Hartmann
2021-08-10 20:30 Stephan Hartmann
2021-08-10 20:29 Stephan Hartmann
2021-08-06 20:47 Stephan Hartmann
2021-08-04 20:23 Stephan Hartmann
2021-08-04 20:23 Stephan Hartmann
2021-08-03 20:48 Stephan Hartmann
2021-08-03 20:47 Stephan Hartmann
2021-07-27 18:52 Stephan Hartmann
2021-07-27 18:51 Stephan Hartmann
2021-07-23 17:15 Stephan Hartmann
2021-07-23 17:14 Stephan Hartmann
2021-07-19 20:27 Stephan Hartmann
2021-07-19 20:27 Stephan Hartmann
2021-06-30 20:47 Stephan Hartmann
2021-06-30 20:46 Stephan Hartmann
2021-06-26 16:41 Stephan Hartmann
2021-06-26 16:40 Stephan Hartmann
2021-06-15 20:39 Stephan Hartmann
2021-06-15 20:39 Stephan Hartmann
2021-06-09 20:33 Stephan Hartmann
2021-06-09 20:32 Stephan Hartmann
2021-06-07 19:05 Stephan Hartmann
2021-06-07 19:05 Stephan Hartmann
2021-06-03 20:50 Stephan Hartmann
2021-06-03 20:49 Stephan Hartmann
2021-06-01 20:51 Stephan Hartmann
2021-06-01 20:51 Stephan Hartmann
2021-05-18 19:38 Stephan Hartmann
2021-05-18 19:37 Stephan Hartmann
2021-05-13 19:25 Stephan Hartmann
2021-05-13 19:24 Stephan Hartmann
2021-05-05 20:27 Stephan Hartmann
2021-05-05 20:26 Stephan Hartmann
2021-05-02 11:10 Stephan Hartmann
2021-05-02 11:09 Stephan Hartmann
2021-04-30 19:13 Stephan Hartmann
2021-04-30 19:11 Stephan Hartmann
2021-04-21 21:24 Stephan Hartmann
2021-04-21 21:24 Stephan Hartmann
2021-04-14 7:08 Stephan Hartmann
2021-04-14 7:07 Stephan Hartmann
2021-04-08 9:02 Stephan Hartmann
2021-04-08 9:01 Stephan Hartmann
2021-03-31 18:57 Stephan Hartmann
2021-03-31 18:57 Stephan Hartmann
2021-03-23 21:55 Stephan Hartmann
2021-03-19 18:21 Stephan Hartmann
2021-03-19 18:21 Stephan Hartmann
2021-03-19 18:21 Stephan Hartmann
2021-03-19 18:21 Stephan Hartmann
2021-03-03 21:53 Stephan Hartmann
2021-03-03 21:53 Stephan Hartmann
2021-02-23 21:28 Stephan Hartmann
2021-02-17 7:48 Stephan Hartmann
2021-02-09 21:51 Stephan Hartmann
2021-02-09 21:51 Stephan Hartmann
2021-02-02 21:21 Stephan Hartmann
2021-02-02 21:20 Stephan Hartmann
2021-02-02 15:47 Stephan Hartmann
2021-01-27 20:36 Stephan Hartmann
2021-01-19 20:25 Stephan Hartmann
2021-01-12 21:24 Stephan Hartmann
2021-01-07 7:54 Stephan Hartmann
2021-01-07 7:54 Stephan Hartmann
2020-12-15 21:41 Stephan Hartmann
2020-12-08 21:36 Stephan Hartmann
2020-12-08 7:48 Stephan Hartmann
2020-12-01 20:15 Stephan Hartmann
2020-11-18 17:12 Stephan Hartmann
2020-11-11 19:01 Stephan Hartmann
2020-11-06 9:03 Stephan Hartmann
2020-10-30 8:27 Stephan Hartmann
2020-10-28 7:25 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=1681743171.b5115f55edc53e7e479ca720284d296f34d28604.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