public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/ccache/
Date: Sun, 04 May 2025 14:31:40 +0000 (UTC)	[thread overview]
Message-ID: <1746369083.a7bd2914b83e3d96914b1243ac889518c64f11d1.sam@gentoo> (raw)

commit:     a7bd2914b83e3d96914b1243ac889518c64f11d1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun May  4 14:05:58 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May  4 14:31:23 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7bd2914

dev-util/ccache: add 4.11.3

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/ccache/Manifest             |   2 +
 dev-util/ccache/ccache-4.11.3.ebuild | 147 +++++++++++++++++++++++++++++++++++
 2 files changed, 149 insertions(+)

diff --git a/dev-util/ccache/Manifest b/dev-util/ccache/Manifest
index 58db2b14953a..07c650b902d2 100644
--- a/dev-util/ccache/Manifest
+++ b/dev-util/ccache/Manifest
@@ -4,3 +4,5 @@ DIST ccache-4.10.2.tar.xz.asc 833 BLAKE2B 4a975aa1e8c9c12cf4df60b31cea10023e8e8e
 DIST ccache-4.11-docs.tar.xz 86044 BLAKE2B c357dc3aa328a8201e62dfd92dc9380b2d5bbaf613a390305021a67f84199688e6fd6fb20489ad4ad81c45bbde44c8133fd12dc5f33cd7925fbde795fe5927e0 SHA512 58ffb519f24e33ac4394ce8dd5667ed1be67cab60ebcab7aa3c82adb31f14110992d0e56f8ebf2ef87e43bcfa202e1c05a4a187b5bcfc39a9bf0525d7039a0ce
 DIST ccache-4.11.2.tar.xz 500800 BLAKE2B 4536cc3089cb8267fe4c01d3f4f6ffe962cec39d498b962d535a347bfbe1dda5e69652deb86e3e302667d1b51ea60e59a5c72c1acf55466174d0459b640167b7 SHA512 6c0f1243097ee93e7d73d5bdcd4609f771fd19e4b52afc5f9b813663b7d195ec503efb990c3b5205d8e9fa6dd16f78c031d93d5cff47223e6d4c1986ac1d6315
 DIST ccache-4.11.2.tar.xz.asc 833 BLAKE2B 194770651e233604848a74a724d45ec29988980e28f2e956422e362909abee27b1dc689e104e12d806590b4da2f967bac5f62405c305e970eebed9a212b69f33 SHA512 9471f88497f53a9bbafc907c502f62c8ea9adc08030e6c2dbf7f04d67478f3e3763fdf12f647a13ca5c6dbf0c7e0ba9c0fb5c05a7df4f54b7f44b8e41d1f79c6
+DIST ccache-4.11.3.tar.xz 500700 BLAKE2B 62c3cd1fc5ef620211b99f2df4e55985c209f24f6f6dfd8fcbd1d0bb4b7b0e29fe3057561314bc62b74d0560e368c9e93e1aaed158c6d6a4f2103aba8c938be4 SHA512 0707d140cc9965144aa9de4b51132dfc87204ff16d907925cff30974fc830731931dbaf17e23e3366d1f5d6ddea8884c06a0f059a4ce460b3a9f87121419398f
+DIST ccache-4.11.3.tar.xz.asc 833 BLAKE2B ee4a4abac6268ef38ef4c5e131ba76fbd11ae73a858362b4a4da58d20ae39dc4f5c8b20c7dc54227018c2122ee9ae3ef402282669962947f306373226e0df6a6 SHA512 e689bf1882d587f9383e73d9a198793812854c1c3059f569a2d986e90405d52c8f2d6edbdc34c9263433bfb78ff82a219c75ed2b3fdabee2dea379ed2a86d54d

diff --git a/dev-util/ccache/ccache-4.11.3.ebuild b/dev-util/ccache/ccache-4.11.3.ebuild
new file mode 100644
index 000000000000..815f17b4fd3e
--- /dev/null
+++ b/dev-util/ccache/ccache-4.11.3.ebuild
@@ -0,0 +1,147 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# XXX: We don't use CCACHE_* for these vars like we do in e.g. cmake/libabigail/qemu
+# because Portage unsets them. Aaaah!
+#
+# Generate using https://github.com/thesamesam/sam-gentoo-scripts/blob/main/niche/generate-ccache-docs
+# Set to 1 if prebuilt, 0 if not
+# (the construct below is to allow overriding from env for script)
+: ${MY_DOCS_PREBUILT:=1}
+
+MY_DOCS_PREBUILT_DEV=sam
+MY_DOCS_VERSION=$(ver_cut 1-2)
+# Default to generating docs (inc. man pages) if no prebuilt; overridden later
+# See bug #784815
+MY_DOCS_USEFLAG="+doc"
+
+VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/joelrosdahl.asc
+inherit cmake toolchain-funcs flag-o-matic prefix verify-sig
+
+DESCRIPTION="Fast compiler cache"
+HOMEPAGE="https://ccache.dev/"
+SRC_URI="https://github.com/ccache/ccache/releases/download/v${PV}/${P}.tar.xz"
+SRC_URI+=" verify-sig? ( https://github.com/ccache/ccache/releases/download/v${PV}/${P}.tar.xz.asc )"
+if [[ ${MY_DOCS_PREBUILT} == 1 ]] ; then
+	SRC_URI+=" !doc? ( https://dev.gentoo.org/~${MY_DOCS_PREBUILT_DEV}/distfiles/${CATEGORY}/${PN}/${PN}-${MY_DOCS_VERSION}-docs.tar.xz )"
+	MY_DOCS_USEFLAG="doc"
+fi
+
+# https://ccache.dev/license.html
+# ccache, blake3, NonstdSpan, tl-expected
+LICENSE="GPL-3+ || ( CC0-1.0 Apache-2.0 ) Boost-1.0 CC0-1.0"
+LICENSE+=" elibc_mingw? ( LGPL-3 ISC PSF-2 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+# Enable 'static-c++' by default to make 'gcc' ebuild Just Work: bug #761220
+IUSE="${MY_DOCS_USEFLAG} redis +static-c++ test"
+RESTRICT="!test? ( test )"
+
+# TODO: package NonstdSpan, TlExpected
+DEPEND="
+	>=app-arch/zstd-1.3.4:=
+	!static-c++? (
+		>=dev-cpp/cpp-httplib-0.10.6:=
+		>=dev-libs/libfmt-8.0.0:=
+	)
+	>=dev-libs/blake3-1.4.0:=
+	>=dev-libs/xxhash-0.8.3
+	redis? ( >=dev-libs/hiredis-0.13.3:= )
+"
+RDEPEND="
+	${DEPEND}
+	dev-util/shadowman
+	sys-apps/gentoo-functions
+"
+# Needed for eselect calls in pkg_*
+IDEPEND="dev-util/shadowman"
+
+# clang-specific tests use dev-libs/elfutils to compare objects for equality.
+# Let's pull in the dependency unconditionally.
+BDEPEND="
+	doc? ( dev-ruby/asciidoctor )
+	test? (
+		>=dev-cpp/doctest-2.4.12
+		dev-libs/elfutils
+	)
+	verify-sig? ( sec-keys/openpgp-keys-joelrosdahl )
+"
+
+DOCS=( doc/{AUTHORS,MANUAL,NEWS}.adoc CONTRIBUTING.md README.md )
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-3.5-nvcc-test.patch
+	"${FILESDIR}"/${PN}-4.0-objdump.patch
+	"${FILESDIR}"/${PN}-4.11-avoid-run-user.patch
+)
+
+src_unpack() {
+	# Avoid aborting on the doc tarball
+	if use verify-sig ; then
+		verify-sig_verify_detached "${DISTDIR}"/${P}.tar.xz{,.asc}
+	fi
+
+	default
+}
+
+src_prepare() {
+	cmake_src_prepare
+
+	cp "${FILESDIR}"/ccache-config-3 ccache-config || die
+	eprefixify ccache-config
+}
+
+src_configure() {
+	# Mainly used in tests
+	tc-export CC OBJDUMP
+
+	local mycmakeargs=(
+		-DENABLE_DOCUMENTATION=$(usex doc)
+		-DENABLE_TESTING=$(usex test)
+		-DDEPS=LOCAL
+		-DREDIS_STORAGE_BACKEND=$(usex redis)
+	)
+
+	# Avoid dependency on libstdc++.so. Useful for cases when
+	# we would like to use ccache to build older gcc which injects
+	# into ccache locally built (possibly outdated) libstdc++
+	# See bug #761220 for examples.
+	#
+	# Ideally gcc should not use LD_PRELOAD to avoid this type of failure.
+	if use static-c++ ; then
+		append-ldflags -static-libstdc++
+		mycmakeargs+=(
+			-DDEP_CPPHTTPLIB=BUNDLED
+			-DDEP_FMT=BUNDLED
+		)
+	fi
+
+	cmake_src_configure
+}
+
+src_install() {
+	cmake_src_install
+
+	dobin ccache-config
+	insinto /usr/share/shadowman/tools
+	newins - ccache <<<"${EPREFIX}/usr/lib/ccache/bin"
+
+	# If USE=doc, there'll be newly generated docs which we install instead.
+	if ! use doc && [[ ${MY_DOCS_PREBUILT} == 1 ]] ; then
+		doman "${WORKDIR}"/${PN}-${MY_DOCS_VERSION}-docs/doc/*.[0-8]
+	fi
+}
+
+pkg_prerm() {
+	if [[ -z ${REPLACED_BY_VERSION} && -z ${ROOT} ]] ; then
+		eselect compiler-shadow remove ccache
+	fi
+}
+
+pkg_postinst() {
+	if [[ -z ${ROOT} ]] ; then
+		eselect compiler-shadow update ccache
+	fi
+}


             reply	other threads:[~2025-05-04 14:31 UTC|newest]

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

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=1746369083.a7bd2914b83e3d96914b1243ac889518c64f11d1.sam@gentoo \
    --to=sam@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