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/pikepdf/
Date: Sun, 24 Oct 2021 08:45:35 +0000 (UTC)	[thread overview]
Message-ID: <1635065132.f1e4b5b104d6cebe83bfd216adcdb695be97962d.mgorny@gentoo> (raw)

commit:     f1e4b5b104d6cebe83bfd216adcdb695be97962d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 24 08:44:41 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Oct 24 08:45:32 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1e4b5b1

dev-python/pikepdf: Remove old

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

 dev-python/pikepdf/Manifest              |  3 --
 dev-python/pikepdf/pikepdf-2.16.1.ebuild | 52 --------------------------------
 dev-python/pikepdf/pikepdf-3.1.0.ebuild  | 51 -------------------------------
 dev-python/pikepdf/pikepdf-3.1.1.ebuild  | 51 -------------------------------
 4 files changed, 157 deletions(-)

diff --git a/dev-python/pikepdf/Manifest b/dev-python/pikepdf/Manifest
index 5787801d8dd..413cd5cd27c 100644
--- a/dev-python/pikepdf/Manifest
+++ b/dev-python/pikepdf/Manifest
@@ -1,4 +1 @@
-DIST pikepdf-2.16.1.tar.gz 2312177 BLAKE2B a7695ecc71621c1e64ab919e76dabd3a94ff16d401861fe50f29f00832dda8be01f3e67c811756ef89573345b49ec6c880635309f859624b9df42cf6eff7b43b SHA512 d2c73a0a69c6cf0ed22dc2dc949187464abd4194a5d917e5681de033d6a8ce4c089efd49eb110c9fa11f9dead292aa6ab7ed71a01f7cbaadc51d1f37a773c936
-DIST pikepdf-3.1.0.tar.gz 2334496 BLAKE2B f92385a9317e88b00586f6900b4ef2a296e6960e8a587d2b6bf7f12e5354d9de48b537cb5cdd220187860c852e0ee538d533902311d70c7d44e6fe700fc10ca8 SHA512 c3ef18f287ba873d6e35114137228028a81af8ba4d59ffe5c486716b298757fe6f5b5d3d67dcc4230ed10543849a8d6370e43d99527d7cfd1decd4a84b59781f
-DIST pikepdf-3.1.1.tar.gz 2334617 BLAKE2B 2f223b8104df0dae31c09e660d1123c2384daf0d6990f537378773eab260248d5b547ce1bae3583f711e69aa54f370e97a62f0167d89386c965ea21c9f0ce89e SHA512 8a5c0fe92c06ff09fd2a7b08ae94f9f608a71c517482e0457c07b1300c65fe5ba57dd5aec3b60fd9ebaee100591198afdba493e5e53bd5655b4b8dee11475106
 DIST pikepdf-3.2.0.tar.gz 2335339 BLAKE2B 3d294c2c8241bfcfa2b84f4c6af10e4da2e624374af0aed9c4fa597f9d0a789b9d85cb074d945ba521dbdd10f126326bb6d698a97102a93e6de589d89d7fee57 SHA512 307e2289811697b65c021e90496a4d1606e171e557bf5f19e5327be782e59e8683847524eb177ced54612d1e586b070860119a51e74fe25003787b359bf74531

diff --git a/dev-python/pikepdf/pikepdf-2.16.1.ebuild b/dev-python/pikepdf/pikepdf-2.16.1.ebuild
deleted file mode 100644
index b35dcf5d506..00000000000
--- a/dev-python/pikepdf/pikepdf-2.16.1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-MY_P=${P/_p/.post}
-DESCRIPTION="Python library to work with pdf files based on qpdf"
-HOMEPAGE="https://pypi.org/project/pikepdf/ https://github.com/pikepdf/pikepdf"
-SRC_URI="
-	https://github.com/${PN}/${PN}/archive/v${PV/_p/.post}.tar.gz
-		-> ${MY_P}.tar.gz"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="MPL-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-
-DEPEND="app-text/qpdf:0="
-RDEPEND="${DEPEND}
-	dev-python/pillow[${PYTHON_USEDEP}]
-	dev-python/lxml[${PYTHON_USEDEP}]
-	dev-python/pybind11[${PYTHON_USEDEP}]"
-BDEPEND="
-	>=dev-python/pybind11-2.6.0[${PYTHON_USEDEP}]
-	>=dev-python/setuptools_scm-4.1[${PYTHON_USEDEP}]
-	dev-python/toml[${PYTHON_USEDEP}]
-	dev-python/setuptools_scm_git_archive[${PYTHON_USEDEP}]
-	test? (
-		>=dev-python/attrs-20.2.0[${PYTHON_USEDEP}]
-		>=dev-python/hypothesis-5[${PYTHON_USEDEP}]
-		>=dev-python/pillow-5.0.0[${PYTHON_USEDEP},jpeg,lcms,tiff]
-		>=dev-python/psutil-5[${PYTHON_USEDEP}]
-		>=dev-python/pytest-6[${PYTHON_USEDEP}]
-		>=dev-python/pytest-timeout-1.4.2[${PYTHON_USEDEP}]
-		>=dev-python/python-dateutil-2.8.0[${PYTHON_USEDEP}]
-		>=dev-python/python-xmp-toolkit-2.0.1[${PYTHON_USEDEP}]
-	)"
-
-#distutils_enable_sphinx docs \
-#	dev-python/ipython \
-#	dev-python/matplotlib \
-#	dev-python/sphinx_rtd_theme
-distutils_enable_tests pytest
-
-src_prepare() {
-	sed -i -e '/wheel/d' setup.py || die
-	sed -i -e '/-n auto/d' setup.cfg || die
-	distutils-r1_src_prepare
-}

diff --git a/dev-python/pikepdf/pikepdf-3.1.0.ebuild b/dev-python/pikepdf/pikepdf-3.1.0.ebuild
deleted file mode 100644
index 80dd3fd26a4..00000000000
--- a/dev-python/pikepdf/pikepdf-3.1.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-MY_P=${P/_p/.post}
-DESCRIPTION="Python library to work with pdf files based on qpdf"
-HOMEPAGE="https://pypi.org/project/pikepdf/ https://github.com/pikepdf/pikepdf"
-SRC_URI="
-	https://github.com/${PN}/${PN}/archive/v${PV/_p/.post}.tar.gz
-		-> ${MY_P}.tar.gz"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="MPL-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND=">=app-text/qpdf-10.3.1:0="
-RDEPEND="${DEPEND}
-	>=dev-python/pillow-7[${PYTHON_USEDEP}]
-	>=dev-python/lxml-4.0[${PYTHON_USEDEP}]
-	>=dev-python/pybind11-2.7.1[${PYTHON_USEDEP}]"
-BDEPEND="
-	>=dev-python/pybind11-2.7.1[${PYTHON_USEDEP}]
-	>=dev-python/setuptools_scm-4.1[${PYTHON_USEDEP}]
-	dev-python/toml[${PYTHON_USEDEP}]
-	dev-python/setuptools_scm_git_archive[${PYTHON_USEDEP}]
-	test? (
-		>=dev-python/attrs-20.2.0[${PYTHON_USEDEP}]
-		>=dev-python/hypothesis-5[${PYTHON_USEDEP}]
-		>=dev-python/pillow-5.0.0[${PYTHON_USEDEP},jpeg,lcms,tiff]
-		>=dev-python/psutil-5[${PYTHON_USEDEP}]
-		>=dev-python/pytest-6[${PYTHON_USEDEP}]
-		>=dev-python/pytest-timeout-1.4.2[${PYTHON_USEDEP}]
-		>=dev-python/python-dateutil-2.8.0[${PYTHON_USEDEP}]
-		>=dev-python/python-xmp-toolkit-2.0.1[${PYTHON_USEDEP}]
-	)"
-
-#distutils_enable_sphinx docs \
-#	dev-python/ipython \
-#	dev-python/matplotlib \
-#	dev-python/sphinx_rtd_theme
-distutils_enable_tests pytest
-
-src_prepare() {
-	sed -i -e '/-n auto/d' pyproject.toml || die
-	distutils-r1_src_prepare
-}

diff --git a/dev-python/pikepdf/pikepdf-3.1.1.ebuild b/dev-python/pikepdf/pikepdf-3.1.1.ebuild
deleted file mode 100644
index 80dd3fd26a4..00000000000
--- a/dev-python/pikepdf/pikepdf-3.1.1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-MY_P=${P/_p/.post}
-DESCRIPTION="Python library to work with pdf files based on qpdf"
-HOMEPAGE="https://pypi.org/project/pikepdf/ https://github.com/pikepdf/pikepdf"
-SRC_URI="
-	https://github.com/${PN}/${PN}/archive/v${PV/_p/.post}.tar.gz
-		-> ${MY_P}.tar.gz"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="MPL-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND=">=app-text/qpdf-10.3.1:0="
-RDEPEND="${DEPEND}
-	>=dev-python/pillow-7[${PYTHON_USEDEP}]
-	>=dev-python/lxml-4.0[${PYTHON_USEDEP}]
-	>=dev-python/pybind11-2.7.1[${PYTHON_USEDEP}]"
-BDEPEND="
-	>=dev-python/pybind11-2.7.1[${PYTHON_USEDEP}]
-	>=dev-python/setuptools_scm-4.1[${PYTHON_USEDEP}]
-	dev-python/toml[${PYTHON_USEDEP}]
-	dev-python/setuptools_scm_git_archive[${PYTHON_USEDEP}]
-	test? (
-		>=dev-python/attrs-20.2.0[${PYTHON_USEDEP}]
-		>=dev-python/hypothesis-5[${PYTHON_USEDEP}]
-		>=dev-python/pillow-5.0.0[${PYTHON_USEDEP},jpeg,lcms,tiff]
-		>=dev-python/psutil-5[${PYTHON_USEDEP}]
-		>=dev-python/pytest-6[${PYTHON_USEDEP}]
-		>=dev-python/pytest-timeout-1.4.2[${PYTHON_USEDEP}]
-		>=dev-python/python-dateutil-2.8.0[${PYTHON_USEDEP}]
-		>=dev-python/python-xmp-toolkit-2.0.1[${PYTHON_USEDEP}]
-	)"
-
-#distutils_enable_sphinx docs \
-#	dev-python/ipython \
-#	dev-python/matplotlib \
-#	dev-python/sphinx_rtd_theme
-distutils_enable_tests pytest
-
-src_prepare() {
-	sed -i -e '/-n auto/d' pyproject.toml || die
-	distutils-r1_src_prepare
-}


             reply	other threads:[~2021-10-24  8:45 UTC|newest]

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

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=1635065132.f1e4b5b104d6cebe83bfd216adcdb695be97962d.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