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/mkdocs-material/
Date: Sun, 24 Dec 2023 05:47:39 +0000 (UTC)	[thread overview]
Message-ID: <1703396810.258c7c08e975d5c5fd1668f2fb61efe3e627bd0c.mgorny@gentoo> (raw)

commit:     258c7c08e975d5c5fd1668f2fb61efe3e627bd0c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 24 05:46:50 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Dec 24 05:46:50 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=258c7c08

dev-python/mkdocs-material: Remove old

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

 dev-python/mkdocs-material/Manifest                |  3 -
 .../mkdocs-material/mkdocs-material-9.4.14.ebuild  | 67 ----------------------
 .../mkdocs-material/mkdocs-material-9.5.0.ebuild   | 67 ----------------------
 .../mkdocs-material/mkdocs-material-9.5.1.ebuild   | 67 ----------------------
 4 files changed, 204 deletions(-)

diff --git a/dev-python/mkdocs-material/Manifest b/dev-python/mkdocs-material/Manifest
index 5441a4f6d1b1..d02932803bc0 100644
--- a/dev-python/mkdocs-material/Manifest
+++ b/dev-python/mkdocs-material/Manifest
@@ -1,4 +1 @@
-DIST mkdocs-material-9.4.14.gh.tar.gz 14563700 BLAKE2B 313698c16f79cc11fc9aa2905313871605f683fad32073e956402728e0b51cbd2788947c11711eb1fc9a0addb8cdc1d7382703cc5a6684a72541f40a1afb699f SHA512 1102c1003562af2fc7126d85d8e5b0556cd240d6c56273f811947bbfc650fd7554b8b979ab9e14a43ed3dc44688c7ce277e28fdd4cbb6787b83b9f76d80a3bbf
-DIST mkdocs-material-9.5.0.gh.tar.gz 14621790 BLAKE2B 3c9f7b7cc656cd25953d021b2914884f2ede145b8c4cece0ec55013ee955a25d8ad4021de0abf3fd340b0bbc996ca42fe1391752febe7dad464da232c7d1892b SHA512 5c9b695877d14ce53fa66c1f4b4416e1d79ee227817b1a113406f83f37fd8d1fc122f5554c2159e24967864dd258329cfa564944f1ffbff863650a6ccad5af90
-DIST mkdocs-material-9.5.1.gh.tar.gz 14622279 BLAKE2B 81df1c8f0d50ae32d7efdbaeda3b4825edd167d4290ba4b199dac3c04965e361707def8bee17bada2cd6ec86c28e36c2a16dfcd748b592fef10d0392e224a864 SHA512 b97948f54f37d0f365f515976857cad5717058f258f505f18f7000f02cc9a20a084832fe62e8f1f3fd51f360769535962116b7a221e5f054fa05ddfc8821db58
 DIST mkdocs-material-9.5.2.gh.tar.gz 14646245 BLAKE2B d6884fc3604b794296c2074a026c522df44fb3500a9109c61dcbdf7bd48133ababedfeacfa2f91c832c16480d767bd36afdd1bc4cf09b2d9ab43a4b95c79a5aa SHA512 26657000cab282babe136a6b85caff57cd979c1d2c83e6378f82a76fb3a5e4d57e0d120d641f7cb2e697b58a323e11ea17f346f0ed7958f10752cbb0c8918bd1

diff --git a/dev-python/mkdocs-material/mkdocs-material-9.4.14.ebuild b/dev-python/mkdocs-material/mkdocs-material-9.4.14.ebuild
deleted file mode 100644
index 4573ac202d81..000000000000
--- a/dev-python/mkdocs-material/mkdocs-material-9.4.14.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..12} )
-
-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"
-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/jinja-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}]
-	>=dev-python/regex-2022.4.24[${PYTHON_USEDEP}]
-	>=dev-python/requests-2.26[${PYTHON_USEDEP}]
-	social? (
-		>=dev-python/pillow-9.0[${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"
-)
-
-src_prepare() {
-	echo "__version__ = '${PV}'" > gentoo_version.py || die
-	distutils-r1_src_prepare
-}

diff --git a/dev-python/mkdocs-material/mkdocs-material-9.5.0.ebuild b/dev-python/mkdocs-material/mkdocs-material-9.5.0.ebuild
deleted file mode 100644
index 4bb3a9a57338..000000000000
--- a/dev-python/mkdocs-material/mkdocs-material-9.5.0.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..12} )
-
-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"
-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/jinja-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}]
-	>=dev-python/regex-2022.4.24[${PYTHON_USEDEP}]
-	>=dev-python/requests-2.26[${PYTHON_USEDEP}]
-	social? (
-		>=dev-python/pillow-9.0[${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"
-)
-
-src_prepare() {
-	echo "__version__ = '${PV}'" > gentoo_version.py || die
-	distutils-r1_src_prepare
-}

diff --git a/dev-python/mkdocs-material/mkdocs-material-9.5.1.ebuild b/dev-python/mkdocs-material/mkdocs-material-9.5.1.ebuild
deleted file mode 100644
index 4bb3a9a57338..000000000000
--- a/dev-python/mkdocs-material/mkdocs-material-9.5.1.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..12} )
-
-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"
-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/jinja-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}]
-	>=dev-python/regex-2022.4.24[${PYTHON_USEDEP}]
-	>=dev-python/requests-2.26[${PYTHON_USEDEP}]
-	social? (
-		>=dev-python/pillow-9.0[${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"
-)
-
-src_prepare() {
-	echo "__version__ = '${PV}'" > gentoo_version.py || die
-	distutils-r1_src_prepare
-}


             reply	other threads:[~2023-12-24  5:47 UTC|newest]

Thread overview: 284+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-24  5:47 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-23 10:08 [gentoo-commits] repo/gentoo:master commit in: dev-python/mkdocs-material/ 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-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=1703396810.258c7c08e975d5c5fd1668f2fb61efe3e627bd0c.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