From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mkdocs-material/
Date: Wed, 01 Oct 2025 03:10:52 +0000 (UTC) [thread overview]
Message-ID: <1759288100.9cb21d7b8d198092b678e889e631de4c2c124447.mgorny@gentoo> (raw)
commit: 9cb21d7b8d198092b678e889e631de4c2c124447
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 1 03:06:44 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Oct 1 03:08:20 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cb21d7b
dev-python/mkdocs-material: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/mkdocs-material/Manifest | 4 --
.../mkdocs-material/mkdocs-material-9.6.16.ebuild | 73 ----------------------
.../mkdocs-material/mkdocs-material-9.6.17.ebuild | 73 ----------------------
.../mkdocs-material/mkdocs-material-9.6.18.ebuild | 73 ----------------------
.../mkdocs-material/mkdocs-material-9.6.19.ebuild | 73 ----------------------
5 files changed, 296 deletions(-)
diff --git a/dev-python/mkdocs-material/Manifest b/dev-python/mkdocs-material/Manifest
index 1e2a10567d48..25e9095c2b6a 100644
--- a/dev-python/mkdocs-material/Manifest
+++ b/dev-python/mkdocs-material/Manifest
@@ -1,5 +1 @@
-DIST mkdocs-material-9.6.16.gh.tar.gz 14916715 BLAKE2B f13d548d74870ce31fa99f6b4d76ee93cf31f67b0f04270bfe1c9e71ff2af5266d33c0015e7fa2f6270f1e1505d22a31917f9394086a2cb0c5dd459e489d2970 SHA512 2e62b54b04f4efff49648829a2da3bb43a7303bca38f3a26094355383ec7f190ae35e273ca37b6f86e6d09697312f0acb90e9963771a5f4d4214fcc0a92e8134
-DIST mkdocs-material-9.6.17.gh.tar.gz 14917296 BLAKE2B 27d8d3df60117ef462db61ff3c96f672f3ad890f45532f0d441b34a5f929df26b113839c305a2bd411100de5d2c2fe1f319974ebae7384d09dd17054bd6290a8 SHA512 91cbbaa6ac8087194176c185af34d0a2ae91d690bb959bba2cb4e192efe0e44dc126c15d8508e470ec4583c59e3f0322f69a7c7e08f3594ab7e33d8a7aa0d8c7
-DIST mkdocs-material-9.6.18.gh.tar.gz 14920802 BLAKE2B 317527670f494d970661417f45d6c2e9d26e5fc1cb2d90717beb3063740b4bb3620458270d0af6e491d602641a25d262fccc94d0e57e6c592934324f069eb28c SHA512 eb83fbf2342796ea74b2900575e183e9afc776dfc976fbd33cbe31c51344d7310f32c1308b319b057dfdc4569742b0b24acbd1b4761fecd5f5555d958c2d1630
-DIST mkdocs-material-9.6.19.gh.tar.gz 14930257 BLAKE2B 8df423b011628baf45e1fa8ffb100f10185c24dc86dcd15cb65584249426e56f6569c511b97c728780020dd67bb2a88277ee2812c0d56d4665a8480854d8a71c SHA512 a47d28a99992ce94493f6b835814a317a80eafcd31774778c9ab07bff6e96c2ebe30e685106f1cbe476c2b7c48ef94a5b439914c01a1e64a6cd02c884fd5c896
DIST mkdocs-material-9.6.20.gh.tar.gz 14933529 BLAKE2B bb4bd67e3d29d3528406bfd21f34614b8aa11b442714711c96589afbb3f758a90eaefa7a4784c0ab4d5c6befbb4e1d1625c702237242b488a0c7fc63be367c44 SHA512 2336ede01937aff3bc47117deb96423d2c115430a77343f3de3668898d47240e6d06286b76d9342ac31eac5369cdc9b7f4bf80cbf3a5b49c9dec76c6a547aca3
diff --git a/dev-python/mkdocs-material/mkdocs-material-9.6.16.ebuild b/dev-python/mkdocs-material/mkdocs-material-9.6.16.ebuild
deleted file mode 100644
index 3256577ed188..000000000000
--- a/dev-python/mkdocs-material/mkdocs-material-9.6.16.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3_11 python3_{11..13} )
-
-DOCS_BUILDER="mkdocs"
-DOCS_DEPEND="
- dev-python/mkdocs-material-extensions
- dev-python/mkdocs-minify-plugin
- dev-python/mkdocs-redirects
-"
-
-inherit distutils-r1 docs
-
-DESCRIPTION="A Material Design theme for MkDocs"
-HOMEPAGE="
- https://github.com/squidfunk/mkdocs-material/
- https://pypi.org/project/mkdocs-material/
-"
-SRC_URI="
- https://github.com/squidfunk/${PN}/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-# bundled icons
-LICENSE+=" Apache-2.0 CC0-1.0 CC-BY-4.0 MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv x86"
-IUSE="social"
-
-RDEPEND="
- >=dev-python/babel-2.10.3[${PYTHON_USEDEP}]
- >=dev-python/colorama-0.4[${PYTHON_USEDEP}]
- >=dev-python/jinja2-3.0.2[${PYTHON_USEDEP}]
- >=dev-python/lxml-4.6[${PYTHON_USEDEP}]
- >=dev-python/markdown-3.2[${PYTHON_USEDEP}]
- >=dev-python/mkdocs-1.5.3[${PYTHON_USEDEP}]
- >=dev-python/paginate-0.5.6[${PYTHON_USEDEP}]
- >=dev-python/pygments-2.16[${PYTHON_USEDEP}]
- >=dev-python/pymdown-extensions-10.2[${PYTHON_USEDEP}]
- >=dev-python/readtime-2.0[${PYTHON_USEDEP}]
- $(python_gen_cond_dep '
- >=dev-python/regex-2022.4.24[${PYTHON_USEDEP}]
- ' 'python*')
- >=dev-python/requests-2.26[${PYTHON_USEDEP}]
- social? (
- >=dev-python/pillow-10.2[${PYTHON_USEDEP}]
- >=media-gfx/cairosvg-2.5[${PYTHON_USEDEP}]
- )
-"
-BDEPEND="
- >=dev-python/trove-classifiers-2023.10.18[${PYTHON_USEDEP}]
-"
-# mkdocs-material-extensions depends on mkdocs-material creating a circular dep
-PDEPEND="
- >=dev-python/mkdocs-material-extensions-1.2[${PYTHON_USEDEP}]
-"
-
-PATCHES=(
- # simplify pyproject to remove extra deps for metadata
- "${FILESDIR}/${PN}-8.5.7-simplify-build.patch"
- # import backrefs only when used (i.e. never)
- "${FILESDIR}/${PN}-9.6.7-backrefs.patch"
-)
-
-src_prepare() {
- distutils-r1_src_prepare
- echo "__version__ = '${PV}'" > gentoo_version.py || die
-}
diff --git a/dev-python/mkdocs-material/mkdocs-material-9.6.17.ebuild b/dev-python/mkdocs-material/mkdocs-material-9.6.17.ebuild
deleted file mode 100644
index 3256577ed188..000000000000
--- a/dev-python/mkdocs-material/mkdocs-material-9.6.17.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3_11 python3_{11..13} )
-
-DOCS_BUILDER="mkdocs"
-DOCS_DEPEND="
- dev-python/mkdocs-material-extensions
- dev-python/mkdocs-minify-plugin
- dev-python/mkdocs-redirects
-"
-
-inherit distutils-r1 docs
-
-DESCRIPTION="A Material Design theme for MkDocs"
-HOMEPAGE="
- https://github.com/squidfunk/mkdocs-material/
- https://pypi.org/project/mkdocs-material/
-"
-SRC_URI="
- https://github.com/squidfunk/${PN}/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-# bundled icons
-LICENSE+=" Apache-2.0 CC0-1.0 CC-BY-4.0 MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv x86"
-IUSE="social"
-
-RDEPEND="
- >=dev-python/babel-2.10.3[${PYTHON_USEDEP}]
- >=dev-python/colorama-0.4[${PYTHON_USEDEP}]
- >=dev-python/jinja2-3.0.2[${PYTHON_USEDEP}]
- >=dev-python/lxml-4.6[${PYTHON_USEDEP}]
- >=dev-python/markdown-3.2[${PYTHON_USEDEP}]
- >=dev-python/mkdocs-1.5.3[${PYTHON_USEDEP}]
- >=dev-python/paginate-0.5.6[${PYTHON_USEDEP}]
- >=dev-python/pygments-2.16[${PYTHON_USEDEP}]
- >=dev-python/pymdown-extensions-10.2[${PYTHON_USEDEP}]
- >=dev-python/readtime-2.0[${PYTHON_USEDEP}]
- $(python_gen_cond_dep '
- >=dev-python/regex-2022.4.24[${PYTHON_USEDEP}]
- ' 'python*')
- >=dev-python/requests-2.26[${PYTHON_USEDEP}]
- social? (
- >=dev-python/pillow-10.2[${PYTHON_USEDEP}]
- >=media-gfx/cairosvg-2.5[${PYTHON_USEDEP}]
- )
-"
-BDEPEND="
- >=dev-python/trove-classifiers-2023.10.18[${PYTHON_USEDEP}]
-"
-# mkdocs-material-extensions depends on mkdocs-material creating a circular dep
-PDEPEND="
- >=dev-python/mkdocs-material-extensions-1.2[${PYTHON_USEDEP}]
-"
-
-PATCHES=(
- # simplify pyproject to remove extra deps for metadata
- "${FILESDIR}/${PN}-8.5.7-simplify-build.patch"
- # import backrefs only when used (i.e. never)
- "${FILESDIR}/${PN}-9.6.7-backrefs.patch"
-)
-
-src_prepare() {
- distutils-r1_src_prepare
- echo "__version__ = '${PV}'" > gentoo_version.py || die
-}
diff --git a/dev-python/mkdocs-material/mkdocs-material-9.6.18.ebuild b/dev-python/mkdocs-material/mkdocs-material-9.6.18.ebuild
deleted file mode 100644
index 4fec7b2ae395..000000000000
--- a/dev-python/mkdocs-material/mkdocs-material-9.6.18.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3_11 python3_{11..13} )
-
-DOCS_BUILDER="mkdocs"
-DOCS_DEPEND="
- dev-python/mkdocs-material-extensions
- dev-python/mkdocs-minify-plugin
- dev-python/mkdocs-redirects
-"
-
-inherit distutils-r1 docs
-
-DESCRIPTION="A Material Design theme for MkDocs"
-HOMEPAGE="
- https://github.com/squidfunk/mkdocs-material/
- https://pypi.org/project/mkdocs-material/
-"
-SRC_URI="
- https://github.com/squidfunk/${PN}/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-# bundled icons
-LICENSE+=" Apache-2.0 CC0-1.0 CC-BY-4.0 MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
-IUSE="social"
-
-RDEPEND="
- >=dev-python/babel-2.10.3[${PYTHON_USEDEP}]
- >=dev-python/colorama-0.4[${PYTHON_USEDEP}]
- >=dev-python/jinja2-3.0.2[${PYTHON_USEDEP}]
- >=dev-python/lxml-4.6[${PYTHON_USEDEP}]
- >=dev-python/markdown-3.2[${PYTHON_USEDEP}]
- >=dev-python/mkdocs-1.5.3[${PYTHON_USEDEP}]
- >=dev-python/paginate-0.5.6[${PYTHON_USEDEP}]
- >=dev-python/pygments-2.16[${PYTHON_USEDEP}]
- >=dev-python/pymdown-extensions-10.2[${PYTHON_USEDEP}]
- >=dev-python/readtime-2.0[${PYTHON_USEDEP}]
- $(python_gen_cond_dep '
- >=dev-python/regex-2022.4.24[${PYTHON_USEDEP}]
- ' 'python*')
- >=dev-python/requests-2.26[${PYTHON_USEDEP}]
- social? (
- >=dev-python/pillow-10.2[${PYTHON_USEDEP}]
- >=media-gfx/cairosvg-2.5[${PYTHON_USEDEP}]
- )
-"
-BDEPEND="
- >=dev-python/trove-classifiers-2023.10.18[${PYTHON_USEDEP}]
-"
-# mkdocs-material-extensions depends on mkdocs-material creating a circular dep
-PDEPEND="
- >=dev-python/mkdocs-material-extensions-1.2[${PYTHON_USEDEP}]
-"
-
-PATCHES=(
- # simplify pyproject to remove extra deps for metadata
- "${FILESDIR}/${PN}-8.5.7-simplify-build.patch"
- # import backrefs only when used (i.e. never)
- "${FILESDIR}/${PN}-9.6.7-backrefs.patch"
-)
-
-src_prepare() {
- distutils-r1_src_prepare
- echo "__version__ = '${PV}'" > gentoo_version.py || die
-}
diff --git a/dev-python/mkdocs-material/mkdocs-material-9.6.19.ebuild b/dev-python/mkdocs-material/mkdocs-material-9.6.19.ebuild
deleted file mode 100644
index 4fec7b2ae395..000000000000
--- a/dev-python/mkdocs-material/mkdocs-material-9.6.19.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3_11 python3_{11..13} )
-
-DOCS_BUILDER="mkdocs"
-DOCS_DEPEND="
- dev-python/mkdocs-material-extensions
- dev-python/mkdocs-minify-plugin
- dev-python/mkdocs-redirects
-"
-
-inherit distutils-r1 docs
-
-DESCRIPTION="A Material Design theme for MkDocs"
-HOMEPAGE="
- https://github.com/squidfunk/mkdocs-material/
- https://pypi.org/project/mkdocs-material/
-"
-SRC_URI="
- https://github.com/squidfunk/${PN}/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-# bundled icons
-LICENSE+=" Apache-2.0 CC0-1.0 CC-BY-4.0 MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
-IUSE="social"
-
-RDEPEND="
- >=dev-python/babel-2.10.3[${PYTHON_USEDEP}]
- >=dev-python/colorama-0.4[${PYTHON_USEDEP}]
- >=dev-python/jinja2-3.0.2[${PYTHON_USEDEP}]
- >=dev-python/lxml-4.6[${PYTHON_USEDEP}]
- >=dev-python/markdown-3.2[${PYTHON_USEDEP}]
- >=dev-python/mkdocs-1.5.3[${PYTHON_USEDEP}]
- >=dev-python/paginate-0.5.6[${PYTHON_USEDEP}]
- >=dev-python/pygments-2.16[${PYTHON_USEDEP}]
- >=dev-python/pymdown-extensions-10.2[${PYTHON_USEDEP}]
- >=dev-python/readtime-2.0[${PYTHON_USEDEP}]
- $(python_gen_cond_dep '
- >=dev-python/regex-2022.4.24[${PYTHON_USEDEP}]
- ' 'python*')
- >=dev-python/requests-2.26[${PYTHON_USEDEP}]
- social? (
- >=dev-python/pillow-10.2[${PYTHON_USEDEP}]
- >=media-gfx/cairosvg-2.5[${PYTHON_USEDEP}]
- )
-"
-BDEPEND="
- >=dev-python/trove-classifiers-2023.10.18[${PYTHON_USEDEP}]
-"
-# mkdocs-material-extensions depends on mkdocs-material creating a circular dep
-PDEPEND="
- >=dev-python/mkdocs-material-extensions-1.2[${PYTHON_USEDEP}]
-"
-
-PATCHES=(
- # simplify pyproject to remove extra deps for metadata
- "${FILESDIR}/${PN}-8.5.7-simplify-build.patch"
- # import backrefs only when used (i.e. never)
- "${FILESDIR}/${PN}-9.6.7-backrefs.patch"
-)
-
-src_prepare() {
- distutils-r1_src_prepare
- echo "__version__ = '${PV}'" > gentoo_version.py || die
-}
next reply other threads:[~2025-10-01 3:11 UTC|newest]
Thread overview: 348+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-01 3:10 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-10-15 18:11 [gentoo-commits] repo/gentoo:master commit in: dev-python/mkdocs-material/ Michał Górny
2025-10-01 3:10 Michał Górny
2025-09-26 11:20 Arthur Zamarin
2025-09-16 14:20 Arthur Zamarin
2025-09-16 5:48 Michał Górny
2025-09-16 5:48 Michał Górny
2025-09-08 5:39 Michał Górny
2025-09-04 14:56 Sam James
2025-08-23 4:48 Michał Górny
2025-08-16 5:33 Michał Górny
2025-08-13 14:21 Michał Górny
2025-07-27 3:29 Michał Górny
2025-07-19 11:06 Michał Górny
2025-07-19 10:42 Arthur Zamarin
2025-07-02 4:55 Michał Górny
2025-05-31 10:19 Michał Górny
2025-05-31 9:59 Michał Górny
2025-05-14 5:20 Michał Górny
2025-05-11 2:47 Michał Górny
2025-05-03 13:18 Michał Górny
2025-05-03 12:44 Arthur Zamarin
2025-04-19 14:56 Michał Górny
2025-04-19 13:20 Michał Górny
2025-04-18 3:11 Michał Górny
2025-04-05 13:29 Michał Górny
2025-04-05 11:57 Sam James
2025-04-02 7:06 Michał Górny
2025-03-31 7:10 Michał Górny
2025-03-29 10:23 Michał Górny
2025-03-29 10:14 Sam James
2025-03-22 11:41 Michał Górny
2025-03-22 11:28 Arthur Zamarin
2025-03-18 7:31 Michał Górny
2025-03-13 20:03 Arthur Zamarin
2025-03-08 16:24 Michał Górny
2025-03-08 11:33 Arthur Zamarin
2025-03-03 4:13 Michał Górny
2025-03-02 3:07 Michał Górny
2025-02-25 8:14 Michał Górny
2025-02-25 7:51 Michał Górny
2025-02-22 9:20 Michał Górny
2025-02-22 8:47 Arthur Zamarin
2025-02-20 5:06 Michał Górny
2025-02-15 8:19 Michał Górny
2025-02-15 7:44 Arthur Zamarin
2025-02-13 7:27 Michał Górny
2025-02-08 6:45 Michał Górny
2025-02-04 4:28 Michał Górny
2025-02-01 10:12 Michał Górny
2025-02-01 9:51 Arthur Zamarin
2025-02-01 6:06 Michał Górny
2025-01-31 5:40 Michał Górny
2025-01-18 7:20 Michał Górny
2025-01-04 12:40 Michał Górny
2025-01-04 12:28 Sam James
2024-12-21 12:31 Michał Górny
2024-12-21 12:28 Michał Górny
2024-12-17 3:57 Michał Górny
2024-12-09 5:45 Michał Górny
2024-12-07 11:52 Michał Górny
2024-12-07 11:07 Arthur Zamarin
2024-12-01 16:40 Michał Górny
2024-11-26 7:01 Michał Górny
2024-11-23 10:08 Michał Górny
2024-11-23 9:52 Sam James
2024-11-21 6:01 Michał Górny
2024-11-16 9:08 Michał Górny
2024-11-16 9:00 Arthur Zamarin
2024-11-09 10:22 Michał Górny
2024-11-09 10:20 Arthur Zamarin
2024-11-06 7:11 Michał Górny
2024-11-02 9:29 Michał Górny
2024-11-02 9:24 Michał Górny
2024-10-31 15:50 Michał Górny
2024-10-26 15:34 Michał Górny
2024-10-26 15:16 Arthur Zamarin
2024-10-21 4:35 Michał Górny
2024-10-19 9:52 Michał Górny
2024-10-19 9:08 Sam James
2024-10-16 4:54 Michał Górny
2024-10-12 6:33 Sam James
2024-10-10 18:25 Michał Górny
2024-10-05 7:36 Michał Górny
2024-10-05 7:12 Michał Górny
2024-09-29 15:20 Michał Górny
2024-09-26 16:05 Arthur Zamarin
2024-09-26 4:50 Michał Górny
2024-09-22 3:02 Michał Górny
2024-09-21 10:45 Michał Górny
2024-09-21 10:41 Arthur Zamarin
2024-09-07 13:06 Michał Górny
2024-09-07 12:31 Jakov Smolić
2024-09-01 3:17 Michał Górny
2024-08-23 16:44 Michał Górny
2024-08-20 1:43 Michał Górny
2024-08-17 7:35 Michał Górny
2024-08-17 7:28 Michał Górny
2024-08-10 6:46 Michał Górny
2024-08-10 6:43 Michał Górny
2024-08-03 8:44 Michał Górny
2024-08-03 8:30 Jakov Smolić
2024-08-03 5:03 Michał Górny
2024-07-23 20:06 Michał Górny
2024-07-20 13:27 Michał Górny
2024-07-14 19:51 Arthur Zamarin
2024-07-06 17:58 Michał Górny
2024-07-03 3:44 Michał Górny
2024-06-22 15:01 Michał Górny
2024-06-22 13:49 Arthur Zamarin
2024-06-12 9:28 Michał Górny
2024-06-12 8:42 Jakov Smolić
2024-06-06 16:17 Michał Górny
2024-06-01 8:09 Michał Górny
2024-06-01 7:39 Arthur Zamarin
2024-05-27 15:11 Michał Górny
2024-05-20 19:42 Michał Górny
2024-05-17 9:49 Michał Górny
2024-05-17 8:33 Arthur Zamarin
2024-05-16 3:50 Michał Górny
2024-05-13 2:12 Michał Górny
2024-05-11 8:13 Michał Górny
2024-05-11 7:43 Arthur Zamarin
2024-05-04 7:43 Michał Górny
2024-05-04 7:31 Arthur Zamarin
2024-05-04 4:00 Michał Górny
2024-04-30 4:34 Michał Górny
2024-04-25 17:56 Arthur Zamarin
2024-04-20 9:54 Michał Górny
2024-04-20 9:51 Michał Górny
2024-04-16 6:46 Michał Górny
2024-04-06 9:35 Michał Górny
2024-04-06 9:33 Arthur Zamarin
2024-04-03 8:50 Michał Górny
2024-04-01 9:31 Michał Górny
2024-03-23 6:41 Michał Górny
2024-03-22 4:38 Michał Górny
2024-03-21 18:22 Arthur Zamarin
2024-03-18 4:58 Michał Górny
2024-03-07 17:12 Michał Górny
2024-03-07 17:09 Michał Górny
2024-03-06 21:18 Michał Górny
2024-03-01 18:33 Michał Górny
2024-02-25 4:07 Michał Górny
2024-02-19 15:51 Michał Górny
2024-02-18 3:28 Michał Górny
2024-02-17 21:42 Jakov Smolić
2024-02-11 13:10 Michał Górny
2024-02-11 11:11 Sam James
2024-02-11 3:35 Michał Górny
2024-02-07 7:39 Michał Górny
2024-02-03 11:44 Michał Górny
2024-02-03 10:53 Sam James
2024-02-03 7:22 Michał Górny
2024-01-29 5:58 Michał Górny
2024-01-24 7:01 Michał Górny
2024-01-16 7:02 Michał Górny
2024-01-13 9:32 Michał Górny
2024-01-13 9:16 Arthur Zamarin
2023-12-24 7:00 Michał Górny
2023-12-24 5:47 Michał Górny
2023-12-11 17:42 Michał Górny
2023-12-09 6:53 Michał Górny
2023-12-08 5:41 Michał Górny
2023-12-04 13:46 Michał Górny
2023-11-29 11:38 Michał Górny
2023-11-29 11:32 Michał Górny
2023-11-26 19:37 Arthur Zamarin
2023-11-24 13:42 Michał Górny
2023-11-23 15:02 Michał Górny
2023-11-19 16:01 Michał Górny
2023-11-17 13:32 Michał Górny
2023-11-10 12:44 Andrew Ammerlaan
2023-11-06 6:22 Michał Górny
2023-11-06 6:22 Michał Górny
2023-11-05 20:28 Sam James
2023-10-28 3:18 Michał Górny
2023-10-15 3:26 Michał Górny
2023-10-10 18:11 Michał Górny
2023-10-06 19:05 Michał Górny
2023-10-06 18:09 Sam James
2023-10-06 4:34 Michał Górny
2023-10-02 18:35 Arthur Zamarin
2023-09-26 4:42 Michał Górny
2023-09-22 13:49 Andrew Ammerlaan
2023-09-19 12:42 Michał Górny
2023-09-12 17:37 Michał Górny
2023-09-12 15:25 Arthur Zamarin
2023-09-12 5:50 Michał Górny
2023-09-11 18:36 Sam James
2023-09-11 12:36 Sam James
2023-09-05 5:54 Michał Górny
2023-09-03 4:12 Michał Górny
2023-08-31 13:22 Michał Górny
2023-08-28 5:13 Michał Górny
2023-08-25 3:58 Jakov Smolić
2023-08-24 17:58 Arthur Zamarin
2023-08-24 13:46 Sam James
2023-08-23 7:56 Michał Górny
2023-07-28 5:32 Michał Górny
2023-07-27 15:57 Michał Górny
2023-07-24 12:40 Michał Górny
2023-07-19 6:57 Michał Górny
2023-07-04 2:59 Michał Górny
2023-06-24 6:10 Michał Górny
2023-06-16 4:05 Michał Górny
2023-06-11 16:18 Michał Górny
2023-06-11 15:04 Sam James
2023-05-30 2:54 Michał Górny
2023-05-21 4:59 Michał Górny
2023-05-17 3:40 Michał Górny
2023-05-15 4:10 Sam James
2023-05-15 4:10 Sam James
2023-05-13 7:15 Arthur Zamarin
2023-05-13 7:15 Arthur Zamarin
2023-05-13 4:46 Michał Górny
2023-05-09 5:26 Michał Górny
2023-05-08 19:31 Arthur Zamarin
2023-05-06 10:22 Michał Górny
2023-05-06 6:24 Sam James
2023-05-03 7:51 Michał Górny
2023-04-25 2:02 Michał Górny
2023-04-23 3:09 Michał Górny
2023-04-14 19:43 Sam James
2023-04-14 4:04 Sam James
2023-04-09 20:56 Andrew Ammerlaan
2023-04-08 12:24 Michał Górny
2023-04-08 9:39 Arthur Zamarin
2023-04-08 5:13 Michał Górny
2023-04-01 6:13 Michał Górny
2023-03-30 16:47 Michał Górny
2023-03-30 16:38 Sam James
2023-03-24 19:06 Arthur Zamarin
2023-03-15 6:52 Michał Górny
2023-03-10 4:59 Michał Górny
2023-03-10 4:59 Michał Górny
2023-03-06 14:05 Michał Górny
2023-03-03 5:53 Michał Górny
2023-02-27 5:38 Michał Górny
2023-02-25 5:47 Arthur Zamarin
2023-02-24 6:00 Michał Górny
2023-02-19 4:32 Michał Górny
2023-02-11 7:27 Michał Górny
2023-02-10 20:36 Sam James
2023-02-10 6:52 Michał Górny
2023-02-05 17:07 Michał Górny
2023-02-03 7:19 Michał Górny
2023-01-31 7:09 Michał Górny
2023-01-30 7:15 Michał Górny
2023-01-29 7:13 Michał Górny
2023-01-28 21:49 Jakov Smolić
2023-01-28 16:18 Michał Górny
2023-01-20 4:50 Michał Górny
2023-01-15 7:02 Michał Górny
2023-01-13 7:09 Michał Górny
2023-01-08 13:14 Michał Górny
2023-01-04 14:15 Michał Górny
2023-01-03 19:42 Andrew Ammerlaan
2022-12-31 12:37 Michał Górny
2022-12-31 12:12 Sam James
2022-11-30 2:55 Michał Górny
2022-11-29 22:22 Jakov Smolić
2022-11-12 20:19 Arthur Zamarin
2022-11-04 8:39 Arthur Zamarin
2022-10-25 14:06 Michał Górny
2022-10-25 12:50 Sam James
2022-10-10 20:18 Michał Górny
2022-10-10 18:34 Sam James
2022-10-02 10:23 Andrew Ammerlaan
2022-10-01 20:48 Andrew Ammerlaan
2022-10-01 9:26 Arthur Zamarin
2022-09-20 5:37 Michał Górny
2022-09-20 0:07 Sam James
2022-09-19 18:35 Arthur Zamarin
2022-09-09 7:23 Arthur Zamarin
2022-08-29 18:04 Arthur Zamarin
2022-08-21 17:41 Arthur Zamarin
2022-08-13 20:09 Arthur Zamarin
2022-08-05 6:00 Michał Górny
2022-08-04 22:53 Sam James
2022-07-10 19:06 Michał Górny
2022-07-10 16:58 Sam James
2022-07-04 18:21 Arthur Zamarin
2022-06-25 11:18 Michał Górny
2022-06-25 8:42 Arthur Zamarin
2022-06-24 20:32 Arthur Zamarin
2022-06-22 16:59 Arthur Zamarin
2022-06-17 6:07 Arthur Zamarin
2022-06-11 18:44 Arthur Zamarin
2022-06-07 19:16 Arthur Zamarin
2022-06-01 9:20 Andrew Ammerlaan
2022-05-25 9:43 Andrew Ammerlaan
2022-05-24 13:02 Andrew Ammerlaan
2022-05-08 17:39 Arthur Zamarin
2022-05-02 10:18 Andrew Ammerlaan
2022-04-25 18:41 Arthur Zamarin
2022-04-10 6:35 Michał Górny
2022-04-10 6:35 Michał Górny
2022-04-09 21:24 Jakov Smolić
2022-03-28 18:21 Andrew Ammerlaan
2022-03-15 14:17 Michał Górny
2022-03-15 12:33 Jakov Smolić
2022-03-09 19:13 Arthur Zamarin
2022-02-19 11:12 Andrew Ammerlaan
2022-02-17 20:19 Michał Górny
2022-02-17 19:54 Arthur Zamarin
2022-02-03 20:39 Arthur Zamarin
2022-01-23 19:09 Arthur Zamarin
2022-01-20 14:24 Michał Górny
2022-01-20 9:16 Jakov Smolić
2022-01-16 18:05 Arthur Zamarin
2022-01-10 20:47 Michał Górny
2022-01-10 20:05 Jakov Smolić
2022-01-08 18:23 Michał Górny
2022-01-08 18:03 Jakov Smolić
2022-01-02 18:56 Arthur Zamarin
2021-12-25 19:09 Jakov Smolić
2021-12-19 20:50 Arthur Zamarin
2021-12-10 17:12 Arthur Zamarin
2021-12-07 10:45 Andrew Ammerlaan
2021-11-24 22:25 Andrew Ammerlaan
2021-11-21 20:15 Michał Górny
2021-11-21 19:36 Jakov Smolić
2021-10-20 12:17 Andrew Ammerlaan
2021-10-03 19:29 Michał Górny
2021-10-03 18:48 Sam James
2021-09-25 22:03 Michał Górny
2021-09-25 19:56 Sam James
2021-09-23 15:35 Marek Szuba
2021-09-09 15:51 Arthur Zamarin
2021-09-06 6:28 Michał Górny
2021-09-05 20:01 Agostino Sarubbo
2021-09-02 6:33 Andrew Ammerlaan
2021-08-19 19:44 Andrew Ammerlaan
2021-08-16 6:13 Michał Górny
2021-08-04 18:11 Andrew Ammerlaan
2021-08-04 18:11 Andrew Ammerlaan
2021-07-30 8:25 Andrew Ammerlaan
2021-07-15 7:38 Agostino Sarubbo
2021-07-08 11:08 Andrew Ammerlaan
2021-07-08 11:08 Andrew Ammerlaan
2021-06-11 14:05 Andrew Ammerlaan
2021-04-13 11:07 Joonas Niilola
2021-04-09 12:21 Joonas Niilola
2021-03-21 13:35 Joonas Niilola
2021-03-21 13:35 Joonas Niilola
2021-03-11 7:18 Joonas Niilola
2020-12-08 5:53 Joonas Niilola
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=1759288100.9cb21d7b8d198092b678e889e631de4c2c124447.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