From: "Viorel Munteanu" <ceamac@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/fastfetch/
Date: Wed, 21 May 2025 05:32:28 +0000 (UTC) [thread overview]
Message-ID: <1747805525.0992b84c6a1c0b2de684b8b24c89edaa37540e28.ceamac@gentoo> (raw)
commit: 0992b84c6a1c0b2de684b8b24c89edaa37540e28
Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Wed May 21 05:31:34 2025 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Wed May 21 05:32:05 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0992b84c
app-misc/fastfetch: drop 2.38.0
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>
app-misc/fastfetch/Manifest | 1 -
app-misc/fastfetch/fastfetch-2.38.0.ebuild | 125 -----------------------------
2 files changed, 126 deletions(-)
diff --git a/app-misc/fastfetch/Manifest b/app-misc/fastfetch/Manifest
index 80cafcfd6803..df64fd8d8a9c 100644
--- a/app-misc/fastfetch/Manifest
+++ b/app-misc/fastfetch/Manifest
@@ -1,4 +1,3 @@
-DIST fastfetch-2.38.0.tar.gz 1207024 BLAKE2B 7d3d34416899c19741667d0f1fdc2f5cf8596bd555a3e06910292a51b7d0cdbbe98e4203245d497c350195505fd01cc194cceba395f06edc6fa69761f621452a SHA512 6c4ffebd2999c3882cd31a6e393f78d693c688b67ab62972b70833e24c0fee2f9d79f3b1ea82c6262e71e0b45fcc40f296194ae54beca65a817ccd25cde771d0
DIST fastfetch-2.40.4.tar.gz 1274693 BLAKE2B 918d487e8559135a41520a357d469b514073c5165cd37256395ecf2876887126f188107971299963990dc7a9d7910888075a3923559464a17a070c4534489302 SHA512 4fdabb50cf5b16069f37ef08b9e929b7b7e05b31164985c3a69f3ff16e1b1a6944095c00e0c54df5761096ba3117c64057bac6d591721ae5cc8b2e198b35b179
DIST fastfetch-2.41.0.tar.gz 1278478 BLAKE2B 362b8ce79f0e07edd9fdfc920911c8fd15bb1d2b2f8c3e5e476a5c0626001b4c07a5267775cc825c56a78fafd900055915000d15cecbf8de8d7c788c6b92e2a0 SHA512 ee930aacebed9c8803bb914e32903ae55114f360bfd6696f8bedef408fd231f8dbe6001bd5379c069f17771a510f314cd2fa00b089963be9cd458a64602cab96
DIST fastfetch-2.42.0.tar.gz 1282221 BLAKE2B 99329524e9959d293f4ed25396d6dcaf0f6bc1569e8ff07a4cfbf0c409e10fc4872d9dad2eb0011c19f693c971b90084e083961b477a8102b45f59bcd1d72c9d SHA512 4c1be3643d4e1d84c046ceb753f50eae32235bc04a07b7c89f0217189f42b010254f581f315dab6eb9f9eb424ceb5d9370a9e3fb811baa5100779531b90a2960
diff --git a/app-misc/fastfetch/fastfetch-2.38.0.ebuild b/app-misc/fastfetch/fastfetch-2.38.0.ebuild
deleted file mode 100644
index fc33f30c8c48..000000000000
--- a/app-misc/fastfetch/fastfetch-2.38.0.ebuild
+++ /dev/null
@@ -1,125 +0,0 @@
-# Copyright 2022-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake flag-o-matic
-
-DESCRIPTION="Fast neofetch-like system information tool"
-HOMEPAGE="https://github.com/fastfetch-cli/fastfetch"
-if [[ ${PV} == *9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/fastfetch-cli/fastfetch.git"
- [[ ${PV} == *0.1.9999 ]] && EGIT_BRANCH=master
- [[ ${PV} == *0.2.9999 ]] && EGIT_BRANCH=dev
- [[ "${EGIT_BRANCH}" == "" ]] && die "Please set a git branch"
-else
- SRC_URI="https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ppc64 ~riscv ~sparc ~x86"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="X chafa dbus ddcutil drm elf gnome imagemagick opencl opengl pulseaudio sqlite test vulkan wayland xcb xfce xrandr"
-RESTRICT="!test? ( test )"
-
-# note - qa-vdb will always report errors because fastfetch loads the libs dynamically
-# make sure to crank yyjson minimum version to match bundled version
-RDEPEND="
- >=dev-libs/yyjson-0.10.0
- sys-apps/hwdata
- sys-libs/zlib
- chafa? ( media-gfx/chafa )
- dbus? ( sys-apps/dbus )
- ddcutil? ( app-misc/ddcutil:= )
- drm? ( x11-libs/libdrm )
- elf? ( virtual/libelf:= )
- gnome? (
- dev-libs/glib
- gnome-base/dconf
- )
- imagemagick? ( media-gfx/imagemagick:= )
- opencl? ( virtual/opencl )
- opengl? (
- media-libs/libglvnd[X?]
- X? ( x11-libs/libX11 )
- )
- pulseaudio? ( media-libs/libpulse )
- sqlite? ( dev-db/sqlite:3 )
- vulkan? (
- media-libs/vulkan-loader
- sys-apps/pciutils
- )
- wayland? ( dev-libs/wayland )
- xcb? ( x11-libs/libxcb )
- xfce? ( xfce-base/xfconf )
- xrandr? ( x11-libs/libXrandr )
-"
-DEPEND="
- ${RDEPEND}
- opengl? ( X? ( x11-base/xorg-proto ) )
- xcb? ( x11-base/xorg-proto )
- xrandr? ( x11-base/xorg-proto )
- vulkan? ( dev-util/vulkan-headers )
-"
-BDEPEND="virtual/pkgconfig"
-
-REQUIRED_USE="
- chafa? ( imagemagick )
-"
-
-pkg_pretend() {
- if use X && ! use opengl; then
- einfo 'USE="X" adds GLX support for USE="opengl"'
- einfo 'This build with USE="X -opengl" will not include any extra X support.'
- fi
-}
-
-src_configure() {
- local fastfetch_enable_imagemagick7=no
- local fastfetch_enable_imagemagick6=no
- if use imagemagick; then
- fastfetch_enable_imagemagick7=$(has_version '>=media-gfx/imagemagick-7.0.0' && echo yes || echo no)
- fastfetch_enable_imagemagick6=$(has_version '<media-gfx/imagemagick-7.0.0' && echo yes || echo no)
- fi
-
- local glx=no
- if use opengl && use X; then
- glx=yes
- fi
-
- local mycmakeargs=(
- -DENABLE_OSMESA=no
- -DENABLE_RPM=no
- -DENABLE_ZLIB=yes
- -DENABLE_SYSTEM_YYJSON=yes
- -DIS_MUSL=$(usex elibc_musl)
- -DINSTALL_LICENSE=no
- -DBUILD_FLASHFETCH=no
-
- -DENABLE_CHAFA=$(usex chafa)
- -DENABLE_DBUS=$(usex dbus)
- -DENABLE_DCONF=$(usex gnome)
- -DENABLE_DDCUTIL=$(usex ddcutil)
- -DENABLE_DRM=$(usex drm)
- -DENABLE_ELF=$(usex elf)
- -DENABLE_EGL=$(usex opengl)
- -DENABLE_GIO=$(usex gnome)
- -DENABLE_GLX=${glx}
- -DENABLE_IMAGEMAGICK6=${fastfetch_enable_imagemagick6}
- -DENABLE_IMAGEMAGICK7=${fastfetch_enable_imagemagick7}
- -DENABLE_OPENCL=$(usex opencl)
- -DENABLE_PULSE=$(usex pulseaudio)
- -DENABLE_SQLITE3=$(usex sqlite)
- -DENABLE_VULKAN=$(usex vulkan)
- -DENABLE_WAYLAND=$(usex wayland)
- -DENABLE_XCB_RANDR=$(usex xcb)
- -DENABLE_XFCONF=$(usex xfce)
- -DENABLE_XRANDR=$(usex xrandr)
- -DBUILD_TESTS=$(usex test)
- )
-
- append-cppflags -DNDEBUG
-
- cmake_src_configure
-}
next reply other threads:[~2025-05-21 5:32 UTC|newest]
Thread overview: 320+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-21 5:32 Viorel Munteanu [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-10-31 13:19 [gentoo-commits] repo/gentoo:master commit in: app-misc/fastfetch/ Viorel Munteanu
2025-10-31 9:01 Arthur Zamarin
2025-10-30 13:38 Sam James
2025-10-30 10:42 Sam James
2025-10-18 12:18 Viorel Munteanu
2025-10-18 12:18 Viorel Munteanu
2025-10-09 8:17 Sam James
2025-10-09 8:17 Sam James
2025-09-25 7:02 Viorel Munteanu
2025-09-25 7:02 Viorel Munteanu
2025-09-07 6:58 Viorel Munteanu
2025-08-31 7:55 Viorel Munteanu
2025-08-31 7:55 Viorel Munteanu
2025-08-31 7:55 Viorel Munteanu
2025-08-30 9:04 Arthur Zamarin
2025-08-18 14:08 Sam James
2025-08-18 12:46 Sam James
2025-08-17 7:45 Viorel Munteanu
2025-08-17 7:45 Viorel Munteanu
2025-08-15 15:50 Viorel Munteanu
2025-08-15 15:50 Viorel Munteanu
2025-08-01 6:27 Viorel Munteanu
2025-07-18 13:35 Viorel Munteanu
2025-07-18 13:35 Viorel Munteanu
2025-07-17 11:43 Viorel Munteanu
2025-07-17 11:43 Viorel Munteanu
2025-07-17 11:43 Viorel Munteanu
2025-07-12 22:19 Sam James
2025-07-09 12:32 Sam James
2025-07-09 12:32 Sam James
2025-07-03 10:14 Viorel Munteanu
2025-07-03 10:14 Viorel Munteanu
2025-06-22 6:33 Viorel Munteanu
2025-06-22 6:33 Viorel Munteanu
2025-06-05 10:19 Viorel Munteanu
2025-06-05 10:19 Viorel Munteanu
2025-06-05 10:19 Viorel Munteanu
2025-05-23 15:56 Viorel Munteanu
2025-05-23 15:56 Viorel Munteanu
2025-05-22 15:16 Sam James
2025-05-22 15:16 Sam James
2025-05-22 15:16 Sam James
2025-05-22 7:56 Viorel Munteanu
2025-05-21 5:32 Viorel Munteanu
2025-05-17 15:10 Arthur Zamarin
2025-05-15 16:41 Arthur Zamarin
2025-05-15 7:41 Sam James
2025-05-15 5:57 Viorel Munteanu
2025-05-01 8:13 Viorel Munteanu
2025-04-17 15:13 Viorel Munteanu
2025-04-10 7:57 Viorel Munteanu
2025-04-10 7:57 Viorel Munteanu
2025-04-05 6:19 Viorel Munteanu
2025-04-05 6:19 Viorel Munteanu
2025-04-04 12:36 Viorel Munteanu
2025-04-04 12:36 Viorel Munteanu
2025-04-04 10:22 Viorel Munteanu
2025-04-04 6:18 Viorel Munteanu
2025-04-04 6:18 Viorel Munteanu
2025-04-04 6:18 Viorel Munteanu
2025-04-04 6:18 Viorel Munteanu
2025-04-03 19:24 Arthur Zamarin
2025-04-03 16:52 Arthur Zamarin
2025-04-03 16:52 Arthur Zamarin
2025-04-03 16:22 Viorel Munteanu
2025-03-21 5:53 Viorel Munteanu
2025-03-21 5:53 Viorel Munteanu
2025-03-20 5:34 Viorel Munteanu
2025-03-20 5:34 Viorel Munteanu
2025-03-20 5:34 Viorel Munteanu
2025-03-14 6:11 Sam James
2025-03-14 6:11 Sam James
2025-03-14 6:11 Sam James
2025-03-14 6:04 Viorel Munteanu
2025-03-03 8:07 Viorel Munteanu
2025-02-21 9:00 Viorel Munteanu
2025-02-19 17:58 Sam James
2025-02-19 16:59 Sam James
2025-02-19 16:59 Sam James
2025-02-19 16:06 Viorel Munteanu
2025-02-19 16:06 Viorel Munteanu
2025-02-11 5:34 Viorel Munteanu
2025-02-11 5:34 Viorel Munteanu
2025-02-11 5:34 Viorel Munteanu
2025-02-10 8:34 Viorel Munteanu
2025-01-26 10:41 Sam James
2025-01-26 10:41 Sam James
2025-01-26 10:33 Sam James
2025-01-26 9:11 Viorel Munteanu
2025-01-16 17:00 Viorel Munteanu
2024-12-28 12:08 Viorel Munteanu
2024-12-26 9:50 Viorel Munteanu
2024-12-26 9:50 Viorel Munteanu
2024-12-26 9:50 Viorel Munteanu
2024-12-26 9:50 Viorel Munteanu
2024-12-26 9:50 Viorel Munteanu
2024-12-23 10:48 Sam James
2024-12-23 10:48 Sam James
2024-12-23 9:38 Sam James
2024-12-20 15:51 Viorel Munteanu
2024-12-13 11:44 Viorel Munteanu
2024-12-10 15:22 Sam James
2024-12-08 18:58 Sam James
2024-12-08 14:56 Viorel Munteanu
2024-12-01 12:53 Viorel Munteanu
2024-11-26 0:36 Sam James
2024-11-24 15:47 Jakov Smolić
2024-11-23 19:49 Sam James
2024-11-18 17:23 Viorel Munteanu
2024-11-09 19:55 Viorel Munteanu
2024-11-09 9:57 Arthur Zamarin
2024-11-09 9:02 Arthur Zamarin
2024-11-07 9:16 Sam James
2024-11-04 12:49 Viorel Munteanu
2024-10-23 19:27 Viorel Munteanu
2024-10-18 17:28 Viorel Munteanu
2024-10-08 19:09 Arthur Zamarin
2024-10-06 5:42 Viorel Munteanu
2024-10-06 5:42 Viorel Munteanu
2024-10-04 9:05 Sam James
2024-10-04 8:03 Sam James
2024-09-29 8:20 Viorel Munteanu
2024-09-29 7:55 Viorel Munteanu
2024-09-29 7:55 Viorel Munteanu
2024-09-29 7:55 Viorel Munteanu
2024-09-26 17:08 Viorel Munteanu
2024-09-19 5:58 Viorel Munteanu
2024-09-16 6:58 Viorel Munteanu
2024-09-13 16:35 Viorel Munteanu
2024-09-03 13:48 Viorel Munteanu
2024-09-01 10:56 Viorel Munteanu
2024-08-27 10:29 Jakov Smolić
2024-08-27 10:29 Jakov Smolić
2024-08-27 10:29 Jakov Smolić
2024-08-26 4:40 Viorel Munteanu
2024-08-25 12:04 Andreas K. Hüttel
2024-08-22 7:37 Viorel Munteanu
2024-08-17 8:55 Viorel Munteanu
2024-08-16 16:41 Arthur Zamarin
2024-08-15 10:27 Viorel Munteanu
2024-08-15 10:27 Viorel Munteanu
2024-08-14 4:47 Viorel Munteanu
2024-08-14 4:47 Viorel Munteanu
2024-08-14 4:47 Viorel Munteanu
2024-08-10 15:41 Michał Górny
2024-08-10 9:03 Michał Górny
2024-08-09 7:14 Viorel Munteanu
2024-08-06 5:01 Viorel Munteanu
2024-08-06 5:01 Viorel Munteanu
2024-08-06 5:01 Viorel Munteanu
2024-08-04 3:16 Sam James
2024-08-03 16:48 Jakov Smolić
2024-08-03 8:45 Michał Górny
2024-07-26 15:02 Viorel Munteanu
2024-07-23 4:52 Viorel Munteanu
2024-07-23 4:52 Viorel Munteanu
2024-07-22 10:55 Viorel Munteanu
2024-07-22 10:55 Viorel Munteanu
2024-07-21 12:55 Jakov Smolić
2024-07-21 12:42 Sam James
2024-07-21 12:42 Sam James
2024-07-21 7:54 Viorel Munteanu
2024-07-11 5:42 Viorel Munteanu
2024-07-11 5:42 Viorel Munteanu
2024-07-10 11:29 Viorel Munteanu
2024-07-10 11:29 Viorel Munteanu
2024-07-07 11:07 Sam James
2024-07-07 11:02 Sam James
2024-07-07 11:02 Sam James
2024-07-04 7:31 Viorel Munteanu
2024-07-04 7:31 Viorel Munteanu
2024-07-02 4:47 Viorel Munteanu
2024-06-29 8:53 Sam James
2024-06-29 8:53 Sam James
2024-06-29 8:25 Sam James
2024-06-29 6:19 Viorel Munteanu
2024-06-29 6:19 Viorel Munteanu
2024-06-28 4:38 Viorel Munteanu
2024-06-28 4:38 Viorel Munteanu
2024-06-24 6:31 Viorel Munteanu
2024-06-22 17:18 Sam James
2024-06-22 13:49 Arthur Zamarin
2024-06-20 16:44 Viorel Munteanu
2024-06-10 10:32 Viorel Munteanu
2024-06-10 10:32 Viorel Munteanu
2024-06-10 10:29 Jakov Smolić
2024-06-10 8:54 Sam James
2024-06-10 8:51 Sam James
2024-06-07 4:36 Viorel Munteanu
2024-05-30 7:13 Viorel Munteanu
2024-05-23 7:45 Viorel Munteanu
2024-05-23 7:45 Viorel Munteanu
2024-05-21 4:40 Viorel Munteanu
2024-05-21 4:40 Viorel Munteanu
2024-05-20 14:40 Viorel Munteanu
2024-05-20 14:40 Viorel Munteanu
2024-05-20 14:40 Viorel Munteanu
2024-05-17 3:54 Sam James
2024-05-17 3:54 Sam James
2024-05-17 2:58 Sam James
2024-05-14 16:23 Viorel Munteanu
2024-05-09 6:46 Viorel Munteanu
2024-05-09 6:46 Viorel Munteanu
2024-05-06 14:46 Viorel Munteanu
2024-05-06 14:46 Viorel Munteanu
2024-05-04 18:52 Viorel Munteanu
2024-05-04 18:52 Viorel Munteanu
2024-05-03 7:05 Viorel Munteanu
2024-05-03 7:05 Viorel Munteanu
2024-04-30 14:19 Viorel Munteanu
2024-04-30 14:19 Viorel Munteanu
2024-04-25 10:45 Viorel Munteanu
2024-04-25 9:17 Viorel Munteanu
2024-04-24 9:54 Sam James
2024-04-24 9:54 Sam James
2024-04-24 9:52 Sam James
2024-04-23 6:27 Viorel Munteanu
2024-04-23 6:27 Viorel Munteanu
2024-04-22 16:52 Viorel Munteanu
2024-04-22 16:52 Viorel Munteanu
2024-04-16 4:40 Viorel Munteanu
2024-04-16 4:40 Viorel Munteanu
2024-04-07 14:43 Viorel Munteanu
2024-04-07 14:43 Viorel Munteanu
2024-04-04 6:16 Viorel Munteanu
2024-04-04 6:16 Viorel Munteanu
2024-03-25 7:24 Viorel Munteanu
2024-03-25 7:24 Viorel Munteanu
2024-03-16 8:25 Arthur Zamarin
2024-03-15 6:25 Viorel Munteanu
2024-03-15 6:25 Viorel Munteanu
2024-03-14 5:49 Sam James
2024-03-08 6:02 Viorel Munteanu
2024-03-02 11:39 Viorel Munteanu
2024-03-02 11:39 Viorel Munteanu
2024-03-01 13:58 Viorel Munteanu
2024-03-01 13:56 Arthur Zamarin
2024-02-29 22:17 Sam James
2024-02-28 5:50 Viorel Munteanu
2024-02-28 5:50 Viorel Munteanu
2024-02-23 13:02 Viorel Munteanu
2024-02-23 13:02 Viorel Munteanu
2024-02-23 8:40 Viorel Munteanu
2024-02-23 8:40 Viorel Munteanu
2024-02-12 16:51 Viorel Munteanu
2024-02-12 16:51 Viorel Munteanu
2024-02-10 8:02 Viorel Munteanu
2024-02-10 7:29 Viorel Munteanu
2024-02-10 7:29 Viorel Munteanu
2024-01-30 13:31 Viorel Munteanu
2024-01-30 13:31 Viorel Munteanu
2024-01-27 20:06 Ionen Wolkens
2024-01-27 20:06 Ionen Wolkens
2024-01-26 6:17 Viorel Munteanu
2024-01-21 19:01 Viorel Munteanu
2024-01-21 19:01 Viorel Munteanu
2024-01-20 16:55 Viorel Munteanu
2024-01-20 16:55 Viorel Munteanu
2024-01-17 17:27 Viorel Munteanu
2024-01-17 17:25 Viorel Munteanu
2024-01-12 18:59 Viorel Munteanu
2024-01-02 8:49 Viorel Munteanu
2024-01-01 17:54 Viorel Munteanu
2023-12-19 6:35 Viorel Munteanu
2023-12-19 6:35 Viorel Munteanu
2023-12-10 8:04 Viorel Munteanu
2023-12-08 18:21 Viorel Munteanu
2023-12-08 18:21 Viorel Munteanu
2023-12-07 6:11 Viorel Munteanu
2023-12-07 6:11 Viorel Munteanu
2023-12-06 6:58 Viorel Munteanu
2023-12-06 6:58 Viorel Munteanu
2023-12-05 13:51 Viorel Munteanu
2023-12-01 18:58 Arthur Zamarin
2023-11-08 6:18 Viorel Munteanu
2023-11-08 6:18 Viorel Munteanu
2023-11-07 5:16 Viorel Munteanu
2023-11-07 5:16 Viorel Munteanu
2023-11-02 10:00 Viorel Munteanu
2023-11-02 10:00 Viorel Munteanu
2023-11-01 9:50 Sam James
2023-10-20 20:35 Mart Raudsepp
2023-10-20 20:18 Arthur Zamarin
2023-10-15 9:52 Viorel Munteanu
2023-10-15 9:52 Viorel Munteanu
2023-10-14 14:40 Viorel Munteanu
2023-10-14 14:40 Viorel Munteanu
2023-10-05 19:17 Sam James
2023-10-02 12:49 Viorel Munteanu
2023-10-02 12:45 Viorel Munteanu
2023-09-24 17:09 WANG Xuerui
2023-09-24 14:09 Jakov Smolić
2023-09-14 16:43 Viorel Munteanu
2023-08-27 6:00 Viorel Munteanu
2023-08-26 13:00 Viorel Munteanu
2023-08-26 13:00 Viorel Munteanu
2023-08-25 8:07 Viorel Munteanu
2023-08-25 8:07 Viorel Munteanu
2023-08-24 11:38 Viorel Munteanu
2023-08-24 11:38 Viorel Munteanu
2023-08-22 11:40 Viorel Munteanu
2023-08-22 11:40 Viorel Munteanu
2023-08-21 5:34 Viorel Munteanu
2023-08-14 14:54 Viorel Munteanu
2023-08-14 10:16 Viorel Munteanu
2023-07-17 6:12 Sam James
2023-07-05 6:08 Viorel Munteanu
2023-07-05 6:08 Viorel Munteanu
2023-07-03 12:11 Viorel Munteanu
2023-07-03 12:11 Viorel Munteanu
2023-07-02 14:48 Viorel Munteanu
2023-07-02 14:48 Viorel Munteanu
2023-07-02 14:48 Viorel Munteanu
2023-06-10 5:20 Viorel Munteanu
2023-06-10 5:20 Viorel Munteanu
2023-06-09 9:50 Viorel Munteanu
2023-06-09 9:50 Viorel Munteanu
2023-05-27 17:17 Viorel Munteanu
2023-05-27 17:17 Viorel Munteanu
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=1747805525.0992b84c6a1c0b2de684b8b24c89edaa37540e28.ceamac@gentoo \
--to=ceamac@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