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: Mon, 11 Jul 2022 07:59:11 +0000 (UTC) [thread overview]
Message-ID: <1657526347.42025660fdfd7dfe6b549bb81a311c48e49993f2.mgorny@gentoo> (raw)
commit: 42025660fdfd7dfe6b549bb81a311c48e49993f2
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 11 07:13:57 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jul 11 07:59:07 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42025660
dev-python/pikepdf: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pikepdf/Manifest | 4 ---
dev-python/pikepdf/pikepdf-5.1.3.ebuild | 60 ---------------------------------
dev-python/pikepdf/pikepdf-5.1.4.ebuild | 58 -------------------------------
dev-python/pikepdf/pikepdf-5.1.5.ebuild | 59 --------------------------------
dev-python/pikepdf/pikepdf-5.3.0.ebuild | 60 ---------------------------------
5 files changed, 241 deletions(-)
diff --git a/dev-python/pikepdf/Manifest b/dev-python/pikepdf/Manifest
index 6ec55ba19e9f..f681ea98d899 100644
--- a/dev-python/pikepdf/Manifest
+++ b/dev-python/pikepdf/Manifest
@@ -1,6 +1,2 @@
-DIST pikepdf-5.1.3.tar.gz 2356111 BLAKE2B 5a9ec1d06f91be44b4eacc68d7d9449a2bb74b59214ce3d1b10d3cdf81533d38450a2150834d0008cf81475e07e4de241ea16e438450dff6dadd5c15da533223 SHA512 d38a6203b9a4150e4daf4980517b72b0e8e797c57bd82009d6f95a1275c0e6f767e415e14fe6d1614bd51edaf660febafd0f0b85cc46482125aeced8f6912285
-DIST pikepdf-5.1.4.gh.tar.gz 2356865 BLAKE2B 7ebeedd7a2bb29371325b0cd6cb89cd56843eee1847cb26f0487d0114a3268e9a15171769abc16502c48684bb1bbe59050a2c692e17857f161ccd10a4663eeb0 SHA512 390c8f07bb5602715a061bf26b272cc8301dbb610ea06b8e5e5560282b7256c03e87717ab62a657c662ef51f549f5d52f0133f3806ff536451664ac93add625a
-DIST pikepdf-5.1.5.gh.tar.gz 2356890 BLAKE2B e08f311ad2714f856eb29510e847ca2ddf2b3919cc372d4bedb59c7449be69574a32ea6cd23f51c34d56096bb8d2936f70c52a6a948d513277ff2a5d13e35725 SHA512 e6da0471abdd2a8133fb5789f72eb948e32eae24ee61956fb71f5e279151bc6df5d18ac9b6d73987fd9b891739892111df8c5f93c90ba8ae022dbb2821858350
DIST pikepdf-5.2.0.gh.tar.gz 2359546 BLAKE2B 953a5268eb7dc52934967b593237bb3006ee35e7a1657c0721ef4cdc874c9c51d7920fbdb7e38f67e221b01536166b8811a95021668491e8c783f51a08f49144 SHA512 f36ec09017aeac547c2b4ef17de7513293e8bf243707cb9c0c03826973be266847d8514002be546ac958a735e29765df94efdaecde6ad5f901c329dadc3e9451
-DIST pikepdf-5.3.0.gh.tar.gz 2360722 BLAKE2B 1be449661deb3e57f097e0a95fcd099c1652e0700077077e299c88ae131487e6f2bb89cc07ffc06bdf15f46bc6aa613ed823b9dcc6ef55f100f37451be7c2488 SHA512 ef82703447d20edc497fcac287b4eddb48f1901aa060dc5f57301469741bb15ce367d0eac4ec27431740707f0e56975dc36d8e7eb3897c879663d56134c14fb1
DIST pikepdf-5.3.1.gh.tar.gz 2360816 BLAKE2B 02b36814144acbf05cf50d8bca6542271208af0ed7548dd8f41493b6e95183851033a3d4f3335f10d4bf6798606e9031aa2b38d28a9e824692fe8f78f1e68077 SHA512 b0256533011dae384ce657200db69b6e3ac93b4364fe55a2e0fb8fb2d993550dcfe4e05b723b81d62ed1db3cd544023e81a9e70fd807bcfb618f125ae5a35117
diff --git a/dev-python/pikepdf/pikepdf-5.1.3.ebuild b/dev-python/pikepdf/pikepdf-5.1.3.ebuild
deleted file mode 100644
index ab8a2b9d246c..000000000000
--- a/dev-python/pikepdf/pikepdf-5.1.3.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-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.6.2:0=
-"
-RDEPEND="
- ${DEPEND}
- <dev-python/pillow-10[${PYTHON_USEDEP}]
- >=dev-python/lxml-4.0[${PYTHON_USEDEP}]
- >=dev-python/packaging-20[${PYTHON_USEDEP}]
- >=dev-python/pybind11-2.9.1[${PYTHON_USEDEP}]
-"
-BDEPEND="
- >=dev-python/pybind11-2.9.1[${PYTHON_USEDEP}]
- >=dev-python/setuptools_scm-6.4[${PYTHON_USEDEP}]
- dev-python/tomli[${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-5.1.4.ebuild b/dev-python/pikepdf/pikepdf-5.1.4.ebuild
deleted file mode 100644
index 200d14ab9c83..000000000000
--- a/dev-python/pikepdf/pikepdf-5.1.4.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-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://github.com/pikepdf/pikepdf/
- https://pypi.org/project/pikepdf/
-"
-SRC_URI="
- https://github.com/${PN}/${PN}/archive/v${PV/_p/.post}.tar.gz
- -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="MPL-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="
- >=app-text/qpdf-10.6.2:0=
-"
-RDEPEND="
- ${DEPEND}
- >=dev-python/pillow-9[${PYTHON_USEDEP}]
- >=dev-python/lxml-4.0[${PYTHON_USEDEP}]
- >=dev-python/pybind11-2.9.1[${PYTHON_USEDEP}]
-"
-BDEPEND="
- >=dev-python/pybind11-2.9.1[${PYTHON_USEDEP}]
- >=dev-python/setuptools_scm-6.4[${PYTHON_USEDEP}]
- dev-python/tomli[${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_tests pytest
-
-src_prepare() {
- sed -i -e '/-n auto/d' pyproject.toml || die
- distutils-r1_src_prepare
-}
diff --git a/dev-python/pikepdf/pikepdf-5.1.5.ebuild b/dev-python/pikepdf/pikepdf-5.1.5.ebuild
deleted file mode 100644
index 40a95644a05f..000000000000
--- a/dev-python/pikepdf/pikepdf-5.1.5.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-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://github.com/pikepdf/pikepdf/
- https://pypi.org/project/pikepdf/
-"
-SRC_URI="
- https://github.com/${PN}/${PN}/archive/v${PV/_p/.post}.tar.gz
- -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="MPL-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="
- >=app-text/qpdf-10.6.2:0=
-"
-RDEPEND="
- ${DEPEND}
- >=dev-python/lxml-4.0[${PYTHON_USEDEP}]
- dev-python/packaging[${PYTHON_USEDEP}]
- >=dev-python/pillow-9[${PYTHON_USEDEP}]
- >=dev-python/pybind11-2.9.1[${PYTHON_USEDEP}]
-"
-BDEPEND="
- >=dev-python/pybind11-2.9.1[${PYTHON_USEDEP}]
- >=dev-python/setuptools_scm-6.4[${PYTHON_USEDEP}]
- dev-python/setuptools_scm_git_archive[${PYTHON_USEDEP}]
- dev-python/tomli[${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_tests pytest
-
-src_prepare() {
- sed -i -e '/-n auto/d' pyproject.toml || die
- distutils-r1_src_prepare
-}
diff --git a/dev-python/pikepdf/pikepdf-5.3.0.ebuild b/dev-python/pikepdf/pikepdf-5.3.0.ebuild
deleted file mode 100644
index 2b080c8a66ca..000000000000
--- a/dev-python/pikepdf/pikepdf-5.3.0.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-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://github.com/pikepdf/pikepdf/
- https://pypi.org/project/pikepdf/
-"
-SRC_URI="
- https://github.com/${PN}/${PN}/archive/v${PV/_p/.post}.tar.gz
- -> ${P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="MPL-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="
- >=app-text/qpdf-10.6.2:0=
-"
-RDEPEND="
- ${DEPEND}
- dev-python/deprecation[${PYTHON_USEDEP}]
- >=dev-python/lxml-4.0[${PYTHON_USEDEP}]
- dev-python/packaging[${PYTHON_USEDEP}]
- >=dev-python/pillow-9[${PYTHON_USEDEP}]
- >=dev-python/pybind11-2.9.1[${PYTHON_USEDEP}]
-"
-BDEPEND="
- >=dev-python/pybind11-2.9.1[${PYTHON_USEDEP}]
- >=dev-python/setuptools_scm-6.4[${PYTHON_USEDEP}]
- dev-python/setuptools_scm_git_archive[${PYTHON_USEDEP}]
- dev-python/tomli[${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_tests pytest
-
-src_prepare() {
- sed -i -e '/-n auto/d' pyproject.toml || die
- distutils-r1_src_prepare
-}
next reply other threads:[~2022-07-11 7:59 UTC|newest]
Thread overview: 323+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-11 7:59 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-18 5:25 [gentoo-commits] repo/gentoo:master commit in: dev-python/pikepdf/ Michał Górny
2024-11-14 4:39 Michał Górny
2024-10-28 5:12 Michał Górny
2024-10-21 18:41 Arthur Zamarin
2024-10-21 18:41 Arthur Zamarin
2024-10-20 4:46 Sam James
2024-10-20 4:46 Sam James
2024-10-01 4:24 Michał Górny
2024-09-28 10:33 Michał Górny
2024-09-12 5:38 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-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 8:45 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=1657526347.42025660fdfd7dfe6b549bb81a311c48e49993f2.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