public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrick McLean" <chutzpah@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/ceph/
Date: Mon,  1 May 2023 17:45:40 +0000 (UTC)	[thread overview]
Message-ID: <1682963118.132a35617b7e943d6800d8decd02df0450d3bddf.chutzpah@gentoo> (raw)

commit:     132a35617b7e943d6800d8decd02df0450d3bddf
Author:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Mon May  1 17:45:18 2023 +0000
Commit:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Mon May  1 17:45:18 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=132a3561

sys-cluster/ceph: drop 16.2.10-r5

Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>

 sys-cluster/ceph/Manifest               |   1 -
 sys-cluster/ceph/ceph-16.2.10-r5.ebuild | 473 --------------------------------
 2 files changed, 474 deletions(-)

diff --git a/sys-cluster/ceph/Manifest b/sys-cluster/ceph/Manifest
index 1cfce8d7fdf7..dcfb5737a4da 100644
--- a/sys-cluster/ceph/Manifest
+++ b/sys-cluster/ceph/Manifest
@@ -1,4 +1,3 @@
-DIST ceph-16.2.10.tar.gz 157176743 BLAKE2B 065b6f1941f87fde150ab22ba45aa9f58069acf7f33a483456faf0a26e41936846944e800ccd7f99bd8863db8438ae70804621522f75065c0b2506522c4fdd7d SHA512 ae164c24462c3e08763d202acc3e2fe86ffc09f312b5059bae07863e804fc47bd158fc130aa2923246ffcfe26ae6d6d9317326aec96373226e6f9030d7123c8b
 DIST ceph-16.2.12.tar.gz 157193570 BLAKE2B 86ffa8c19f793510ded3d314aa4ea0f51e55049fab66f06141a9b8e524e2e8d473d0f1ab7c1587e30afcd88fbc128338848087ad19fbbdeef2bba70f674ff3fc SHA512 191ce7e302e74831d58db03b55557b2346cdb182c33baafc7a4a93b2704431c4db73eb15311e7b67b69f56ff5810f9ec91ebd208ab9215e15b4ab03f12afdf4b
 DIST ceph-17.2.5.tar.gz 169004360 BLAKE2B b6d8df5f9b58de5e42fed5d16b1c82d2178297f8bb1b6cf9c42ff55d6a5b2e20fe413feeab038738f62342576ef59fff7091b87648c10cf71401377b0ffa5dc8 SHA512 10cd3d9eb01c91c148a92f1f7d040bbd78af5bb1ab15d071d93f54b37097dc9e1268eed9e788fe32794d137f6af81abd6a2aeaee39cef44d2c45234a15cc6020
 DIST ceph-17.2.6.tar.gz 168093221 BLAKE2B f79efce9bd7f485b43ae1b4da94a1d9fb3753003f34535e93c80e480ffeaaf054d371f75bca72402da5f9dd460aafa820bb2af550d213bdbcca74aa939180431 SHA512 dca9aea2ce210c15fcc34cb06a5dc5b4488ffa36d684166d47ebd87e48b54b6fee0882e1c67007a780e1c25754e9bc6e760cc10f60ea1183263f8504ef2dbd9b

diff --git a/sys-cluster/ceph/ceph-16.2.10-r5.ebuild b/sys-cluster/ceph/ceph-16.2.10-r5.ebuild
deleted file mode 100644
index 21986001fb73..000000000000
--- a/sys-cluster/ceph/ceph-16.2.10-r5.ebuild
+++ /dev/null
@@ -1,473 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..10} )
-LUA_COMPAT=( lua5-3 )
-
-CMAKE_MAKEFILE_GENERATOR=emake
-
-inherit check-reqs bash-completion-r1 cmake python-r1 flag-o-matic \
-		lua-single udev readme.gentoo-r1 toolchain-funcs systemd tmpfiles
-
-SRC_URI="https://download.ceph.com/tarballs/${P}.tar.gz"
-KEYWORDS="amd64 ~arm64 ~ppc64"
-
-DESCRIPTION="Ceph distributed filesystem"
-HOMEPAGE="https://ceph.com/"
-
-LICENSE="Apache-2.0 LGPL-2.1 CC-BY-SA-3.0 GPL-2 GPL-2+ LGPL-2+ LGPL-2.1 LGPL-3 GPL-3 BSD Boost-1.0 MIT public-domain"
-SLOT="0"
-
-CPU_FLAGS_X86=(avx2 avx512f pclmul sse{,2,3,4_1,4_2} ssse3)
-
-IUSE="
-	babeltrace +cephfs custom-cflags diskprediction dpdk fuse grafana
-	jemalloc jaeger kafka kerberos ldap lttng +mgr numa pmdk rabbitmq
-	+radosgw rbd-rwl rbd-ssd rdma rgw-lua +ssl spdk +sqlite +system-boost
-	systemd +tcmalloc test uring xfs zbd zfs
-"
-
-IUSE+="$(printf "cpu_flags_x86_%s\n" ${CPU_FLAGS_X86[@]})"
-
-DEPEND="
-	${LUA_DEPS}
-	${PYTHON_DEPS}
-	acct-group/ceph
-	acct-user/ceph
-	virtual/libudev:=
-	app-arch/bzip2:=
-	app-arch/lz4:=
-	app-arch/snappy:=
-	>=app-arch/snappy-1.1.9-r1
-	app-arch/zstd:=
-	app-shells/bash:0
-	app-misc/jq:=
-	dev-libs/crypto++:=
-	dev-cpp/gflags:=
-	<dev-libs/leveldb-1.23:=[snappy,tcmalloc(-)?]
-	dev-libs/libaio:=
-	<dev-libs/libfmt-9:=
-	dev-libs/libnl:3=
-	dev-libs/libxml2:=
-	dev-libs/libevent:=
-	dev-libs/openssl:=
-	<dev-libs/rocksdb-6.15:=
-	dev-libs/xmlsec:=[openssl]
-	dev-cpp/yaml-cpp:=
-	dev-libs/nss:=
-	dev-libs/protobuf:=
-	net-dns/c-ares:=
-	net-libs/gnutls:=
-	sys-auth/oath-toolkit:=
-	sys-apps/coreutils
-	sys-apps/hwloc:=
-	sys-apps/keyutils:=
-	sys-apps/util-linux:=
-	sys-apps/util-linux
-	sys-libs/libcap-ng:=
-	sys-libs/ncurses:0=
-	sys-libs/zlib:=
-	sys-process/numactl:=
-	virtual/libcrypt:=
-	x11-libs/libpciaccess:=
-	babeltrace? ( dev-util/babeltrace )
-	fuse? ( sys-fs/fuse:3= )
-	jemalloc? ( dev-libs/jemalloc:= )
-	!jemalloc? ( >=dev-util/google-perftools-2.6.1:= )
-	jaeger? ( dev-cpp/nlohmann_json:= )
-	kafka? ( dev-libs/librdkafka:= )
-	kerberos? ( virtual/krb5 )
-	ldap? ( net-nds/openldap:= )
-	lttng? ( dev-util/lttng-ust:= )
-	pmdk? ( dev-libs/pmdk:= )
-	rabbitmq? ( net-libs/rabbitmq-c:= )
-	radosgw? (
-		dev-libs/icu:=
-		dev-libs/expat:=
-		net-misc/curl:=[curl_ssl_openssl]
-	)
-	rbd-rwl? ( dev-libs/pmdk:= )
-	rdma? ( sys-cluster/rdma-core:= )
-	spdk? ( dev-util/cunit )
-	sqlite? ( dev-db/sqlite:= )
-	system-boost? ( dev-libs/boost:=[context,python,${PYTHON_USEDEP},zlib] )
-	!system-boost? ( $(python_gen_impl_dep '' 3.10) )
-	uring? ( sys-libs/liburing:= )
-	xfs? ( sys-fs/xfsprogs:= )
-	zbd? ( sys-block/libzbd:= )
-	zfs? ( sys-fs/zfs:= )
-"
-BDEPEND="
-	amd64? ( dev-lang/nasm )
-	x86? ( dev-lang/yasm )
-	app-arch/cpio
-	>=dev-util/cmake-3.5.0
-	dev-python/cython[${PYTHON_USEDEP}]
-	dev-python/setuptools[${PYTHON_USEDEP}]
-	dev-python/sphinx
-	dev-util/gperf
-	dev-util/ragel
-	dev-util/valgrind
-	sys-apps/coreutils
-	sys-apps/grep
-	sys-apps/util-linux
-	sys-apps/which
-	sys-devel/bc
-	sys-devel/patch
-	virtual/pkgconfig
-	jaeger? (
-		sys-devel/bison
-		sys-devel/flex
-	)
-	test? (
-		dev-util/cunit
-		dev-python/coverage[${PYTHON_USEDEP}]
-		dev-python/virtualenv[${PYTHON_USEDEP}]
-		dev-python/requests-mock[${PYTHON_USEDEP}]
-		sys-apps/grep[pcre]
-		sys-fs/btrfs-progs
-	)
-"
-RDEPEND="
-	${DEPEND}
-	app-admin/sudo
-	net-misc/socat
-	sys-apps/gptfdisk
-	sys-apps/nvme-cli
-	>=sys-apps/smartmontools-7.0
-	sys-block/parted
-	sys-fs/cryptsetup
-	sys-fs/lsscsi
-	sys-fs/lvm2[lvm]
-	app-alternatives/awk
-	dev-python/bcrypt[${PYTHON_USEDEP}]
-	dev-python/cherrypy[${PYTHON_USEDEP}]
-	dev-python/python-dateutil[${PYTHON_USEDEP}]
-	dev-python/flask[${PYTHON_USEDEP}]
-	dev-python/jinja[${PYTHON_USEDEP}]
-	dev-python/pecan[${PYTHON_USEDEP}]
-	dev-python/prettytable[${PYTHON_USEDEP}]
-	dev-python/pyopenssl[${PYTHON_USEDEP}]
-	dev-python/pyyaml[${PYTHON_USEDEP}]
-	dev-python/requests[${PYTHON_USEDEP}]
-	dev-python/werkzeug[${PYTHON_USEDEP}]
-	mgr? (
-		dev-python/jsonpatch[${PYTHON_USEDEP}]
-		dev-python/more-itertools[${PYTHON_USEDEP}]
-		dev-python/numpy[${PYTHON_USEDEP}]
-		dev-python/pyjwt[${PYTHON_USEDEP}]
-		dev-python/routes[${PYTHON_USEDEP}]
-		diskprediction? (
-			>=dev-python/scipy-1.4.0[${PYTHON_USEDEP}]
-		)
-		sci-libs/scikit-learn[${PYTHON_USEDEP}]
-		dev-python/six[${PYTHON_USEDEP}]
-	)
-"
-REQUIRED_USE="
-	${PYTHON_REQUIRED_USE}
-	${LUA_REQUIRED_USE}
-	?? ( jemalloc tcmalloc )
-	jaeger? ( !system-boost )
-	diskprediction? ( mgr )
-	kafka? ( radosgw )
-	mgr? ( cephfs )
-	rabbitmq? ( radosgw )
-	!system-boost? (
-		python_targets_python3_10
-	)
-"
-
-RESTRICT="
-	!test? ( test )
-"
-
-# tests need root access, and network access
-RESTRICT+="test"
-
-# create a non-debug release
-CMAKE_BUILD_TYPE=RelWithDebInfo
-
-# false positives unless all USE flags are on
-CMAKE_WARN_UNUSED_CLI=no
-
-PATCHES=(
-	"${FILESDIR}/ceph-12.2.0-use-provided-cpu-flag-values.patch"
-	"${FILESDIR}/ceph-14.2.0-cflags.patch"
-	"${FILESDIR}/ceph-12.2.4-boost-build-none-options.patch"
-	"${FILESDIR}/ceph-16.2.2-cflags.patch"
-	"${FILESDIR}/ceph-16.2.8-no-virtualenvs.patch"
-	"${FILESDIR}/ceph-13.2.2-dont-install-sysvinit-script.patch"
-	"${FILESDIR}/ceph-14.2.0-dpdk-cflags.patch"
-	"${FILESDIR}/ceph-14.2.0-cython-0.29.patch"
-	"${FILESDIR}/ceph-16.2.0-rocksdb-cmake.patch"
-	"${FILESDIR}/ceph-15.2.3-spdk-compile.patch"
-	"${FILESDIR}/ceph-16.2.0-spdk-tinfo.patch"
-	"${FILESDIR}/ceph-16.2.0-jaeger-system-boost.patch"
-	"${FILESDIR}/ceph-16.2.0-liburing.patch"
-	"${FILESDIR}/ceph-16.2.2-system-zstd.patch"
-	"${FILESDIR}/ceph-16.2.7-string-includes.patch"
-	"${FILESDIR}/ceph-17.2.0-fuse3.patch"
-	"${FILESDIR}/ceph-16.2.9-python310.patch"
-	"${FILESDIR}/ceph-17.2.0-gcc12-header.patch"
-	"${FILESDIR}/ceph-16.2.10-flags.patch"
-	"${FILESDIR}/ceph-17.2.5-boost-1.81.patch"
-)
-
-check-reqs_export_vars() {
-	CHECKREQS_DISK_BUILD="6G"
-
-	if use system-boost; then
-		CHECKREQS_DISK_USR="350M"
-	else
-		CHECKREQS_DISK_USR="510M"
-	fi
-
-	export CHECKREQS_DISK_BUILD CHECKREQS_DISK_USR
-}
-
-pkg_pretend() {
-	check-reqs_export_vars
-	check-reqs_pkg_pretend
-}
-
-pkg_setup() {
-	if ! use system-boost; then
-		python_setup 3.10
-	else
-		python_setup
-	fi
-	lua_setup
-	check-reqs_export_vars
-	check-reqs_pkg_setup
-}
-
-src_prepare() {
-	cmake_src_prepare
-
-	if use system-boost; then
-		find "${S}" -name '*.cmake' -or -name 'CMakeLists.txt' -print0 \
-			| xargs --null sed -r \
-			-e 's|Boost::|boost_|g' \
-			-e 's|Boost_|boost_|g' \
-			-e 's|[Bb]oost_boost|boost_system|g' \
-			-i || die
-	fi
-
-	if ! use systemd; then
-		find "${S}"/src/ceph-volume/ceph_volume -name '*.py' -print0 \
-			| xargs --null sed \
-			-e '/^from ceph_volume.systemd import systemctl/ d' \
-			-i || die
-	fi
-
-	sed -r -e "s:DESTINATION .+\\):DESTINATION $(get_bashcompdir)\\):" \
-		-i src/bash_completion/CMakeLists.txt || die
-
-	sed  -e "s:objdump -p:$(tc-getOBJDUMP) -p:" -i CMakeLists.txt || die
-
-	if ! use diskprediction; then
-		rm -rf src/pybind/mgr/diskprediction_local || die
-	fi
-
-	# force lua version to use selected version
-	local lua_version
-	lua_version=$(ver_cut 1-2 $(lua_get_version))
-	sed "s:find_package(Lua [0-9][.][0-9] REQUIRED):find_package(Lua ${lua_version} EXACT REQUIRED):" \
-		-i src/CMakeLists.txt
-
-	# remove tests that need root access
-	rm src/test/cli/ceph-authtool/cap*.t || die
-}
-
-ceph_src_configure() {
-	local mycmakeargs=(
-		-DWITH_BABELTRACE:BOOL=$(usex babeltrace)
-		-DWITH_BLUESTORE_PMEM:BOOL=$(usex pmdk)
-		-DWITH_CEPHFS:BOOL=$(usex cephfs)
-		-DWITH_CEPHFS_SHELL:BOOL=$(usex cephfs)
-		-DWITH_DPDK:BOOL=$(usex dpdk)
-		-DWITH_SPDK:BOOL=$(usex spdk)
-		-DWITH_FUSE:BOOL=$(usex fuse)
-		-DWITH_LTTNG:BOOL=$(usex lttng)
-		-DWITH_GSSAPI:BOOL=$(usex kerberos)
-		-DWITH_GRAFANA:BOOL=$(usex grafana)
-		-DWITH_MGR:BOOL=$(usex mgr)
-		-DWITH_MGR_DASHBOARD_FRONTEND:BOOL=OFF
-		-DWITH_OPENLDAP:BOOL=$(usex ldap)
-		-DWITH_PYTHON3:STRING=3
-		-DWITH_RADOSGW:BOOL=$(usex radosgw)
-		-DWITH_RADOSGW_AMQP_ENDPOINT:BOOL=$(usex rabbitmq)
-		-DWITH_RADOSGW_KAFKA_ENDPOINT:BOOL=$(usex kafka)
-		-DWITH_RADOSGW_LUA_PACKAGES:BOOL=$(usex rgw-lua "$(usex radosgw)" "NO")
-		-DWITH_RBD_RWL:BOOL=$(usex rbd-rwl)
-		-DWITH_RBD_SSD_CACHE:BOOL=$(usex rbd-ssd)
-		-DWITH_SYSTEMD:BOOL=$(usex systemd)
-		-DWITH_TESTS:BOOL=$(usex test)
-		-DWITH_LIBURING:BOOL=$(usex uring)
-		-DWITH_SYSTEM_LIBURING:BOOL=$(usex uring)
-		-DWITH_LIBCEPHSQLITE:BOOL=$(usex sqlite)
-		-DWITH_XFS:BOOL=$(usex xfs)
-		-DWITH_ZBD:BOOL=$(usex zbd)
-		-DWITH_ZFS:BOOL=$(usex zfs)
-		-DENABLE_SHARED:BOOL=ON
-		-DALLOCATOR:STRING=$(usex tcmalloc 'tcmalloc' "$(usex jemalloc 'jemalloc' 'libc')")
-		-DWITH_SYSTEM_PMDK:BOOL=$(usex pmdk 'YES' "$(usex rbd-rwl)")
-		-DWITH_SYSTEM_BOOST:BOOL=$(usex system-boost)
-		-DWITH_SYSTEM_ROCKSDB:BOOL=ON
-		-DWITH_RDMA:BOOL=$(usex rdma)
-		-DCMAKE_INSTALL_DOCDIR:PATH="${EPREFIX}/usr/share/doc/${PN}-${PVR}"
-		-DCMAKE_INSTALL_SYSCONFDIR:PATH="${EPREFIX}/etc"
-		-Wno-dev
-	)
-
-	# this breaks when re-configuring for python impl
-	if [[ ${EBUILD_PHASE} == configure ]]; then
-		mycmakeargs+=(
-			-DWITH_JAEGER:BOOL=$(usex jaeger)
-		)
-	else
-		mycmakeargs+=(
-			-DWITH_RADOSGW_SELECT_PARQUET:BOOL=OFF
-		)
-	fi
-
-	# conditionally used cmake args
-	use test && mycmakearts+=( -DWITH_SYSTEM_GTEST:BOOL=$(usex test) )
-	use systemd && mycmakeargs+=( -DCMAKE_INSTALL_SYSTEMD_SERVICEDIR:PATH=$(systemd_get_systemunitdir) )
-
-	if use amd64 || use x86; then
-		local flag
-		for flag in "${CPU_FLAGS_X86[@]}"; do
-			case "${flag}" in
-				avx*)
-					local var=${flag%f}
-					mycmakeargs+=(
-						"-DHAVE_NASM_X64_${var^^}:BOOL=$(usex cpu_flags_x86_${flag})"
-					)
-				;;
-				*) mycmakeargs+=(
-						"-DHAVE_INTEL_${flag^^}:BOOL=$(usex cpu_flags_x86_${flag})"
-					);;
-			esac
-		done
-	fi
-
-	# needed for >=glibc-2.32
-	has_version '>=sys-libs/glibc-2.32' && mycmakeargs+=( -DWITH_REENTRANT_STRSIGNAL:BOOL=ON )
-
-	rm -f "${BUILD_DIR:-${S}}/CMakeCache.txt" \
-		|| die "failed to remove cmake cache"
-
-	cmake_src_configure
-
-	# bug #630232
-	sed -i "s:\"${T//:\\:}/${EPYTHON}/bin/python\":\"${PYTHON}\":" \
-		"${BUILD_DIR:-${S}}"/include/acconfig.h \
-		|| die "sed failed"
-}
-
-src_configure() {
-	use custom-cflags || strip-flags
-	ceph_src_configure
-}
-
-src_compile() {
-	cmake_build VERBOSE=1 all
-
-	# we have to do this here to prevent from building everything multiple times
-	python_copy_sources
-	python_foreach_impl python_compile
-}
-
-python_compile() {
-	local CMAKE_USE_DIR="${S}"
-	ceph_src_configure
-
-	pushd "${BUILD_DIR}/src/pybind" >/dev/null || die
-	cmake_build VERBOSE=1 clean
-	cmake_build VERBOSE=1 all
-
-	# python modules are only compiled with "make install" so we need to do this to
-	# prevent doing a bunch of compilation in src_install
-	DESTDIR="${T}" cmake_build VERBOSE=1 install
-	popd >/dev/null || die
-}
-
-src_install() {
-	python_foreach_impl python_install
-
-	python_setup
-	cmake_src_install
-
-	find "${ED}" -name '*.la' -type f -delete || die
-
-	exeinto /usr/$(get_libdir)/ceph
-	newexe "${BUILD_DIR}/bin/init-ceph" init-ceph
-
-	insinto /etc/logrotate.d/
-	newins "${FILESDIR}"/ceph.logrotate-r2 ${PN}
-
-	keepdir /var/lib/${PN}{,/tmp} /var/log/ceph/stat /var/log/ceph/console
-
-	fowners -R ceph:ceph /var/log/ceph
-
-	newinitd "${FILESDIR}/rbdmap.initd-r1" rbdmap
-	newinitd "${FILESDIR}/${PN}.initd-r13" ${PN}
-	newconfd "${FILESDIR}/${PN}.confd-r5" ${PN}
-
-	insinto /etc/sudoers.d
-	doins sudoers.d/*
-
-	insinto /etc/sysctl.d
-	newins "${FILESDIR}"/sysctld 90-${PN}.conf
-
-	use tcmalloc && newenvd "${FILESDIR}"/envd-tcmalloc 99${PN}-tcmalloc
-
-	# units aren't installed by the build system unless systemd is enabled
-	# so no point installing these with the USE flag disabled
-	if use systemd; then
-		systemd_install_serviced "${FILESDIR}/ceph-mds_at.service.conf" "ceph-mds@.service"
-		systemd_install_serviced "${FILESDIR}/ceph-osd_at.service.conf" "ceph-osd@.service"
-	fi
-
-	udev_dorules udev/*.rules
-	newtmpfiles "${FILESDIR}"/ceph-tmpfilesd ${PN}.conf
-
-	readme.gentoo_create_doc
-
-	# bug #630232
-	sed -i -r "s:${T//:/\\:}/${EPYTHON}:/usr:" "${ED}"/usr/bin/ceph{,-crash} \
-		|| die "sed failed"
-
-	python_fix_shebang "${ED}"/usr/{,s}bin/
-
-	# python_fix_shebang apparently is not idempotent
-	local shebang_regex='(/usr/lib/python-exec/python[0-9]\.[0-9]/python)[0-9]\.[0-9]'
-	grep -r -E -l --null "${shebang_regex}" "${ED}"/usr/{s,}bin/ \
-		| xargs --null --no-run-if-empty -- sed -i -r  "s:${shebang_regex}:\1:" || die
-
-	local -a rados_classes=( "${ED}/usr/$(get_libdir)/rados-classes"/* )
-	dostrip -x "${rados_classes[@]#${ED}}"
-}
-
-python_install() {
-	local CMAKE_USE_DIR="${S}"
-	pushd "${BUILD_DIR}/src/pybind" >/dev/null || die
-	DESTDIR="${ED}" cmake_build VERBOSE=1 install
-	popd >/dev/null || die
-
-	python_optimize
-}
-
-pkg_postinst() {
-	readme.gentoo_print_elog
-	tmpfiles_process ${PN}.conf
-	udev_reload
-}
-
-pkg_postrm() {
-	udev_reload
-}


             reply	other threads:[~2023-05-01 17:45 UTC|newest]

Thread overview: 286+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-01 17:45 Patrick McLean [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-25  6:36 [gentoo-commits] repo/gentoo:master commit in: sys-cluster/ceph/ Sam James
2025-01-08 20:46 Arthur Zamarin
2025-01-08 20:44 Arthur Zamarin
2024-12-01 12:52 Sam James
2024-11-01 19:13 Andreas K. Hüttel
2024-10-04 11:54 Patrick Lauer
2024-10-04 11:49 Sam James
2024-10-04  9:50 Jakov Smolić
2024-10-04  6:59 Patrick Lauer
2024-10-04  6:57 Patrick Lauer
2024-10-04  6:57 Patrick Lauer
2024-10-01  9:32 Patrick Lauer
2024-08-02  7:03 Patrick Lauer
2024-08-01 16:47 Patrick Lauer
2024-08-01 13:47 Patrick Lauer
2024-08-01 10:09 Patrick Lauer
2024-07-30 12:29 Patrick Lauer
2024-07-30 12:29 Patrick Lauer
2024-06-03  7:16 Patrick Lauer
2024-06-03  6:44 Patrick Lauer
2024-04-01 17:55 Patrick McLean
2024-03-26 18:19 Patrick McLean
2024-03-16 17:32 Patrick McLean
2024-03-12 21:39 Patrick McLean
2024-03-06  2:14 Patrick McLean
2024-03-06  2:14 Patrick McLean
2024-03-06  0:14 Patrick McLean
2024-01-20 12:36 Sam James
2024-01-08 12:28 Sam James
2024-01-08 12:03 Sam James
2024-01-08  9:48 Sam James
2024-01-03 18:52 Arthur Zamarin
2023-12-28  2:57 Sam James
2023-12-22  7:21 Arthur Zamarin
2023-11-05 19:19 Arthur Zamarin
2023-09-13  5:47 Sam James
2023-09-12  1:24 Patrick McLean
2023-08-10 21:02 Patrick McLean
2023-06-28  7:37 Sam James
2023-06-26 19:50 Sam James
2023-06-08  0:07 Patrick McLean
2023-06-06 10:05 Sam James
2023-06-03  1:54 Sam James
2023-05-10  0:07 Patrick McLean
2023-05-01 13:43 Sam James
2023-05-01 13:19 Sam James
2023-05-01 12:49 Sam James
2023-05-01  1:43 Sam James
2023-04-22  2:13 Patrick McLean
2023-04-17 17:52 Patrick McLean
2023-04-11 23:28 Patrick McLean
2023-03-17 17:49 Patrick McLean
2023-03-17 17:49 Patrick McLean
2023-03-14 18:51 Patrick McLean
2023-02-02 18:50 Patrick McLean
2023-01-26  0:20 Patrick McLean
2023-01-20  1:37 Sam James
2023-01-18 22:44 Sam James
2022-12-07 13:52 David Seifert
2022-12-07 13:52 David Seifert
2022-11-15 20:09 Michał Górny
2022-10-31 18:07 Patrick McLean
2022-09-04 13:03 David Seifert
2022-09-04 12:23 David Seifert
2022-08-24 17:10 Patrick McLean
2022-08-23 19:26 Sam James
2022-08-23 19:04 Patrick McLean
2022-08-23  9:09 罗百科
2022-08-22 20:29 Patrick McLean
2022-08-12 20:29 Patrick McLean
2022-08-10 20:21 Patrick McLean
2022-08-03  5:23 Patrick McLean
2022-07-22 20:25 Patrick McLean
2022-07-22 20:25 Patrick McLean
2022-07-22 20:25 Patrick McLean
2022-07-13  1:41 Patrick McLean
2022-07-07 18:33 Patrick McLean
2022-07-07 18:32 Patrick McLean
2022-05-19 16:23 Patrick McLean
2022-05-17 21:31 Patrick McLean
2022-05-05  7:32 Arthur Zamarin
2022-05-04 23:31 Sam James
2022-05-04 23:24 Patrick McLean
2022-05-04 23:18 Patrick McLean
2022-05-04 23:17 Patrick McLean
2022-04-29  0:31 Patrick McLean
2022-04-28  1:44 Yixun Lan
2022-03-03  2:46 Matt Turner
2022-03-03  2:00 Patrick McLean
2022-03-03  1:52 Patrick McLean
2022-03-03  1:52 Patrick McLean
2022-02-01 19:02 Michał Górny
2022-01-06 10:39 David Seifert
2021-12-08 19:21 Patrick McLean
2021-11-26 20:20 Patrick McLean
2021-11-26 19:46 Patrick McLean
2021-11-26 19:36 Patrick McLean
2021-11-03 17:06 Patrick McLean
2021-10-29 21:18 Patrick McLean
2021-10-23  0:22 Patrick McLean
2021-09-22  6:54 Agostino Sarubbo
2021-09-17  1:20 Patrick McLean
2021-09-02  1:49 Patrick McLean
2021-07-30 23:31 Sam James
2021-07-20  2:43 Sam James
2021-07-13 18:39 Patrick McLean
2021-07-10 18:54 Sam James
2021-07-01  0:51 Patrick McLean
2021-06-18 19:18 David Seifert
2021-06-08 17:22 Patrick McLean
2021-05-31 21:30 Michał Górny
2021-05-26 20:55 Thomas Deutschmann
2021-05-24 20:44 Sam James
2021-05-14  1:10 Patrick McLean
2021-05-06 20:46 Patrick McLean
2021-04-20 22:38 Patrick McLean
2021-04-03  4:20 Patrick McLean
2021-03-31  1:57 Patrick McLean
2021-03-25 19:07 Patrick McLean
2021-03-20  6:56 Patrick McLean
2021-03-16  0:44 Patrick McLean
2021-03-12 19:05 Patrick McLean
2021-03-02  3:32 Patrick McLean
2021-03-02  3:32 Patrick McLean
2021-02-27  2:48 Patrick McLean
2021-02-26  0:44 Patrick McLean
2021-01-20 22:09 Patrick McLean
2021-01-01 23:00 Sam James
2020-12-21 20:20 Patrick McLean
2020-12-21 20:20 Patrick McLean
2020-12-12 19:58 Patrick McLean
2020-12-01  3:27 Patrick McLean
2020-11-26 17:25 Sam James
2020-11-25  5:34 Patrick McLean
2020-11-25  4:47 Patrick McLean
2020-11-25  4:45 Patrick McLean
2020-11-24  2:54 Patrick McLean
2020-11-20 22:26 Sam James
2020-11-19  7:29 Patrick McLean
2020-11-19  7:29 Patrick McLean
2020-11-09 16:06 Ulrich Müller
2020-11-09 14:59 Benda XU
2020-11-03  0:15 Patrick McLean
2020-10-22 18:34 Patrick McLean
2020-09-16 23:52 Patrick McLean
2020-09-16 23:52 Patrick McLean
2020-08-14 23:22 Andreas Sturmlechner
2020-08-11 22:45 Patrick McLean
2020-07-24 18:42 Patrick McLean
2020-07-01  0:11 Patrick McLean
2020-06-01  6:41 Georgy Yakovlev
2020-05-31 19:00 Patrick McLean
2020-05-18 23:19 Patrick McLean
2020-04-23 20:48 Patrick McLean
2020-04-23 20:44 Patrick McLean
2020-04-23 20:44 Patrick McLean
2020-04-23 20:44 Patrick McLean
2020-04-23 20:44 Patrick McLean
2020-04-15 21:59 Patrick McLean
2020-04-15 21:58 Patrick McLean
2020-04-14 17:26 Patrick McLean
2020-04-08  2:20 Patrick McLean
2020-04-03  7:05 Patrick McLean
2020-02-25  8:17 Georgy Yakovlev
2020-02-25  2:05 Patrick McLean
2020-02-05 20:01 Patrick McLean
2020-02-05 19:57 Patrick McLean
2020-02-05 19:57 Patrick McLean
2020-02-05 19:57 Patrick McLean
2020-02-03 22:53 Patrick McLean
2020-01-26 17:11 Michał Górny
2020-01-15  7:20 Michał Górny
2020-01-14  0:10 Patrick McLean
2019-12-21  9:09 Georgy Yakovlev
2019-11-21  2:12 Patrick McLean
2019-11-14  1:01 Patrick McLean
2019-11-09  0:21 Patrick McLean
2019-09-17 22:57 Patrick McLean
2019-05-15 13:25 Patrick Lauer
2019-04-29 22:57 Patrick McLean
2019-04-29 22:57 Patrick McLean
2019-04-17 18:07 Aaron Bauman
2019-04-17  1:36 Patrick McLean
2019-04-17  1:26 Patrick McLean
2019-04-15 23:35 Patrick McLean
2019-04-15 23:33 Patrick McLean
2019-04-15 23:29 Patrick McLean
2019-04-06 12:45 Agostino Sarubbo
2019-03-22 23:07 Patrick McLean
2019-03-21 17:15 Patrick McLean
2019-03-21 17:15 Patrick McLean
2019-03-15 21:18 Patrick McLean
2019-03-15 21:18 Patrick McLean
2019-03-15 21:18 Patrick McLean
2019-02-01  2:38 Patrick McLean
2019-01-08 18:26 Patrick McLean
2018-11-30  1:28 Patrick McLean
2018-11-08  1:51 Patrick McLean
2018-10-31 22:33 Patrick McLean
2018-10-31 22:33 Patrick McLean
2018-10-25 23:27 Patrick McLean
2018-10-20 12:11 Mikle Kolyada
2018-10-19 17:52 Thomas Deutschmann
2018-10-14 11:40 Pacho Ramos
2018-10-14 10:18 Pacho Ramos
2018-09-05 23:48 Patrick McLean
2018-09-05 23:48 Patrick McLean
2018-08-16 23:19 Mikle Kolyada
2018-08-09 22:19 Patrick McLean
2018-07-31 23:54 Patrick McLean
2018-07-31 23:54 Patrick McLean
2018-07-31 23:54 Patrick McLean
2018-07-31 23:54 Patrick McLean
2018-07-31 23:54 Patrick McLean
2018-07-31 23:54 Patrick McLean
2018-07-31 23:54 Patrick McLean
2018-07-31 23:54 Patrick McLean
2018-07-31 23:54 Patrick McLean
2018-07-31 23:54 Patrick McLean
2018-07-31 23:54 Patrick McLean
2018-07-31 23:54 Patrick McLean
2018-07-17 20:57 Patrick McLean
2018-07-11 13:36 Mikle Kolyada
2018-07-11  0:57 Thomas Deutschmann
2018-07-11  0:43 Patrick McLean
2018-07-11  0:43 Patrick McLean
2018-07-03  0:19 Patrick McLean
2018-06-17 20:34 David Seifert
2018-06-13 17:52 Patrick McLean
2018-04-24 22:28 Patrick McLean
2018-04-15  8:38 Michał Górny
2018-03-06 19:59 Patrick McLean
2018-03-03  9:47 Michał Górny
2017-12-23 20:01 Patrick McLean
2017-12-23 20:01 Patrick McLean
2017-10-06 21:03 Patrick McLean
2017-10-06 21:03 Patrick McLean
2017-09-21 18:36 Patrick McLean
2017-09-01  3:55 Zac Medico
2017-07-31 20:31 Patrick McLean
2017-07-30  9:23 Michał Górny
2017-07-27 21:27 Patrick McLean
2017-07-27 21:27 Patrick McLean
2017-07-11  2:18 Patrick McLean
2017-07-10  9:10 Alexis Ballier
2017-04-11 22:17 Patrick McLean
2017-02-28 18:11 Patrick McLean
2017-02-28  4:30 Patrick McLean
2017-02-28  0:13 Patrick McLean
2017-02-28  0:13 Patrick McLean
2016-12-12 12:51 Yixun Lan
2016-12-08  5:58 Yixun Lan
2016-11-20 13:08 Agostino Sarubbo
2016-11-20 13:04 Agostino Sarubbo
2016-11-04  3:02 Yixun Lan
2016-11-04  3:02 Yixun Lan
2016-11-04  3:02 Yixun Lan
2016-11-03 15:50 Patrick McLean
2016-10-14 19:04 Patrick McLean
2016-10-14 18:19 Patrick McLean
2016-10-04 10:07 Alexis Ballier
2016-07-01 17:55 Patrick McLean
2016-07-01  8:30 Agostino Sarubbo
2016-07-01  8:29 Agostino Sarubbo
2016-06-30 23:55 Patrick McLean
2016-06-17 16:27 Alexis Ballier
2016-06-17 16:27 Alexis Ballier
2016-06-17 16:27 Alexis Ballier
2016-06-17 11:39 Alexis Ballier
2016-06-16 10:57 Yixun Lan
2016-05-12 21:05 Patrick McLean
2016-05-12 19:02 Patrick McLean
2016-05-12 19:02 Patrick McLean
2016-05-12 19:02 Patrick McLean
2016-03-15  3:21 Yixun Lan
2016-02-18  4:24 Yixun Lan
2015-12-04 23:26 Robin H. Johnson
2015-11-05  8:15 Yixun Lan
2015-10-21  2:04 Yixun Lan
2015-10-20  9:56 Yixun Lan
2015-10-14 21:24 Patrick McLean
2015-10-14 21:24 Patrick McLean
2015-09-25  8:11 Justin Lecher
2015-09-24  8:34 Sergey Popov
2015-09-02  6:18 Yixun Lan

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=1682963118.132a35617b7e943d6800d8decd02df0450d3bddf.chutzpah@gentoo \
    --to=chutzpah@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