From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/vulkan-tools/
Date: Sun, 07 Sep 2025 18:18:40 +0000 (UTC) [thread overview]
Message-ID: <1757268865.074a57e97d283999bfe0def5ae9791749f1da303.mattst88@gentoo> (raw)
commit: 074a57e97d283999bfe0def5ae9791749f1da303
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 7 18:12:59 2025 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Sep 7 18:14:25 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=074a57e9
dev-util/vulkan-tools: Drop old versions
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
dev-util/vulkan-tools/Manifest | 1 -
.../vulkan-tools/vulkan-tools-1.4.313.0-r1.ebuild | 84 ----------------------
.../vulkan-tools/vulkan-tools-1.4.313.0.ebuild | 81 ---------------------
.../vulkan-tools/vulkan-tools-1.4.321.0.ebuild | 84 ----------------------
4 files changed, 250 deletions(-)
diff --git a/dev-util/vulkan-tools/Manifest b/dev-util/vulkan-tools/Manifest
index f73872c56e16..e7fac22972e6 100644
--- a/dev-util/vulkan-tools/Manifest
+++ b/dev-util/vulkan-tools/Manifest
@@ -1,2 +1 @@
-DIST vulkan-tools-1.4.313.0.tar.gz 799592 BLAKE2B 2826a170f6ef4eec686ce208570bd6ccd7d5f800543876e65b7207a86bfc704c7a92683110c21f1f05bed004a2452f9ca63227b1a50da07b50b6a13a7247be0d SHA512 7aed7191e5d9c27a7c710258bc92ccec8809f736a96d7b5e4eef756bf9e64c7c63987746edf180321acc9f60760451eef32e1578c9d100c1c6e9785ac9fbc6bb
DIST vulkan-tools-1.4.321.0.tar.gz 807441 BLAKE2B 81ead6eabd9089203d4f092693f6aafba0e4ffd4f6e8fa0d8f5442353efdfb390314d366a67d842d87a9cb2db5a0d24d30f1455cfc3eedfe6dffe34f4c79c670 SHA512 163b6348064b807ae22ed14945d558fdb18789af22f4bca4dcd017699eef41bae4ca86114297c02f6caed7206882676fca9bc58b9acdae2db46356d266af307a
diff --git a/dev-util/vulkan-tools/vulkan-tools-1.4.313.0-r1.ebuild b/dev-util/vulkan-tools/vulkan-tools-1.4.313.0-r1.ebuild
deleted file mode 100644
index 979d8be9b121..000000000000
--- a/dev-util/vulkan-tools/vulkan-tools-1.4.313.0-r1.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PN=Vulkan-Tools
-PYTHON_COMPAT=( python3_{11..14} )
-inherit cmake-multilib python-any-r1
-
-if [[ ${PV} == *9999* ]]; then
- EGIT_REPO_URI="https://github.com/KhronosGroup/${MY_PN}.git"
- EGIT_SUBMODULES=()
- inherit git-r3
-else
- SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/vulkan-sdk-${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv"
- S="${WORKDIR}"/${MY_PN}-vulkan-sdk-${PV}
-fi
-
-DESCRIPTION="Official Vulkan Tools and Utilities for Windows, Linux, Android, and MacOS"
-HOMEPAGE="https://github.com/KhronosGroup/Vulkan-Tools"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="cube wayland test X"
-RESTRICT="!test? ( test )"
-
-BDEPEND="${PYTHON_DEPS}
- cube? ( ~dev-util/glslang-${PV}:=[${MULTILIB_USEDEP}] )
-"
-RDEPEND="
- wayland? ( dev-libs/wayland[${MULTILIB_USEDEP}] )
- X? (
- x11-libs/libX11[${MULTILIB_USEDEP}]
- x11-libs/libxcb:=[${MULTILIB_USEDEP}]
- )
-"
-DEPEND="${RDEPEND}
- ~dev-util/vulkan-headers-${PV}
- X? ( x11-libs/libXrandr[${MULTILIB_USEDEP}] )
- test? ( ~media-libs/vulkan-loader-${PV}[${MULTILIB_USEDEP},wayland?,X?] )
-"
-
-pkg_setup() {
- MULTILIB_CHOST_TOOLS=(
- /usr/bin/vulkaninfo
- )
-
- use cube && MULTILIB_CHOST_TOOLS+=(
- /usr/bin/vkcube
- /usr/bin/vkcubepp
- )
-
- python-any-r1_pkg_setup
-}
-
-multilib_src_configure() {
- local mycmakeargs=(
- -DCMAKE_C_FLAGS="${CFLAGS} -DNDEBUG"
- -DCMAKE_CXX_FLAGS="${CXXFLAGS} -DNDEBUG -DGIT_BRANCH_NAME=\\\"gentoo\\\" -DGIT_TAG_INFO=\\\"${PV//./_}\\\""
- -DCMAKE_DISABLE_FIND_PACKAGE_Git=ON
- -DCMAKE_SKIP_RPATH=ON
- -DBUILD_VULKANINFO=ON
- -DBUILD_CUBE=$(usex cube)
- -DBUILD_TESTS=$(usex test)
- -DBUILD_WERROR=OFF
- -DBUILD_WSI_WAYLAND_SUPPORT=$(usex wayland)
- -DBUILD_WSI_XCB_SUPPORT=$(usex X)
- -DBUILD_WSI_XLIB_SUPPORT=$(usex X)
- -DVULKAN_HEADERS_INSTALL_DIR="${ESYSROOT}/usr"
- )
-
- cmake_src_configure
-}
-
-pkg_postinst() {
- if use cube; then
- einfo "As of version 1.4.304.0, the window system for 'vkcube' and 'vkcubepp'"
- einfo "can be selected at runtime using the '--wsi' runtime argument."
- einfo "For example, Wayland can be selected using '--wsi wayland'."
- einfo "As such, 'vkcube-wayland' has been removed and the runtime argument"
- einfo "must be used instead. See 'vkcube --help' for more information."
- fi
-}
diff --git a/dev-util/vulkan-tools/vulkan-tools-1.4.313.0.ebuild b/dev-util/vulkan-tools/vulkan-tools-1.4.313.0.ebuild
deleted file mode 100644
index ac122ce6ce15..000000000000
--- a/dev-util/vulkan-tools/vulkan-tools-1.4.313.0.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PN=Vulkan-Tools
-PYTHON_COMPAT=( python3_{11..14} )
-inherit cmake-multilib python-any-r1
-
-if [[ ${PV} == *9999* ]]; then
- EGIT_REPO_URI="https://github.com/KhronosGroup/${MY_PN}.git"
- EGIT_SUBMODULES=()
- inherit git-r3
-else
- SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/vulkan-sdk-${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv"
- S="${WORKDIR}"/${MY_PN}-vulkan-sdk-${PV}
-fi
-
-DESCRIPTION="Official Vulkan Tools and Utilities for Windows, Linux, Android, and MacOS"
-HOMEPAGE="https://github.com/KhronosGroup/Vulkan-Tools"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="cube wayland X"
-
-BDEPEND="${PYTHON_DEPS}
- cube? ( ~dev-util/glslang-${PV}:=[${MULTILIB_USEDEP}] )
-"
-RDEPEND="
- ~media-libs/vulkan-loader-${PV}[${MULTILIB_USEDEP},wayland?,X?]
- wayland? ( dev-libs/wayland[${MULTILIB_USEDEP}] )
- X? (
- x11-libs/libX11[${MULTILIB_USEDEP}]
- x11-libs/libxcb:=[${MULTILIB_USEDEP}]
- )
-"
-DEPEND="${RDEPEND}
- ~dev-util/vulkan-headers-${PV}
- X? ( x11-libs/libXrandr[${MULTILIB_USEDEP}] )
-"
-
-pkg_setup() {
- MULTILIB_CHOST_TOOLS=(
- /usr/bin/vulkaninfo
- )
-
- use cube && MULTILIB_CHOST_TOOLS+=(
- /usr/bin/vkcube
- /usr/bin/vkcubepp
- )
-
- python-any-r1_pkg_setup
-}
-
-multilib_src_configure() {
- local mycmakeargs=(
- -DCMAKE_C_FLAGS="${CFLAGS} -DNDEBUG"
- -DCMAKE_CXX_FLAGS="${CXXFLAGS} -DNDEBUG"
- -DCMAKE_SKIP_RPATH=ON
- -DBUILD_VULKANINFO=ON
- -DBUILD_CUBE=$(usex cube)
- -DBUILD_WERROR=OFF
- -DBUILD_WSI_WAYLAND_SUPPORT=$(usex wayland)
- -DBUILD_WSI_XCB_SUPPORT=$(usex X)
- -DBUILD_WSI_XLIB_SUPPORT=$(usex X)
- -DVULKAN_HEADERS_INSTALL_DIR="${ESYSROOT}/usr"
- )
-
- cmake_src_configure
-}
-
-pkg_postinst() {
- if use cube; then
- einfo "As of version 1.4.304.0, the window system for 'vkcube' and 'vkcubepp'"
- einfo "can be selected at runtime using the '--wsi' runtime argument."
- einfo "For example, Wayland can be selected using '--wsi wayland'."
- einfo "As such, 'vkcube-wayland' has been removed and the runtime argument"
- einfo "must be used instead. See 'vkcube --help' for more information."
- fi
-}
diff --git a/dev-util/vulkan-tools/vulkan-tools-1.4.321.0.ebuild b/dev-util/vulkan-tools/vulkan-tools-1.4.321.0.ebuild
deleted file mode 100644
index 43fda15cc2f5..000000000000
--- a/dev-util/vulkan-tools/vulkan-tools-1.4.321.0.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PN=Vulkan-Tools
-PYTHON_COMPAT=( python3_{11..14} )
-inherit cmake-multilib python-any-r1
-
-if [[ ${PV} == *9999* ]]; then
- EGIT_REPO_URI="https://github.com/KhronosGroup/${MY_PN}.git"
- EGIT_SUBMODULES=()
- inherit git-r3
-else
- SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/vulkan-sdk-${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv"
- S="${WORKDIR}"/${MY_PN}-vulkan-sdk-${PV}
-fi
-
-DESCRIPTION="Official Vulkan Tools and Utilities for Windows, Linux, Android, and MacOS"
-HOMEPAGE="https://github.com/KhronosGroup/Vulkan-Tools"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="cube wayland test X"
-RESTRICT="!test? ( test )"
-
-BDEPEND="${PYTHON_DEPS}
- cube? ( ~dev-util/glslang-${PV}:=[${MULTILIB_USEDEP}] )
-"
-RDEPEND="
- wayland? ( dev-libs/wayland[${MULTILIB_USEDEP}] )
- X? (
- x11-libs/libX11[${MULTILIB_USEDEP}]
- x11-libs/libxcb:=[${MULTILIB_USEDEP}]
- )
-"
-DEPEND="${RDEPEND}
- ~dev-util/vulkan-headers-${PV}
- X? ( x11-libs/libXrandr[${MULTILIB_USEDEP}] )
- test? ( ~media-libs/vulkan-loader-${PV}[${MULTILIB_USEDEP},wayland?,X?] )
-"
-
-pkg_setup() {
- MULTILIB_CHOST_TOOLS=(
- /usr/bin/vulkaninfo
- )
-
- use cube && MULTILIB_CHOST_TOOLS+=(
- /usr/bin/vkcube
- /usr/bin/vkcubepp
- )
-
- python-any-r1_pkg_setup
-}
-
-multilib_src_configure() {
- local mycmakeargs=(
- -DCMAKE_C_FLAGS="${CFLAGS} -DNDEBUG"
- -DCMAKE_CXX_FLAGS="${CXXFLAGS} -DNDEBUG -DGIT_BRANCH_NAME=\\\"gentoo\\\" -DGIT_TAG_INFO=\\\"${PV//./_}\\\""
- -DCMAKE_DISABLE_FIND_PACKAGE_Git=ON
- -DCMAKE_SKIP_RPATH=ON
- -DBUILD_VULKANINFO=ON
- -DBUILD_CUBE=$(usex cube)
- -DBUILD_TESTS=$(usex test)
- -DBUILD_WERROR=OFF
- -DBUILD_WSI_WAYLAND_SUPPORT=$(usex wayland)
- -DBUILD_WSI_XCB_SUPPORT=$(usex X)
- -DBUILD_WSI_XLIB_SUPPORT=$(usex X)
- -DVULKAN_HEADERS_INSTALL_DIR="${ESYSROOT}/usr"
- )
-
- cmake_src_configure
-}
-
-pkg_postinst() {
- if use cube; then
- einfo "As of version 1.4.304.0, the window system for 'vkcube' and 'vkcubepp'"
- einfo "can be selected at runtime using the '--wsi' runtime argument."
- einfo "For example, Wayland can be selected using '--wsi wayland'."
- einfo "As such, 'vkcube-wayland' has been removed and the runtime argument"
- einfo "must be used instead. See 'vkcube --help' for more information."
- fi
-}
next reply other threads:[~2025-09-07 18:18 UTC|newest]
Thread overview: 270+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-07 18:18 Matt Turner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-10-09 12:28 [gentoo-commits] repo/gentoo:master commit in: dev-util/vulkan-tools/ Nick Sarnie
2025-08-23 8:25 Sam James
2025-08-23 8:25 Sam James
2025-08-19 22:20 Sam James
2025-08-19 22:20 Sam James
2025-08-19 22:20 Sam James
2025-07-31 14:38 Nick Sarnie
2025-07-20 16:40 Matt Turner
2025-07-18 15:58 Sam James
2025-07-18 15:58 Sam James
2025-07-04 12:50 Viorel Munteanu
2025-06-21 3:14 Sam James
2025-06-20 9:33 Sam James
2025-06-16 16:37 Sam James
2025-06-16 16:37 Sam James
2025-05-16 3:16 Matt Turner
2025-05-16 3:16 Matt Turner
2025-05-16 3:16 Matt Turner
2025-04-14 3:45 Matt Turner
2025-04-11 8:39 Sam James
2025-04-11 8:39 Sam James
2025-03-18 15:30 Matt Turner
2025-02-28 15:32 Matt Turner
2025-02-28 7:28 Arthur Zamarin
2025-02-23 23:10 Jakov Smolić
2025-02-23 21:59 Sam James
2025-02-23 21:59 Sam James
2025-02-22 0:27 Sam James
2025-02-22 0:25 Sam James
2025-01-18 22:38 Nick Sarnie
2025-01-18 19:34 Nick Sarnie
2024-11-22 10:20 Sam James
2024-11-21 9:07 Sam James
2024-10-18 8:28 Nick Sarnie
2024-10-02 18:06 Matt Turner
2024-09-17 2:49 Matt Turner
2024-09-13 4:13 Sam James
2024-09-12 20:37 Sam James
2024-09-05 2:04 Sam James
2024-09-04 4:54 Sam James
2024-08-04 19:30 Nick Sarnie
2024-07-11 15:41 Matt Turner
2024-06-16 8:03 Sam James
2024-06-16 4:58 Sam James
2024-06-16 4:58 Sam James
2024-06-16 3:46 Sam James
2024-06-16 3:46 Sam James
2024-05-16 17:18 Matt Turner
2024-05-16 14:53 Matt Turner
2024-05-16 14:53 Matt Turner
2024-05-16 14:45 Arthur Zamarin
2024-05-16 14:43 Arthur Zamarin
2024-05-04 1:32 Sam James
2024-05-04 1:32 Sam James
2024-05-04 0:25 Sam James
2024-04-03 1:52 Matt Turner
2024-04-03 1:52 Matt Turner
2024-03-06 21:51 Matt Turner
2024-03-06 21:51 Matt Turner
2024-03-06 21:51 Matt Turner
2024-03-03 16:59 Matt Turner
2024-03-02 14:38 Arthur Zamarin
2024-02-17 21:17 Sam James
2024-02-16 1:26 Sam James
2024-02-16 0:19 Sam James
2024-02-15 23:51 Sam James
2024-01-29 6:38 WANG Xuerui
2024-01-24 17:00 Matt Turner
2024-01-18 16:47 Jakov Smolić
2024-01-18 4:31 Sam James
2024-01-18 4:31 Sam James
2024-01-18 4:31 Sam James
2024-01-18 4:31 Sam James
2024-01-18 3:33 Nick Sarnie
2024-01-18 3:31 Nick Sarnie
2024-01-18 2:24 Nick Sarnie
2024-01-18 0:51 Nick Sarnie
2024-01-18 0:44 Nick Sarnie
2024-01-18 0:33 Nick Sarnie
2023-12-18 9:01 Arthur Zamarin
2023-12-17 19:22 Arthur Zamarin
2023-12-17 17:46 Arthur Zamarin
2023-12-17 17:46 Arthur Zamarin
2023-12-17 17:45 Arthur Zamarin
2023-11-09 22:57 Nick Sarnie
2023-10-24 17:59 Matt Turner
2023-10-13 14:14 Arthur Zamarin
2023-10-13 9:45 Sam James
2023-10-13 9:45 Sam James
2023-10-13 3:13 Sam James
2023-10-13 3:10 Sam James
2023-09-19 1:16 Nick Sarnie
2023-08-30 0:33 Nick Sarnie
2023-08-16 22:07 Matt Turner
2023-08-04 9:22 Sam James
2023-07-24 20:33 Jakov Smolić
2023-07-24 18:54 Arthur Zamarin
2023-07-24 18:34 Arthur Zamarin
2023-07-24 18:34 Arthur Zamarin
2023-06-26 8:19 Sam James
2023-06-26 8:19 Sam James
2023-06-26 6:27 Jakov Smolić
2023-06-26 6:27 Jakov Smolić
2023-06-26 0:18 Sam James
2023-06-12 1:24 Nick Sarnie
2023-06-12 1:24 Nick Sarnie
2023-05-17 23:35 Nick Sarnie
2023-05-12 22:34 Matt Turner
2023-04-17 23:49 Sam James
2023-04-17 21:16 Sam James
2023-04-17 21:16 Sam James
2023-04-17 17:50 Arthur Zamarin
2023-04-06 6:11 Conrad Kostecki
2023-03-04 22:40 Andreas Sturmlechner
2023-03-04 13:13 Arthur Zamarin
2023-03-03 18:07 Arthur Zamarin
2023-03-03 17:31 Arthur Zamarin
2023-03-03 5:57 Arthur Zamarin
2023-02-22 18:44 Nick Sarnie
2023-02-22 18:20 Andreas Sturmlechner
2023-02-22 18:20 Andreas Sturmlechner
2023-02-08 0:49 Nick Sarnie
2023-02-04 18:19 Arthur Zamarin
2023-02-04 17:38 Arthur Zamarin
2023-02-04 17:38 Arthur Zamarin
2023-02-04 17:37 Arthur Zamarin
2023-02-04 17:37 Arthur Zamarin
2023-02-04 17:07 Nick Sarnie
2022-12-28 21:39 Nick Sarnie
2022-12-28 17:08 Matt Turner
2022-12-05 4:55 Arthur Zamarin
2022-12-04 23:40 Sam James
2022-12-04 22:52 Sam James
2022-12-04 22:49 Sam James
2022-12-04 22:43 Sam James
2022-11-02 0:21 Nick Sarnie
2022-10-31 15:41 Matt Turner
2022-10-13 6:56 Agostino Sarubbo
2022-10-13 6:55 Agostino Sarubbo
2022-10-13 6:54 Agostino Sarubbo
2022-10-13 6:53 Agostino Sarubbo
2022-10-12 23:58 Sam James
2022-09-02 1:15 Nick Sarnie
2022-07-21 11:59 Matt Turner
2022-07-21 7:13 Agostino Sarubbo
2022-07-20 13:44 Agostino Sarubbo
2022-07-20 13:43 Agostino Sarubbo
2022-07-20 13:40 Agostino Sarubbo
2022-07-20 5:37 Sam James
2022-06-22 23:13 Nick Sarnie
2022-06-12 19:36 Matt Turner
2022-06-12 19:36 Matt Turner
2022-06-01 14:20 Jakov Smolić
2022-06-01 14:18 Jakov Smolić
2022-06-01 14:18 Jakov Smolić
2022-06-01 14:18 Jakov Smolić
2022-05-14 3:03 WANG Xuerui
2022-05-14 3:03 WANG Xuerui
2022-05-02 20:55 Matt Turner
2022-04-24 17:47 Arthur Zamarin
2022-04-24 6:30 Agostino Sarubbo
2022-04-22 18:52 Arthur Zamarin
2022-04-22 17:52 Arthur Zamarin
2022-04-22 17:41 Arthur Zamarin
2022-04-19 22:31 Nick Sarnie
2022-02-20 2:09 Nick Sarnie
2021-12-25 15:06 Nick Sarnie
2021-12-25 10:25 Sam James
2021-12-25 1:26 Sam James
2021-12-25 1:22 Sam James
2021-12-25 1:22 Sam James
2021-12-24 22:50 Sam James
2021-12-05 16:16 Nick Sarnie
2021-11-29 23:12 Nick Sarnie
2021-11-26 23:22 Matt Turner
2021-11-14 20:30 Sam James
2021-11-14 2:15 Sam James
2021-11-13 19:50 Sam James
2021-11-13 19:50 Sam James
2021-11-12 22:13 Jakov Smolić
2021-11-07 15:57 Nick Sarnie
2021-09-05 2:05 Nick Sarnie
2021-08-07 19:37 Nick Sarnie
2021-08-06 20:58 Matt Turner
2021-08-06 3:43 Sam James
2021-08-05 14:13 Sam James
2021-08-05 14:13 Sam James
2021-07-04 17:59 Nick Sarnie
2021-06-26 20:19 Matt Turner
2021-06-26 20:19 Matt Turner
2021-06-25 16:39 Marek Szuba
2021-06-07 6:20 Sergei Trofimovich
2021-05-31 14:17 Sam James
2021-05-30 7:21 Sam James
2021-05-27 8:34 Georgy Yakovlev
2021-05-27 2:33 Nick Sarnie
2021-05-06 22:21 Sam James
2021-05-06 10:11 Sam James
2021-05-06 10:09 Sam James
2021-05-06 10:01 Sam James
2021-05-06 9:57 Sam James
2021-03-28 0:37 Nick Sarnie
2021-02-26 5:12 Matt Turner
2021-01-25 14:07 Sam James
2021-01-24 21:52 Sam James
2021-01-24 19:31 Sam James
2021-01-24 13:31 Sam James
2021-01-24 13:31 Sam James
2020-12-17 2:40 Nick Sarnie
2020-12-16 20:09 Matt Turner
2020-12-16 19:50 Sam James
2020-11-07 3:59 Nick Sarnie
2020-08-09 17:52 Matt Turner
2020-07-27 17:36 Sam James
2020-07-12 1:51 Sam James
2020-07-04 12:36 Mart Raudsepp
2020-06-20 15:42 Nick Sarnie
2020-06-17 5:46 Matt Turner
2020-06-15 15:00 Agostino Sarubbo
2020-06-11 1:13 Nick Sarnie
2020-04-29 22:04 Nick Sarnie
2020-04-04 19:26 Nick Sarnie
2020-03-15 21:28 Matt Turner
2020-03-15 21:28 Matt Turner
2020-03-15 21:28 Matt Turner
2020-03-15 21:28 Matt Turner
2020-03-15 21:28 Matt Turner
2020-03-15 21:28 Matt Turner
2020-03-05 7:22 Guilherme Amadio
2020-02-27 4:06 Georgy Yakovlev
2020-02-27 4:06 Georgy Yakovlev
2020-01-26 21:10 Matt Turner
2020-01-03 12:00 Agostino Sarubbo
2019-10-23 1:55 Nick Sarnie
2019-10-23 1:47 Nick Sarnie
2019-10-22 22:50 Nick Sarnie
2019-07-28 22:52 Matt Turner
2019-07-28 22:52 Matt Turner
2019-07-22 17:15 Matt Turner
2019-07-17 10:18 Mikle Kolyada
2019-06-15 23:20 Nick Sarnie
2019-06-15 21:43 Nick Sarnie
2019-06-15 21:43 Nick Sarnie
2019-04-15 1:05 Nick Sarnie
2019-03-09 14:23 Nick Sarnie
2019-03-02 18:51 Nick Sarnie
2019-02-23 1:47 Nick Sarnie
2019-01-25 10:10 Mikle Kolyada
2018-11-30 2:52 Nick Sarnie
2018-11-30 2:47 Nick Sarnie
2018-11-30 2:47 Nick Sarnie
2018-11-09 0:13 Nick Sarnie
2018-09-18 0:13 Nick Sarnie
2018-09-18 0:13 Nick Sarnie
2018-09-01 23:52 Nick Sarnie
2018-09-01 23:37 Nick Sarnie
2018-09-01 23:27 Nick Sarnie
2018-09-01 22:57 Nick Sarnie
2018-08-29 1:20 Nick Sarnie
2018-07-12 2:57 Nick Sarnie
2018-07-12 2:46 Nick Sarnie
2018-07-12 0:42 Nick Sarnie
2018-07-11 1:05 Nick Sarnie
2018-07-11 1:05 Nick Sarnie
2018-06-23 23:02 Nick Sarnie
2018-06-10 3:16 Nick Sarnie
2018-06-02 21:05 Nick Sarnie
2018-06-02 11:34 Nick Sarnie
2018-06-02 11:34 Nick Sarnie
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=1757268865.074a57e97d283999bfe0def5ae9791749f1da303.mattst88@gentoo \
--to=mattst88@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