public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Gilbert" <floppym@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/freerdp/
Date: Wed, 03 Sep 2025 17:10:57 +0000 (UTC)	[thread overview]
Message-ID: <1756919383.e3fd72c162cbf1fc8c630973ff41a5e900b8c87b.floppym@gentoo> (raw)

commit:     e3fd72c162cbf1fc8c630973ff41a5e900b8c87b
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  3 17:09:43 2025 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Wed Sep  3 17:09:43 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3fd72c1

net-misc/freerdp: add 3.17.1

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 net-misc/freerdp/Manifest              |   2 +
 net-misc/freerdp/freerdp-3.17.1.ebuild | 206 +++++++++++++++++++++++++++++++++
 2 files changed, 208 insertions(+)

diff --git a/net-misc/freerdp/Manifest b/net-misc/freerdp/Manifest
index fcf7039ea780..787f8734376c 100644
--- a/net-misc/freerdp/Manifest
+++ b/net-misc/freerdp/Manifest
@@ -4,3 +4,5 @@ DIST freerdp-3.14.1.tar.gz 10439467 BLAKE2B 6ee961901ccce21ef77eec70c81cf65d3fc1
 DIST freerdp-3.14.1.tar.gz.asc 228 BLAKE2B d0adb7c8b3cb7aef3e7d414c3036a35a36090e10cbb15e36332b71ffd088e31a091e903873f1b2a77c8fa3292bb5954b20c95f79dfe0a7fd21ff0679df5d827c SHA512 d790dedc227252b1ee8f13b27067a37cbd9f8db9823875a9156149331eafe45b88125ae6b910984a55c69b0f143ff3f3df983c701fa4a32e6cd816d289fa1a9b
 DIST freerdp-3.16.0.tar.gz 10455341 BLAKE2B e26e6465eda2831308d328be2398abebd8a812e47ce108d694bdd9948e936a4d151a53952127f7daa5dc5414239cd28fac724217061aebfddd7ce31a773dfd62 SHA512 6053c48f499f9252409d12f21f237ea8787419f2314bf1521da2a7c0db7721ab571a1a18c4c5e956891e3c1df56b2e340805375436d0f00a510535b4d8dbc92b
 DIST freerdp-3.16.0.tar.gz.asc 228 BLAKE2B 4c6437e9d5def70f6ac9b45352fb3fa23332ba84c1e977d0903495cfd606b66e1e667e04306311adedc53cc3305f48715770d371fb61ef8b9b1f96c0ec0eca05 SHA512 423acc8e6f3bbd0496f373a568b0b6bf729988c62df698f40b86b9f07c5330b7643513d8b076168ecab0aa0e4cb5aa87611b607d9c879ad61518e68327748a48
+DIST freerdp-3.17.1.tar.gz 10530176 BLAKE2B 720fdeb9fee0b5047c954f45be104f5929b942f68bd56a90485f0e8c1b3827a5b022d5fce8ee04113c35e1bd1c195f8917229b8f4b6b1b82f0b591dba1787318 SHA512 c8afca535bc7595f4ec83a07dbb2548600d59e8131648be2fc5439a9a7b0853f7baf8fb9d1deec730c9cead3053e795dab90b05e245c666a25fb8146466c8721
+DIST freerdp-3.17.1.tar.gz.asc 228 BLAKE2B ff790d89be2a9ebd0016d2717f68b100a44c1938c0b785aa98a99e90306706f0abfcf3d9939ef73b4fdd8d84709f871cbdd77e43fcbd434eb9cf3fb09809aa92 SHA512 46a349a298e6d51c31dc52251e7bb68a8fc3056f53ec447510f96472d3e06b5016712c7f50f7ed155841c32e58128d0bd3cb647f6269202dc3345e6055bad86b

diff --git a/net-misc/freerdp/freerdp-3.17.1.ebuild b/net-misc/freerdp/freerdp-3.17.1.ebuild
new file mode 100644
index 000000000000..3324d3ddf819
--- /dev/null
+++ b/net-misc/freerdp/freerdp-3.17.1.ebuild
@@ -0,0 +1,206 @@
+# Copyright 2011-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake flag-o-matic
+
+if [[ ${PV} == *9999 ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/FreeRDP/FreeRDP.git"
+	case ${PV} in
+		2.*) EGIT_BRANCH="stable-2.0";;
+	esac
+else
+	inherit verify-sig
+	MY_P=${P/_/-}
+	S="${WORKDIR}/${MY_P}"
+	SRC_URI="https://pub.freerdp.com/releases/${MY_P}.tar.gz
+		verify-sig? ( https://pub.freerdp.com/releases/${MY_P}.tar.gz.asc )"
+	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+	BDEPEND="verify-sig? ( sec-keys/openpgp-keys-akallabeth )"
+	VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/akallabeth.asc"
+fi
+
+DESCRIPTION="Free implementation of the Remote Desktop Protocol"
+HOMEPAGE="https://www.freerdp.com/"
+
+LICENSE="Apache-2.0"
+SLOT="3"
+IUSE="aad alsa cpu_flags_arm_neon +client cups debug +ffmpeg +fuse gstreamer +icu jpeg kerberos openh264 pulseaudio sdl server smartcard systemd test usb valgrind wayland X xinerama xv"
+RESTRICT="!test? ( test )"
+
+BDEPEND+="
+	virtual/pkgconfig
+	app-text/docbook-xsl-stylesheets
+	dev-libs/libxslt
+"
+COMMON_DEPEND="
+	dev-libs/openssl:0=
+	sys-libs/zlib:0
+	aad? ( dev-libs/cJSON )
+	alsa? ( media-libs/alsa-lib )
+	cups? ( net-print/cups )
+	usb? (
+		virtual/libudev:0=
+		sys-apps/util-linux:0=
+		dev-libs/dbus-glib:0=
+		virtual/libusb:1=
+	)
+	X? (
+		x11-libs/libXcursor
+		x11-libs/libXext
+		x11-libs/libXi
+		x11-libs/libXrender
+		xinerama? ( x11-libs/libXinerama )
+		xv? ( x11-libs/libXv )
+	)
+	ffmpeg? ( media-video/ffmpeg:0= )
+	!ffmpeg? (
+		x11-libs/cairo:0=
+	)
+	fuse? ( sys-fs/fuse:3= )
+	gstreamer? (
+		media-libs/gstreamer:1.0
+		media-libs/gst-plugins-base:1.0
+		X? ( x11-libs/libXrandr )
+	)
+	icu? ( dev-libs/icu:0= )
+	jpeg? ( media-libs/libjpeg-turbo:0= )
+	kerberos? ( virtual/krb5 )
+	openh264? ( media-libs/openh264:0= )
+	pulseaudio? ( media-libs/libpulse )
+	server? (
+		X? (
+			x11-libs/libXcursor
+			x11-libs/libXdamage
+			x11-libs/libXext
+			x11-libs/libXfixes
+			x11-libs/libXrandr
+			x11-libs/libXtst
+			xinerama? ( x11-libs/libXinerama )
+		)
+	)
+	smartcard? ( sys-apps/pcsc-lite )
+	systemd? ( sys-apps/systemd:0= )
+	client? (
+		sdl? (
+			media-libs/libsdl3
+			media-libs/sdl3-ttf
+		)
+		wayland? (
+			dev-libs/wayland
+			x11-libs/libxkbcommon
+		)
+	)
+	X? (
+		x11-libs/libX11
+		x11-libs/libxkbfile
+	)
+"
+DEPEND="${COMMON_DEPEND}
+	valgrind? ( dev-debug/valgrind )
+"
+RDEPEND="${COMMON_DEPEND}
+	!net-misc/freerdp:0
+	client? ( !net-misc/freerdp:2[client] )
+	server? ( !net-misc/freerdp:2[server] )
+	smartcard? ( app-crypt/p11-kit )
+"
+
+option() {
+	usex "$1" ON OFF
+}
+
+option_client() {
+	if use client; then
+		option "$1"
+	else
+		echo OFF
+	fi
+}
+
+run_for_testing() {
+	if use test; then
+		local BUILD_DIR="${WORKDIR}/${P}_testing"
+		"$@"
+	fi
+}
+
+src_configure() {
+	use debug || append-cppflags -DNDEBUG
+	freerdp_configure -DBUILD_TESTING=OFF
+	run_for_testing freerdp_configure -DBUILD_TESTING=ON
+}
+
+freerdp_configure() {
+	local mycmakeargs=(
+		-Wno-dev
+
+		# https://bugs.gentoo.org/927037
+		-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=OFF
+
+		-DCHANNEL_URBDRC=$(option usb)
+		-DWITH_AAD=$(option aad)
+		-DWITH_ALSA=$(option alsa)
+		-DWITH_CCACHE=OFF
+
+		-DWITH_CLIENT=$(option client)
+		-DWITH_CLIENT_SDL2=OFF
+		-DWITH_CLIENT_SDL3=$(option_client sdl)
+
+		-DWITH_SAMPLE=OFF
+		-DWITH_CUPS=$(option cups)
+		-DWITH_DEBUG_ALL=$(option debug)
+		-DWITH_VERBOSE_WINPR_ASSERT=$(option debug)
+		-DWITH_MANPAGES=ON
+		-DWITH_FFMPEG=$(option ffmpeg)
+		-DWITH_FREERDP_DEPRECATED_COMMANDLINE=ON
+		-DWITH_SWSCALE=$(option ffmpeg)
+		-DWITH_CAIRO=$(option !ffmpeg)
+		-DWITH_DSP_FFMPEG=$(option ffmpeg)
+		-DWITH_FUSE=$(option fuse)
+		-DWITH_GSTREAMER_1_0=$(option gstreamer)
+		-DWITH_JPEG=$(option jpeg)
+		-DWITH_KRB5=$(option kerberos)
+		-DWITH_NEON=$(option cpu_flags_arm_neon)
+		-DWITH_OPENH264=$(option openh264)
+		-DWITH_OSS=OFF
+		-DWITH_PCSC=$(option smartcard)
+		-DWITH_PKCS11=$(option smartcard)
+		-DWITH_PULSE=$(option pulseaudio)
+		-DWITH_SERVER=$(option server)
+		-DWITH_LIBSYSTEMD=$(option systemd)
+		-DWITH_UNICODE_BUILTIN=$(option !icu)
+		-DWITH_VALGRIND_MEMCHECK=$(option valgrind)
+		-DWITH_X11=$(option X)
+		-DWITH_XINERAMA=$(option xinerama)
+		-DWITH_XV=$(option xv)
+		-DWITH_WAYLAND=$(option_client wayland)
+		-DWITH_WEBVIEW=OFF
+		-DWITH_WINPR_TOOLS=$(option server)
+
+		"$@"
+	)
+	cmake_src_configure
+}
+
+src_compile() {
+	cmake_src_compile
+	run_for_testing cmake_src_compile
+}
+
+src_test() {
+	# TestBacktrace: bug 930636
+	# TestSynchCritical, TestSynchMultipleThreads: bug 951301
+	local CMAKE_SKIP_TESTS=( TestBacktrace TestSynchCritical TestSynchMultipleThreads )
+	if has network-sandbox ${FEATURES}; then
+		CMAKE_SKIP_TESTS+=( TestConnect )
+	fi
+	run_for_testing cmake_src_test
+}
+
+src_install() {
+	cmake_src_install
+	mv "${ED}"/usr/share/man/man7/wlog{,3}.7 || die
+}


             reply	other threads:[~2025-09-03 17:11 UTC|newest]

Thread overview: 311+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-03 17:10 Mike Gilbert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-10-06 19:40 [gentoo-commits] repo/gentoo:master commit in: net-misc/freerdp/ Mike Gilbert
2025-06-17 19:55 Mike Gilbert
2025-06-17 19:54 Mike Gilbert
2025-06-17 19:44 Mike Gilbert
2025-06-17 19:44 Mike Gilbert
2025-05-13 18:51 Mike Gilbert
2025-05-03 17:42 Arthur Zamarin
2025-05-03 14:35 Arthur Zamarin
2025-04-26  6:06 Arthur Zamarin
2025-04-25 23:25 Sam James
2025-04-25 20:46 Sam James
2025-04-25 20:46 Sam James
2025-04-25 19:28 Mike Gilbert
2025-04-25 19:28 Mike Gilbert
2025-04-25  1:21 Ionen Wolkens
2025-03-31 19:54 Mike Gilbert
2025-03-31 18:47 Mike Gilbert
2025-03-31 18:47 Mike Gilbert
2025-03-31 18:43 Arthur Zamarin
2025-03-25 16:41 Mike Gilbert
2025-03-25 16:41 Mike Gilbert
2025-03-25 16:41 Mike Gilbert
2025-03-13 17:06 Sam James
2025-03-13 17:06 Sam James
2025-03-13 17:06 Sam James
2025-03-13 16:24 Mike Gilbert
2025-03-13 15:50 Sam James
2025-03-13 15:50 Sam James
2025-03-12 10:14 Ionen Wolkens
2025-02-25  7:28 Sam James
2025-02-18  3:48 Mike Gilbert
2025-02-18  3:48 Mike Gilbert
2025-02-07 20:15 Mike Gilbert
2024-11-02 22:51 Sam James
2024-11-02  8:49 Michał Górny
2024-11-02  8:49 Michał Górny
2024-11-02  3:24 Sam James
2024-11-01 23:32 Mike Gilbert
2024-11-01 14:47 Andreas K. Hüttel
2024-08-30 17:40 Mike Gilbert
2024-08-30 17:40 Mike Gilbert
2024-08-13 18:18 Arthur Zamarin
2024-08-12 20:06 Mike Gilbert
2024-07-16 22:46 Sam James
2024-07-16 22:46 Sam James
2024-07-16 22:36 Sam James
2024-07-16 22:36 Sam James
2024-07-16 19:18 Arthur Zamarin
2024-07-16 19:18 Arthur Zamarin
2024-07-16 19:18 Arthur Zamarin
2024-07-16 19:18 Arthur Zamarin
2024-07-16 19:18 Arthur Zamarin
2024-07-16 19:18 Arthur Zamarin
2024-07-16 19:18 Arthur Zamarin
2024-07-16 15:55 Mike Gilbert
2024-07-16 15:55 Mike Gilbert
2024-07-16 15:55 Mike Gilbert
2024-07-16 15:55 Mike Gilbert
2024-07-16 15:55 Mike Gilbert
2024-07-04 15:25 Mike Gilbert
2024-05-22  2:17 Mike Gilbert
2024-05-21 15:44 Mike Gilbert
2024-05-21 15:44 Mike Gilbert
2024-05-15 20:12 Mike Gilbert
2024-04-24 19:37 Mike Gilbert
2024-04-24 17:39 Arthur Zamarin
2024-04-24 17:39 Arthur Zamarin
2024-04-24 17:07 Mike Gilbert
2024-04-20  2:55 Mike Gilbert
2024-04-20  2:55 Mike Gilbert
2024-04-19  8:31 Arthur Zamarin
2024-04-19  8:31 Arthur Zamarin
2024-04-17  2:24 Sam James
2024-04-17  2:24 Sam James
2024-04-16 22:29 Sam James
2024-04-16 22:29 Sam James
2024-04-16 20:36 Mike Gilbert
2024-03-24 21:13 Mike Gilbert
2024-03-20 15:58 Mike Gilbert
2024-03-19 14:39 Mike Gilbert
2024-03-19 14:39 Mike Gilbert
2024-03-17 20:09 Mike Gilbert
2024-03-17 19:32 Mike Gilbert
2024-03-17 16:35 Mike Gilbert
2024-03-17 16:35 Mike Gilbert
2024-03-17 16:35 Mike Gilbert
2024-03-17 16:35 Mike Gilbert
2024-03-16 23:27 Mike Gilbert
2024-03-16 17:18 Mike Gilbert
2024-03-15 22:00 Mike Gilbert
2024-03-15 20:22 Sam James
2024-03-15 20:07 Arthur Zamarin
2024-03-15 19:35 Sam James
2024-03-15 19:35 Sam James
2024-03-15 19:35 Sam James
2024-03-15 19:28 Sam James
2024-03-15 18:51 Mike Gilbert
2024-03-15 18:50 Mike Gilbert
2024-03-15 18:39 Mike Gilbert
2024-01-24 20:51 Mike Gilbert
2024-01-23 19:10 Mike Gilbert
2024-01-23 19:10 Mike Gilbert
2024-01-23 19:10 Mike Gilbert
2024-01-23 19:10 Mike Gilbert
2024-01-23 18:56 Mike Gilbert
2024-01-03 20:10 Mike Gilbert
2024-01-03 20:10 Mike Gilbert
2024-01-03  8:53 WANG Xuerui
2024-01-02 20:29 Mike Gilbert
2023-12-30 18:15 Mike Gilbert
2023-12-30 18:15 Mike Gilbert
2023-12-30 18:15 Mike Gilbert
2023-12-30 18:15 Mike Gilbert
2023-12-21 21:19 Mike Gilbert
2023-12-21 21:16 Mike Gilbert
2023-11-29 20:50 Mike Gilbert
2023-11-29 20:40 Mike Gilbert
2023-11-29 14:00 Arthur Zamarin
2023-11-27 23:28 Sam James
2023-11-27 20:22 Arthur Zamarin
2023-11-27 19:22 Sam James
2023-11-27 19:22 Sam James
2023-09-04 18:39 Mike Gilbert
2023-09-02  1:03 Mike Gilbert
2023-09-02  1:03 Mike Gilbert
2023-09-02  1:03 Mike Gilbert
2023-09-02  1:03 Mike Gilbert
2023-09-02  1:03 Mike Gilbert
2023-09-01 13:56 Mike Gilbert
2023-09-01 13:32 Mike Gilbert
2023-08-31 19:49 Mike Gilbert
2023-08-31 19:49 Mike Gilbert
2023-08-31 19:49 Mike Gilbert
2023-08-31 19:12 Mike Gilbert
2023-06-10 22:55 Mike Gilbert
2023-06-10 22:55 Mike Gilbert
2023-05-30 18:27 Arthur Zamarin
2023-05-30 16:37 Arthur Zamarin
2023-05-30 16:37 Arthur Zamarin
2023-05-30 14:30 Sam James
2023-05-30 14:30 Sam James
2023-05-30 14:30 Sam James
2023-05-30 10:36 Andreas Sturmlechner
2023-05-17 16:07 Mike Gilbert
2023-05-16  3:39 Sam James
2023-03-07 16:29 Mike Gilbert
2022-12-06 16:48 Mike Gilbert
2022-12-06  9:52 Arthur Zamarin
2022-12-03  6:08 WANG Xuerui
2022-12-03  6:08 WANG Xuerui
2022-11-22 15:56 Arthur Zamarin
2022-11-19  1:49 Sam James
2022-11-19  1:35 Sam James
2022-11-19  1:35 Sam James
2022-11-19  1:35 Sam James
2022-11-18 20:45 Mike Gilbert
2022-11-18 20:43 Mike Gilbert
2022-11-18 18:32 Sam James
2022-10-20 17:35 Mike Gilbert
2022-10-20 10:56 Jakov Smolić
2022-10-20 10:52 Jakov Smolić
2022-10-17  6:45 Agostino Sarubbo
2022-10-17  6:44 Agostino Sarubbo
2022-10-17  6:21 Arthur Zamarin
2022-10-17  5:28 Arthur Zamarin
2022-10-16 19:54 Mike Gilbert
2022-08-02 19:10 Mike Gilbert
2022-05-10 16:30 Mike Gilbert
2022-05-10 16:25 Mike Gilbert
2022-05-05  5:29 Arthur Zamarin
2022-05-04 14:40 Sam James
2022-05-04 14:40 Sam James
2022-05-04  0:16 Sam James
2022-05-04  0:16 Sam James
2022-05-02 21:25 Mike Gilbert
2022-04-14  8:09 Agostino Sarubbo
2022-04-13  9:32 Jakov Smolić
2022-04-10 17:38 Arthur Zamarin
2022-04-10 17:38 Arthur Zamarin
2022-04-10  9:05 Agostino Sarubbo
2022-04-09 21:24 Jakov Smolić
2022-04-09 17:15 Mike Gilbert
2022-03-07 21:34 Mike Gilbert
2022-03-07 21:34 Mike Gilbert
2022-01-29 17:39 Mike Gilbert
2022-01-17  4:52 Mike Gilbert
2022-01-17  4:52 Mike Gilbert
2021-10-28 14:02 Agostino Sarubbo
2021-10-28 14:00 Agostino Sarubbo
2021-10-27  4:13 Sam James
2021-10-26 13:30 Agostino Sarubbo
2021-10-26 13:28 Agostino Sarubbo
2021-10-26  3:14 Sam James
2021-10-23 16:09 Mike Gilbert
2021-08-21  8:44 Marek Szuba
2021-08-11 23:07 Sam James
2021-08-11 19:15 Sam James
2021-08-06  0:30 Sam James
2021-08-03 23:37 Sam James
2021-08-03 15:36 Agostino Sarubbo
2021-08-02 15:06 Mike Gilbert
2021-07-31 20:13 Mike Gilbert
2021-05-02 12:09 Mikle Kolyada
2021-04-01 13:42 Mike Gilbert
2020-08-07 11:53 Agostino Sarubbo
2020-08-07 11:48 Agostino Sarubbo
2020-08-07 11:47 Agostino Sarubbo
2020-08-07 11:44 Agostino Sarubbo
2020-08-06 14:35 Sam James
2020-08-06  3:41 Sam James
2020-07-25 18:15 Mike Gilbert
2020-07-25 18:00 Mike Gilbert
2020-07-04 12:36 Mart Raudsepp
2020-07-02 13:44 Mike Gilbert
2020-07-02  6:36 Agostino Sarubbo
2020-07-02  6:32 Agostino Sarubbo
2020-07-02  6:30 Agostino Sarubbo
2020-07-02  6:28 Agostino Sarubbo
2020-07-02  6:25 Agostino Sarubbo
2020-06-30 14:23 Mike Gilbert
2020-06-22 23:34 Mike Gilbert
2020-06-09 13:50 Agostino Sarubbo
2020-06-09 13:49 Agostino Sarubbo
2020-06-06 19:31 Mart Raudsepp
2020-05-21 14:24 Mike Gilbert
2020-05-21  9:05 Agostino Sarubbo
2020-05-21  9:04 Agostino Sarubbo
2020-05-21  9:03 Agostino Sarubbo
2020-05-21  0:35 Mike Gilbert
2020-05-13  2:54 Mike Gilbert
2020-05-12 15:54 Mart Raudsepp
2020-05-11 16:45 Agostino Sarubbo
2020-05-11 11:40 Agostino Sarubbo
2020-05-10 18:22 Mike Gilbert
2020-05-09 23:00 Sergei Trofimovich
2020-05-09 22:37 Sergei Trofimovich
2020-05-09  4:15 Mike Gilbert
2020-04-25 18:40 Mikle Kolyada
2020-04-24  6:48 Agostino Sarubbo
2020-04-23  6:29 Agostino Sarubbo
2020-04-23  6:24 Agostino Sarubbo
2020-04-23  6:21 Agostino Sarubbo
2020-04-22 16:45 Mart Raudsepp
2020-04-22 14:05 Mikle Kolyada
2020-04-10 18:38 Mike Gilbert
2020-04-09 16:33 Mike Gilbert
2019-12-31 17:26 Mike Gilbert
2019-12-31  6:13 Mike Gilbert
2019-12-12 21:47 Mike Gilbert
2019-12-12 21:40 Mike Gilbert
2019-12-08 19:52 Mike Gilbert
2019-10-09  8:23 Agostino Sarubbo
2019-10-09  8:12 Agostino Sarubbo
2019-09-29 21:05 Mike Gilbert
2019-09-29 20:55 Mike Gilbert
2019-09-29 20:50 Mike Gilbert
2019-09-12 15:13 Mike Gilbert
2019-09-11 23:49 Mike Gilbert
2019-09-11 23:49 Mike Gilbert
2019-02-19 18:04 Andreas Sturmlechner
2018-12-07 12:54 Mikle Kolyada
2018-11-30 11:13 Tobias Klausmann
2018-11-29 14:44 Mikle Kolyada
2018-11-27 21:55 Thomas Deutschmann
2018-11-26 18:02 Mike Gilbert
2018-08-11 18:09 Mike Gilbert
2018-08-04 23:21 Mike Gilbert
2018-05-29  9:26 Mikle Kolyada
2018-05-27 14:48 Mikle Kolyada
2018-05-18 14:44 Agostino Sarubbo
2018-05-17 13:52 Thomas Deutschmann
2018-05-17 11:59 Tobias Klausmann
2018-04-24 16:37 Mike Gilbert
2018-04-24 16:24 Mikle Kolyada
2018-04-01 10:00 Tobias Klausmann
2018-03-18 14:48 Mikle Kolyada
2018-01-04 22:09 Mike Gilbert
2017-12-25 16:53 Mike Gilbert
2017-12-24 12:01 Markus Meier
2017-12-14 20:04 Mike Gilbert
2017-12-10  4:55 Mike Gilbert
2017-12-10  4:55 Mike Gilbert
2017-12-10  4:55 Mike Gilbert
2017-11-19  2:35 Mike Gilbert
2017-11-06 14:18 Tobias Klausmann
2017-10-29 23:16 Thomas Deutschmann
2017-10-29 17:38 Sergei Trofimovich
2017-10-28 15:01 Manuel Rüger
2017-08-31 19:52 Mike Gilbert
2017-08-31 19:45 Mike Gilbert
2017-07-30  2:20 Mike Gilbert
2016-12-24 10:26 Agostino Sarubbo
2016-12-23 21:26 Mike Gilbert
2016-12-23 19:14 Mike Gilbert
2016-12-22  9:34 Agostino Sarubbo
2016-12-20  9:44 Agostino Sarubbo
2016-12-18 16:30 Agostino Sarubbo
2016-12-18 16:25 Agostino Sarubbo
2016-12-06  9:04 Tobias Klausmann
2016-12-04 16:11 Mike Gilbert
2016-08-06 19:21 Mike Gilbert
2016-08-01 22:23 Mike Gilbert
2016-08-01  2:49 Mike Gilbert
2016-07-31 22:52 Mike Gilbert
2016-07-31 22:21 Mike Gilbert
2016-07-31 22:21 Mike Gilbert
2016-07-31 22:21 Mike Gilbert
2016-07-31 22:21 Mike Gilbert
2015-11-08 18:16 Mike Gilbert
2015-10-05 14:28 Julian Ospald

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=1756919383.e3fd72c162cbf1fc8c630973ff41a5e900b8c87b.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