public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/
Date: Sun, 16 Jun 2024 05:07:05 +0000 (UTC)	[thread overview]
Message-ID: <1718514420.761ff5bc39993492b758d12db4e80935617dbcd9.mgorny@gentoo> (raw)

commit:     761ff5bc39993492b758d12db4e80935617dbcd9
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 16 04:43:28 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jun 16 05:07:00 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=761ff5bc

dev-python/Nuitka: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/Nuitka/Manifest            |  5 ----
 dev-python/Nuitka/Nuitka-2.2.2.ebuild | 52 -----------------------------------
 dev-python/Nuitka/Nuitka-2.2.3.ebuild | 52 -----------------------------------
 dev-python/Nuitka/Nuitka-2.3.1.ebuild | 52 -----------------------------------
 dev-python/Nuitka/Nuitka-2.3.2.ebuild | 52 -----------------------------------
 dev-python/Nuitka/Nuitka-2.3.ebuild   | 52 -----------------------------------
 6 files changed, 265 deletions(-)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index 73a1abc4e6c5..2a7705148b85 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1,6 +1 @@
-DIST Nuitka-2.2.2.tar.gz 3999091 BLAKE2B 1512b0112dfa36c704900b787ac43a24377ab2994d16865d85da0384d2bb29a6dd26a83be270c51c28bcca68dad2398d68096d4dae1ee3f2044a85dad2571d82 SHA512 13f03fb849d83a1fbb10df2fe54f429f8871068942dfe93316460e1abed9149793b6fc1d7b62b1e72fc00de94ae9fd4b218f4ee65ea7668d138700f2bfd94eb2
-DIST Nuitka-2.2.3.tar.gz 3657438 BLAKE2B f01a213f7dff39b6bba50ba21fbd120927caa60c88156aa0e9094339f260008fe18aaec4aabe5f878224516bddde697020ac16795e528b0e0141937565255b0a SHA512 36147901a75fcefad10ec75b66a3c988be9c8d6f54aca0f2f9ab3a8c4b06efc7c1b4eb5af5686675ce7040948f7032c27a93f7ea2429e02b99c2d817c37c72fe
-DIST Nuitka-2.3.1.tar.gz 3668744 BLAKE2B fa2951f4e4f903007b8747748233b5a506d650bd4647f49f3a98e8a352da0ff10b9c2e462062cafe666e91003a47dcd61e4c55b9100fc73d15a5c23ac282a90d SHA512 77caa68117e1bb22b5be1dbe411e1fcd2dfa2fd2dd2e066ea6373c57894df559519dac4c35b4ccddc3c34cb5e061ee6ee5b3feba61e15ebd21975a5b42448599
-DIST Nuitka-2.3.2.tar.gz 3668619 BLAKE2B c48bedbb1aa73ace4c44b4d00748f3bc1d739a710cbf1fa1014520cf8d7e6e747833eaf5608f13e7909414c7feaa6a6d599fb533ba2f5622788241873ea62335 SHA512 2bcdffe24602848850bf3c3c0aa0fda0ecf8d6710e40c2dc00ff8600e0ab97df4aac0f0ef59a14904ec918f525a5a2c5835d34cb2d98e14bf9a6800c37508c3b
 DIST Nuitka-2.3.3.tar.gz 3668441 BLAKE2B 0e661948185490a4e47e71eca8c2cecb116bdea1f3ef2d0a477bae33bcfe5612d262e5fb8c3c9b0e192c8c41c3eee019dbb96a429eb072f05b0b5aeaae46a0f7 SHA512 1ea8f644f84d28bf4720f0fdc49204e93607a233c7e921eb006d1c09d6893d299d67d623ced0cd0b57bbe5056d108155f43e1de3d481c5c18f392dca321e9c4b
-DIST Nuitka-2.3.tar.gz 3663624 BLAKE2B 14d11b529322710e1c733661447dda38b5c2140fa924f3a510b710fd9191c194f36a8340c7a6908bfcba62844b3e76604725b5e41e239a1097b9e6b91664b943 SHA512 2bdfd4970f024e1f035f231d3f11f417228d12c33929c2625f05ff410500f1f7903b4c7dca4493374b13acb615b00fd555239d59eda661b1e27b0a3facc7bd5e

diff --git a/dev-python/Nuitka/Nuitka-2.2.2.ebuild b/dev-python/Nuitka/Nuitka-2.2.2.ebuild
deleted file mode 100644
index 123acd66de1f..000000000000
--- a/dev-python/Nuitka/Nuitka-2.2.2.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 flag-o-matic optfeature pypi
-
-DESCRIPTION="Python to native compiler"
-HOMEPAGE="
-	https://nuitka.net/
-	https://github.com/Nuitka/Nuitka/
-	https://pypi.org/project/Nuitka/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~loong ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	dev-build/scons[${PYTHON_USEDEP}]
-"
-BDEPEND="
-	${RDEPEND}
-	test? ( dev-util/ccache )
-"
-
-distutils-r1_src_prepare() {
-	# remove vendored version of SCons that is Python2 only
-	# this should be removed when upstream removes support for Python2
-	rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
-	eapply_user
-}
-
-python_install() {
-	distutils-r1_python_install
-	doman doc/nuitka.1 doc/nuitka-run.1
-}
-
-python_test() {
-	append-ldflags -Wl,--no-warn-search-mismatch
-	./tests/basics/run_all.py search || die
-}
-
-pkg_postinst() {
-	optfeature "support for stand-alone executables" dev-util/patchelf
-}

diff --git a/dev-python/Nuitka/Nuitka-2.2.3.ebuild b/dev-python/Nuitka/Nuitka-2.2.3.ebuild
deleted file mode 100644
index 123acd66de1f..000000000000
--- a/dev-python/Nuitka/Nuitka-2.2.3.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 flag-o-matic optfeature pypi
-
-DESCRIPTION="Python to native compiler"
-HOMEPAGE="
-	https://nuitka.net/
-	https://github.com/Nuitka/Nuitka/
-	https://pypi.org/project/Nuitka/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~loong ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	dev-build/scons[${PYTHON_USEDEP}]
-"
-BDEPEND="
-	${RDEPEND}
-	test? ( dev-util/ccache )
-"
-
-distutils-r1_src_prepare() {
-	# remove vendored version of SCons that is Python2 only
-	# this should be removed when upstream removes support for Python2
-	rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
-	eapply_user
-}
-
-python_install() {
-	distutils-r1_python_install
-	doman doc/nuitka.1 doc/nuitka-run.1
-}
-
-python_test() {
-	append-ldflags -Wl,--no-warn-search-mismatch
-	./tests/basics/run_all.py search || die
-}
-
-pkg_postinst() {
-	optfeature "support for stand-alone executables" dev-util/patchelf
-}

diff --git a/dev-python/Nuitka/Nuitka-2.3.1.ebuild b/dev-python/Nuitka/Nuitka-2.3.1.ebuild
deleted file mode 100644
index 123acd66de1f..000000000000
--- a/dev-python/Nuitka/Nuitka-2.3.1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 flag-o-matic optfeature pypi
-
-DESCRIPTION="Python to native compiler"
-HOMEPAGE="
-	https://nuitka.net/
-	https://github.com/Nuitka/Nuitka/
-	https://pypi.org/project/Nuitka/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~loong ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	dev-build/scons[${PYTHON_USEDEP}]
-"
-BDEPEND="
-	${RDEPEND}
-	test? ( dev-util/ccache )
-"
-
-distutils-r1_src_prepare() {
-	# remove vendored version of SCons that is Python2 only
-	# this should be removed when upstream removes support for Python2
-	rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
-	eapply_user
-}
-
-python_install() {
-	distutils-r1_python_install
-	doman doc/nuitka.1 doc/nuitka-run.1
-}
-
-python_test() {
-	append-ldflags -Wl,--no-warn-search-mismatch
-	./tests/basics/run_all.py search || die
-}
-
-pkg_postinst() {
-	optfeature "support for stand-alone executables" dev-util/patchelf
-}

diff --git a/dev-python/Nuitka/Nuitka-2.3.2.ebuild b/dev-python/Nuitka/Nuitka-2.3.2.ebuild
deleted file mode 100644
index 123acd66de1f..000000000000
--- a/dev-python/Nuitka/Nuitka-2.3.2.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 flag-o-matic optfeature pypi
-
-DESCRIPTION="Python to native compiler"
-HOMEPAGE="
-	https://nuitka.net/
-	https://github.com/Nuitka/Nuitka/
-	https://pypi.org/project/Nuitka/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~loong ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	dev-build/scons[${PYTHON_USEDEP}]
-"
-BDEPEND="
-	${RDEPEND}
-	test? ( dev-util/ccache )
-"
-
-distutils-r1_src_prepare() {
-	# remove vendored version of SCons that is Python2 only
-	# this should be removed when upstream removes support for Python2
-	rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
-	eapply_user
-}
-
-python_install() {
-	distutils-r1_python_install
-	doman doc/nuitka.1 doc/nuitka-run.1
-}
-
-python_test() {
-	append-ldflags -Wl,--no-warn-search-mismatch
-	./tests/basics/run_all.py search || die
-}
-
-pkg_postinst() {
-	optfeature "support for stand-alone executables" dev-util/patchelf
-}

diff --git a/dev-python/Nuitka/Nuitka-2.3.ebuild b/dev-python/Nuitka/Nuitka-2.3.ebuild
deleted file mode 100644
index 123acd66de1f..000000000000
--- a/dev-python/Nuitka/Nuitka-2.3.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 flag-o-matic optfeature pypi
-
-DESCRIPTION="Python to native compiler"
-HOMEPAGE="
-	https://nuitka.net/
-	https://github.com/Nuitka/Nuitka/
-	https://pypi.org/project/Nuitka/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~loong ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	dev-build/scons[${PYTHON_USEDEP}]
-"
-BDEPEND="
-	${RDEPEND}
-	test? ( dev-util/ccache )
-"
-
-distutils-r1_src_prepare() {
-	# remove vendored version of SCons that is Python2 only
-	# this should be removed when upstream removes support for Python2
-	rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
-	eapply_user
-}
-
-python_install() {
-	distutils-r1_python_install
-	doman doc/nuitka.1 doc/nuitka-run.1
-}
-
-python_test() {
-	append-ldflags -Wl,--no-warn-search-mismatch
-	./tests/basics/run_all.py search || die
-}
-
-pkg_postinst() {
-	optfeature "support for stand-alone executables" dev-util/patchelf
-}


             reply	other threads:[~2024-06-16  5:07 UTC|newest]

Thread overview: 237+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-16  5:07 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-25  4:04 [gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/ Michał Górny
2024-10-16  4:54 Michał Górny
2024-09-17 12:13 Michał Górny
2024-09-17 12:13 Michał Górny
2024-08-27  7:39 Michał Górny
2024-08-27  7:39 Michał Górny
2024-08-16 19:19 Michał Górny
2024-08-01  1:24 Michał Górny
2024-08-01  1:24 Michał Górny
2024-07-30  2:24 Michał Górny
2024-07-24 12:46 Michał Górny
2024-07-22  1:20 Michał Górny
2024-07-22  1:20 Michał Górny
2024-07-21  2:31 Michał Górny
2024-07-03  3:44 Michał Górny
2024-06-27  2:53 Michał Górny
2024-06-27  2:53 Michał Górny
2024-06-21  1:46 Michał Górny
2024-06-19 13:14 Michał Górny
2024-06-16  5:07 Michał Górny
2024-06-12 17:24 Michał Górny
2024-06-12  4:57 Michał Górny
2024-06-10  1:31 Michał Górny
2024-06-09  2:57 Michał Górny
2024-05-31 15:21 Michał Górny
2024-05-17  6:25 Michał Górny
2024-05-17  6:25 Michał Górny
2024-05-15  1:40 Michał Górny
2024-05-06  3:57 Michał Górny
2024-05-06  3:57 Michał Górny
2024-05-01  4:06 Michał Górny
2024-05-01  4:06 Michał Górny
2024-04-20  4:29 Michał Górny
2024-04-06 15:01 Michał Górny
2024-04-06 15:01 Michał Górny
2024-03-29  4:59 Michał Górny
2024-03-22 14:05 Michał Górny
2024-03-22 14:05 Michał Górny
2024-03-14 11:44 Michał Górny
2024-03-12  5:13 Michał Górny
2024-03-04 16:26 Michał Górny
2024-03-04 16:26 Michał Górny
2024-03-02 19:47 Michał Górny
2024-02-27  6:18 Michał Górny
2024-02-26  4:16 Michał Górny
2024-02-19  3:58 Michał Górny
2024-02-14 20:34 Michał Górny
2024-02-09 18:45 Arthur Zamarin
2024-02-03  7:22 Michał Górny
2024-02-03  7:22 Michał Górny
2024-01-26 16:27 Michał Górny
2024-01-08  3:47 Michał Górny
2023-12-31 17:21 Michał Górny
2023-12-30 18:30 Michał Górny
2023-12-15  8:59 Michał Górny
2023-12-11  4:14 Michał Górny
2023-12-02  7:09 Michał Górny
2023-11-28  5:26 Michał Górny
2023-11-28  5:26 Michał Górny
2023-11-24 13:42 Michał Górny
2023-11-23  4:19 Michał Górny
2023-11-11 20:23 Michał Górny
2023-10-30 18:09 Michał Górny
2023-10-30 18:09 Michał Górny
2023-10-09 13:59 Michał Górny
2023-09-29 19:13 Arthur Zamarin
2023-09-19 12:42 Michał Górny
2023-09-12  5:07 Michał Górny
2023-09-02  2:58 Michał Górny
2023-08-14 14:55 Michał Górny
2023-08-14 14:55 Michał Górny
2023-08-05  5:10 Michał Górny
2023-08-03  6:09 Michał Górny
2023-07-27 15:57 Michał Górny
2023-07-24 10:49 Michał Górny
2023-07-24  3:33 Michał Górny
2023-07-15  3:04 Michał Górny
2023-07-15  3:04 Michał Górny
2023-07-12  4:04 Michał Górny
2023-07-10  2:36 Michał Górny
2023-07-09  3:26 Michał Górny
2023-07-06  3:31 Michał Górny
2023-07-05  7:58 Michał Górny
2023-06-29  5:12 Michał Górny
2023-06-25 15:36 Michał Górny
2023-06-25 15:36 Michał Górny
2023-06-21  4:14 Michał Górny
2023-06-10 14:44 Michał Górny
2023-06-10  4:40 Michał Górny
2023-06-07  5:09 Michał Górny
2023-05-31  6:33 Michał Górny
2023-05-18 14:11 Michał Górny
2023-04-26  5:36 Michał Górny
2023-04-13  6:04 Michał Górny
2023-04-08  6:08 Michał Górny
2023-04-06  3:07 Michał Górny
2023-03-26 18:02 Michał Górny
2023-03-17 13:33 Michał Górny
2023-03-15 18:34 Arthur Zamarin
2023-03-15 18:34 Arthur Zamarin
2023-03-12 14:04 Michał Górny
2023-02-21 19:15 Michał Górny
2023-02-14  4:57 Michał Górny
2023-02-13  6:05 Michał Górny
2023-02-13  6:05 Michał Górny
2023-02-12 19:05 Michał Górny
2023-02-11  7:27 Michał Górny
2023-02-08 17:36 Michał Górny
2023-02-05 17:07 Michał Górny
2023-01-31 19:09 Arthur Zamarin
2023-01-30  7:15 Michał Górny
2023-01-27 10:52 Michał Górny
2023-01-17  5:08 Michał Górny
2023-01-17  5:08 Michał Górny
2023-01-11 20:34 Michał Górny
2023-01-07  4:54 Michał Górny
2023-01-02 14:54 Michał Górny
2023-01-02 14:54 Michał Górny
2022-12-29  5:22 Michał Górny
2022-12-27  8:36 Michał Górny
2022-12-24  7:41 Michał Górny
2022-12-23 11:25 Michał Górny
2022-12-23 11:25 Michał Górny
2022-12-23 11:25 [gentoo-commits] repo/gentoo:master commit in: dev-python/nuitka/ Michał Górny
2022-12-16 11:32 Michał Górny
2022-12-16 11:32 Michał Górny
2022-12-08 16:57 Michał Górny
2022-12-04  7:45 Michał Górny
2022-12-04  7:45 Michał Górny
2022-11-26 18:59 Arthur Zamarin
2022-11-26 18:59 Arthur Zamarin
2022-11-21 13:24 Michał Górny
2022-11-17  6:15 Michał Górny
2022-11-15  7:27 Michał Górny
2022-11-09  8:38 Michał Górny
2022-11-04 18:06 Arthur Zamarin
2022-10-28  7:09 Michał Górny
2022-10-21  7:48 Michał Górny
2022-10-21  7:48 Michał Górny
2022-10-14 16:22 Arthur Zamarin
2022-10-13 18:15 Michał Górny
2022-10-13 18:15 Michał Górny
2022-10-10  7:43 Arthur Zamarin
2022-10-05  5:20 Arthur Zamarin
2022-10-02 18:54 Arthur Zamarin
2022-09-30  8:22 Arthur Zamarin
2022-09-26 11:21 Michał Górny
2022-09-25 11:03 Michał Górny
2022-09-23 20:06 Arthur Zamarin
2022-09-23 20:06 Arthur Zamarin
2022-08-27 18:28 Arthur Zamarin
2022-08-21 17:41 Arthur Zamarin
2022-08-11  9:59 Michał Górny
2022-08-08 19:18 Arthur Zamarin
2022-08-08 19:18 Arthur Zamarin
2022-08-04 18:11 Arthur Zamarin
2022-07-30 19:19 Arthur Zamarin
2022-07-18  7:54 Michał Górny
2022-07-18  7:54 Michał Górny
2022-07-17  7:22 Michał Górny
2022-07-08  8:09 Arthur Zamarin
2022-07-03 19:14 Arthur Zamarin
2022-06-30 17:09 Arthur Zamarin
2022-06-29 17:08 Arthur Zamarin
2022-06-23 19:28 Arthur Zamarin
2022-06-16  8:06 Michał Górny
2022-06-08  5:35 Michał Górny
2022-05-30  7:22 Michał Górny
2022-05-27  6:10 Michał Górny
2022-05-24  6:16 Michał Górny
2022-05-21  6:47 Michał Górny
2022-05-16 13:24 Michał Górny
2022-04-03 21:54 Michał Górny
2022-03-20  9:26 Michał Górny
2022-03-14 21:00 Arthur Zamarin
2022-03-14 17:04 Michał Górny
2022-03-09 20:06 Arthur Zamarin
2022-03-09 20:06 Arthur Zamarin
2022-02-28  8:28 Michał Górny
2022-02-25 23:41 Michał Górny
2022-02-20 14:03 Michał Górny
2022-02-13 23:13 Michał Górny
2022-02-03 20:39 Arthur Zamarin
2022-02-02 23:21 Michał Górny
2022-02-02 23:21 Michał Górny
2022-01-20 14:29 Arthur Zamarin
2022-01-16 18:53 Arthur Zamarin
2022-01-16  9:37 Michał Górny
2022-01-16  9:37 Michał Górny
2022-01-12  8:36 Michał Górny
2022-01-10  5:10 Michał Górny
2021-12-30 22:07 Michał Górny
2021-12-21 20:35 Michał Górny
2021-12-16 21:05 Michał Górny
2021-12-16  8:46 Michał Górny
2021-12-09 20:43 Arthur Zamarin
2021-12-06 23:07 Michał Górny
2021-12-02 23:13 Michał Górny
2021-11-15 22:36 Michał Górny
2021-11-14  8:52 Michał Górny
2021-11-10  7:32 Michał Górny
2021-10-29 19:37 Michał Górny
2021-10-25  5:58 Michał Górny
2021-10-17  9:07 Michał Górny
2021-10-14 21:13 Michał Górny
2021-10-06  7:46 Michał Górny
2021-09-29 21:59 Michał Górny
2021-09-27 22:16 Michał Górny
2021-08-26  7:58 Michał Górny
2021-08-26  7:58 Michał Górny
2021-08-10  5:57 Michał Górny
2021-07-02 22:26 Michał Górny
2021-06-24 21:17 Michał Górny
2021-06-07 12:20 Michał Górny
2021-06-02 23:14 Michał Górny
2021-05-25  5:13 Michał Górny
2021-05-25  5:13 Michał Górny
2021-05-23 11:36 Michał Górny
2021-01-24 13:30 Sam James
2021-01-24 13:30 Sam James
2021-01-24 13:30 Sam James
2020-11-09 20:30 Patrice Clement
2020-10-10  7:22 Joonas Niilola
2020-06-24 14:29 Joonas Niilola
2020-06-24 14:29 Joonas Niilola
2020-06-24 14:29 Joonas Niilola
2020-04-21 12:45 Joonas Niilola
2020-04-21 12:45 Joonas Niilola
2020-03-28 11:21 Michał Górny
2020-01-28 15:03 Joonas Niilola
2020-01-28 15:03 Joonas Niilola
2019-08-04 12:06 Joonas Niilola
2019-07-05 15:00 Michał Górny
2019-03-10 22:38 Patrice Clement
2019-01-21 22:51 Patrice Clement
2018-10-22 20:03 Michał Górny

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=1718514420.761ff5bc39993492b758d12db4e80935617dbcd9.mgorny@gentoo \
    --to=mgorny@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