From: "Mike Gilbert" <floppym@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/freerdp/
Date: Tue, 16 Jul 2024 15:55:55 +0000 (UTC) [thread overview]
Message-ID: <1721144895.fb59620a0c0efd81f2ed54cae688ba9c2e48005b.floppym@gentoo> (raw)
commit: fb59620a0c0efd81f2ed54cae688ba9c2e48005b
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 16 15:48:15 2024 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Tue Jul 16 15:48:15 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb59620a
net-misc/freerdp: add 3.6.3
Bug: https://bugs.gentoo.org/935874
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
net-misc/freerdp/Manifest | 2 +
net-misc/freerdp/freerdp-3.6.3.ebuild | 182 ++++++++++++++++++++++++++++++++++
2 files changed, 184 insertions(+)
diff --git a/net-misc/freerdp/Manifest b/net-misc/freerdp/Manifest
index d396c7727108..214b2574f9f3 100644
--- a/net-misc/freerdp/Manifest
+++ b/net-misc/freerdp/Manifest
@@ -9,3 +9,5 @@ DIST freerdp-3.5.1.tar.gz 9338947 BLAKE2B dd004333a52046300a5f319346da46ddb460e8
DIST freerdp-3.5.1.tar.gz.asc 228 BLAKE2B ae5826e539f0078d3adf7a4886f0b0c249c73fd2fc7ae21dcf815d876ec26f4482c242c076dbd9dcadd18927f4f97199f16fac3b40c0c04b1e43482865af15dc SHA512 ba52d6a5aa3d91fdab988d91b8591ccb075ce3d52bbee0596ffdb50902b54e650b397995f273463296a484199b969bab47708b5dbfc76c4128aa54ec5afcfdf2
DIST freerdp-3.6.2.tar.gz 10195789 BLAKE2B 42e8337f8be0345bd182e46354b9ccd4b1a241679834d82e567e80576f69c7b09e5e4c548ff4e4386bdba3a8d44fd1b5c63932d720f7ed22ab70f6f2e0f254a4 SHA512 c0f4d85c3e90158dbd966363d4e78a32c56c8cbedd1520dd1a517cd392a811644073760dcaeb2668f00a92febd3c74fd8e2f26447bbe76069e6a6fdba9a67d2c
DIST freerdp-3.6.2.tar.gz.asc 228 BLAKE2B fbf27c8804329abaf9eb844caac8ef69c48cf6982ac92cd5a0f8191347439aae69d4ad9e5d014f6ab0ba5521d103fdcdfe00de5ff603e632a5518b4e29cca3dd SHA512 4e0c86355112c603627edb802e61444d9c35b4b12a89300073a4e46c093a3fe2011a9e0774c4b493b8289f9e06c46d8bca381bdcd80c9c40d1bbe5e2516fbdfc
+DIST freerdp-3.6.3.tar.gz 10199503 BLAKE2B ff4c76a7f2d808db09d22b6cf79caaa1f1aff58c25d37d853d4244cf4b8d0f522cb3ad384c6284544a08e2092277e7b4ee8a6f9fa61bb24319d7c5d08aebfdc7 SHA512 e92b839bdaaed99f05c3ab883a864fb3a18a01b5e173317b1cf8210ad16cbf25f2133b8893dec9f9d3a92b0a2fbcb0230f549e1632ade0394b5c8ea0f7331e1e
+DIST freerdp-3.6.3.tar.gz.asc 228 BLAKE2B 4ea04f0d662afef34d61f06d36f3bd6f872f2a7cd8095df581f489306d88a761921a0a93325bdd4c5a627a1c47c612652697b9dc3338ebe0ea952a65b0783cc7 SHA512 6568362c2ad1032925e7dfcd04977c56a58e661b8eacc79d6d2ad77bb9e56d3dff3f13d004d50a88827aa9ccbd2f56c1019a53e18bf35856dbec81acba1dc142
diff --git a/net-misc/freerdp/freerdp-3.6.3.ebuild b/net-misc/freerdp/freerdp-3.6.3.ebuild
new file mode 100644
index 000000000000..51aab209a2db
--- /dev/null
+++ b/net-misc/freerdp/freerdp-3.6.3.ebuild
@@ -0,0 +1,182 @@
+# Copyright 2011-2024 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 )
+ sdl? (
+ media-libs/libsdl2[haptic(+),joystick(+),sound(+),video(+)]
+ media-libs/sdl2-ttf
+ )
+ 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? (
+ 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
+}
+
+src_configure() {
+ # bug #881695
+ filter-lto
+
+ local mycmakeargs=(
+ -Wno-dev
+
+ # https://bugs.gentoo.org/927037
+ -DCMAKE_INTERPROCEDURAL_OPTIMIZATION=OFF
+
+ -DBUILD_TESTING=$(option test)
+ -DCHANNEL_URBDRC=$(option usb)
+ -DWITH_AAD=$(option aad)
+ -DWITH_ALSA=$(option alsa)
+ -DWITH_CCACHE=OFF
+ -DWITH_CLIENT=$(option client)
+ -DWITH_CLIENT_SDL=$(option sdl)
+ -DWITH_SAMPLE=OFF
+ -DWITH_CUPS=$(option cups)
+ -DWITH_DEBUG_ALL=$(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_test() {
+ local myctestargs=( -E TestBacktrace )
+ has network-sandbox ${FEATURES} && myctestargs+=( -E TestConnect )
+ cmake_src_test
+}
+
+src_install() {
+ cmake_src_install
+ mv "${ED}"/usr/share/man/man7/wlog{,3}.7 || die
+}
next reply other threads:[~2024-07-16 15:55 UTC|newest]
Thread overview: 277+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-16 15:55 Mike Gilbert [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-02 22:51 [gentoo-commits] repo/gentoo:master commit in: net-misc/freerdp/ 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-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=1721144895.fb59620a0c0efd81f2ed54cae688ba9c2e48005b.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