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/google-api-python-client/
Date: Tue, 27 Jun 2023 11:52:56 +0000 (UTC)	[thread overview]
Message-ID: <1687866734.e5af71280f824a5d2827e2265d77c8b319948751.mgorny@gentoo> (raw)

commit:     e5af71280f824a5d2827e2265d77c8b319948751
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 27 11:52:14 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jun 27 11:52:14 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5af7128

dev-python/google-api-python-client: Remove old

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

 dev-python/google-api-python-client/Manifest       |  3 --
 .../google-api-python-client-2.86.0.ebuild         | 49 ----------------------
 .../google-api-python-client-2.87.0.ebuild         | 49 ----------------------
 .../google-api-python-client-2.88.0.ebuild         | 49 ----------------------
 4 files changed, 150 deletions(-)

diff --git a/dev-python/google-api-python-client/Manifest b/dev-python/google-api-python-client/Manifest
index 7e6db00a8f5b..cf27e1408eb5 100644
--- a/dev-python/google-api-python-client/Manifest
+++ b/dev-python/google-api-python-client/Manifest
@@ -1,5 +1,2 @@
-DIST google-api-python-client-2.86.0.tar.gz 10767816 BLAKE2B 532b86d49dfec724237a07c6d6c4dccbdf7a4f9d8c6a1c7f96548708c55e5851bca3e1f0f28da65edbde68a6d760498af8936be177ce5c0dda3e6809db218188 SHA512 2d1aea4a6735aeffbc4aba05affaa3c4389e2f9f121185d5a5d47e818e33ae3506bebf2748d7a14b374310531c7c3a34325524c5c48df3c882c6b2a4ce579e8d
-DIST google-api-python-client-2.87.0.tar.gz 10933794 BLAKE2B 702eef338d1b976219587a24b70adc513edd47bc03e7e17dd865424542d8ca61979073ea9d474c60e765f0cd4cfdd67ae2aac7f915b2be46a8c4cfc1bd4bd975 SHA512 55c8f90e4dbd74de6570f078341cb26b90d1a0ff7f20fb5ac2b94f8100ffdc12e49a9beeea5432d0c5f5cf0d0cb7834f8c2cb398be83b1c98305e5a07e2c81f6
-DIST google-api-python-client-2.88.0.tar.gz 10943608 BLAKE2B c82dd6af36d93d6fa4c0da31ec5a2d2371a9d960efb4f5a31dc63c268578234d12553f8604478e4bde5d43dcf51a738cd622f05aae0af9a405c9fc9bcde4b156 SHA512 059f49d16a6b55ca6106f779ac08aeb47a11af73022ecdac25817922207333540ea5cea4fe61dbbaea38ae0f07317144fbc0c9a5f05ba4eb8c03bbc661b94803
 DIST google-api-python-client-2.89.0.tar.gz 10965040 BLAKE2B 819c9f0837b86acc693158830c54e48778a1c8ef1fb549a4fbbe100827d0a269b435c4c29d8683c674981ef7817a0489e1cd6639adb7c9b09951c05b8fcf3aef SHA512 e3541f7e6b151ade5feb6e50f22c26b63b85304c4254929be5776c44c6cd80a4c2660d62fc052777033705d3c6a7e8dcd1a69f7f5d3dd5dc49549237a2ce6a5f
 DIST google-api-python-client-2.90.0.tar.gz 10891311 BLAKE2B 0683e95e12e5f2faaa5ce5b3f4c82e65df00da0c884530917dd086d33dda74a66e62fd27c7edead205f9d330800d2c60929fce68ce7f82fc04f8787cae010cdf SHA512 331812b50c2816f407db25f703817bf0d20b9218de39bd91c67d40a1f113141c8b9af0210d9d10272ebf51b90485fa44f636e821de19add72eeb38fa04ffe449

diff --git a/dev-python/google-api-python-client/google-api-python-client-2.86.0.ebuild b/dev-python/google-api-python-client/google-api-python-client-2.86.0.ebuild
deleted file mode 100644
index 9eb8248acd2f..000000000000
--- a/dev-python/google-api-python-client/google-api-python-client-2.86.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2023 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 pypi
-
-DESCRIPTION="Google API Client for Python"
-HOMEPAGE="
-	https://github.com/googleapis/google-api-python-client/
-	https://pypi.org/project/google-api-python-client/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
-
-RDEPEND="
-	>=dev-python/httplib2-0.15[${PYTHON_USEDEP}]
-	<dev-python/httplib2-1[${PYTHON_USEDEP}]
-	>=dev-python/google-api-core-2.3.1[${PYTHON_USEDEP}]
-	>=dev-python/google-auth-1.35.0[${PYTHON_USEDEP}]
-	>=dev-python/google-auth-httplib2-0.1.0[${PYTHON_USEDEP}]
-	>=dev-python/uritemplate-3.0.0[${PYTHON_USEDEP}]
-	<dev-python/uritemplate-5[${PYTHON_USEDEP}]
-"
-BDEPEND="
-	test? (
-		dev-python/mock[${PYTHON_USEDEP}]
-		dev-python/pandas[${PYTHON_USEDEP}]
-		dev-python/parameterized[${PYTHON_USEDEP}]
-	)
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-	local EPYTEST_DESELECT=(
-		# require Internet access (and credentials)
-		tests/test_discovery.py::DiscoveryErrors::test_credentials_and_credentials_file_mutually_exclusive
-		tests/test_discovery.py::DiscoveryFromDocument::test_api_endpoint_override_from_client_options_mapping_object
-	)
-
-	epytest tests
-}

diff --git a/dev-python/google-api-python-client/google-api-python-client-2.87.0.ebuild b/dev-python/google-api-python-client/google-api-python-client-2.87.0.ebuild
deleted file mode 100644
index 0194f9640998..000000000000
--- a/dev-python/google-api-python-client/google-api-python-client-2.87.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2023 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 pypi
-
-DESCRIPTION="Google API Client for Python"
-HOMEPAGE="
-	https://github.com/googleapis/google-api-python-client/
-	https://pypi.org/project/google-api-python-client/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-RDEPEND="
-	>=dev-python/httplib2-0.15[${PYTHON_USEDEP}]
-	<dev-python/httplib2-1[${PYTHON_USEDEP}]
-	>=dev-python/google-api-core-2.3.1[${PYTHON_USEDEP}]
-	>=dev-python/google-auth-1.35.0[${PYTHON_USEDEP}]
-	>=dev-python/google-auth-httplib2-0.1.0[${PYTHON_USEDEP}]
-	>=dev-python/uritemplate-3.0.0[${PYTHON_USEDEP}]
-	<dev-python/uritemplate-5[${PYTHON_USEDEP}]
-"
-BDEPEND="
-	test? (
-		dev-python/mock[${PYTHON_USEDEP}]
-		dev-python/pandas[${PYTHON_USEDEP}]
-		dev-python/parameterized[${PYTHON_USEDEP}]
-	)
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-	local EPYTEST_DESELECT=(
-		# require Internet access (and credentials)
-		tests/test_discovery.py::DiscoveryErrors::test_credentials_and_credentials_file_mutually_exclusive
-		tests/test_discovery.py::DiscoveryFromDocument::test_api_endpoint_override_from_client_options_mapping_object
-	)
-
-	epytest tests
-}

diff --git a/dev-python/google-api-python-client/google-api-python-client-2.88.0.ebuild b/dev-python/google-api-python-client/google-api-python-client-2.88.0.ebuild
deleted file mode 100644
index 0194f9640998..000000000000
--- a/dev-python/google-api-python-client/google-api-python-client-2.88.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2023 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 pypi
-
-DESCRIPTION="Google API Client for Python"
-HOMEPAGE="
-	https://github.com/googleapis/google-api-python-client/
-	https://pypi.org/project/google-api-python-client/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-RDEPEND="
-	>=dev-python/httplib2-0.15[${PYTHON_USEDEP}]
-	<dev-python/httplib2-1[${PYTHON_USEDEP}]
-	>=dev-python/google-api-core-2.3.1[${PYTHON_USEDEP}]
-	>=dev-python/google-auth-1.35.0[${PYTHON_USEDEP}]
-	>=dev-python/google-auth-httplib2-0.1.0[${PYTHON_USEDEP}]
-	>=dev-python/uritemplate-3.0.0[${PYTHON_USEDEP}]
-	<dev-python/uritemplate-5[${PYTHON_USEDEP}]
-"
-BDEPEND="
-	test? (
-		dev-python/mock[${PYTHON_USEDEP}]
-		dev-python/pandas[${PYTHON_USEDEP}]
-		dev-python/parameterized[${PYTHON_USEDEP}]
-	)
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-	local EPYTEST_DESELECT=(
-		# require Internet access (and credentials)
-		tests/test_discovery.py::DiscoveryErrors::test_credentials_and_credentials_file_mutually_exclusive
-		tests/test_discovery.py::DiscoveryFromDocument::test_api_endpoint_override_from_client_options_mapping_object
-	)
-
-	epytest tests
-}


             reply	other threads:[~2023-06-27 11:53 UTC|newest]

Thread overview: 318+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-27 11:52 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-18 14:03 [gentoo-commits] repo/gentoo:master commit in: dev-python/google-api-python-client/ Michał Górny
2024-09-14 12:32 Michał Górny
2024-09-14 11:31 Arthur Zamarin
2024-09-11  3:09 Michał Górny
2024-09-07 11:12 Michał Górny
2024-09-07 10:58 Michał Górny
2024-09-06  9:25 Michał Górny
2024-08-31  9:21 Michał Górny
2024-08-31  8:00 Arthur Zamarin
2024-08-29  4:52 Michał Górny
2024-08-24 13:06 Michał Górny
2024-08-24  9:05 Arthur Zamarin
2024-08-21  3:14 Michał Górny
2024-08-15  3:47 Michał Górny
2024-08-10  6:46 Michał Górny
2024-08-10  6:43 Michał Górny
2024-08-07 14:10 Michał Górny
2024-08-03  8:44 Michał Górny
2024-08-03  8:30 Jakov Smolić
2024-07-31  5:52 Michał Górny
2024-07-26  1:57 Michał Górny
2024-07-20  9:01 Michał Górny
2024-07-20  7:41 Arthur Zamarin
2024-07-13 12:02 Michał Górny
2024-07-10  6:32 Michał Górny
2024-07-06  8:33 Michał Górny
2024-07-06  6:45 Sam James
2024-07-03  3:44 Michał Górny
2024-06-28  5:19 Michał Górny
2024-06-22 15:01 Michał Górny
2024-06-22 13:49 Arthur Zamarin
2024-06-20  4:45 Michał Górny
2024-06-12  5:08 Michał Górny
2024-06-08  9:02 Michał Górny
2024-06-08  7:33 Arthur Zamarin
2024-06-05  4:51 Michał Górny
2024-05-29  4:17 Michał Górny
2024-05-23  2:11 Michał Górny
2024-05-22  9:10 Michał Górny
2024-05-22  9:05 Michał Górny
2024-05-22  8:03 Michał Górny
2024-05-11  8:13 Michał Górny
2024-05-11  7:41 Arthur Zamarin
2024-05-11  5:19 Michał Górny
2024-05-07 17:45 Michał Górny
2024-05-01 17:44 Michał Górny
2024-05-01 16:48 Sam James
2024-04-24 13:42 Michał Górny
2024-04-20  9:48 Michał Górny
2024-04-20  9:45 Michał Górny
2024-04-17  3:42 Michał Górny
2024-04-13 17:49 Michał Górny
2024-04-13 17:36 Sam James
2024-04-03  5:31 Michał Górny
2024-03-30 14:59 Michał Górny
2024-03-30 14:53 Michał Górny
2024-03-29  5:16 Michał Górny
2024-03-22  4:38 Michał Górny
2024-03-21 17:45 Arthur Zamarin
2024-03-16 12:08 Michał Górny
2024-03-16 11:28 Arthur Zamarin
2024-03-12 17:51 Michał Górny
2024-03-09 14:19 Michał Górny
2024-03-05 19:11 Michał Górny
2024-03-02 11:44 Michał Górny
2024-03-02 10:20 Arthur Zamarin
2024-03-01  4:47 Michał Górny
2024-02-24 15:12 Michał Górny
2024-02-24 14:04 Sam James
2024-02-23  3:40 Michał Górny
2024-02-14 12:36 Michał Górny
2024-02-14 12:26 Michał Górny
2024-02-14  7:26 Michał Górny
2024-02-11 13:10 Michał Górny
2024-02-11 11:11 Sam James
2024-02-09 18:45 Arthur Zamarin
2024-02-03 11:44 Michał Górny
2024-02-03 11:02 Sam James
2024-01-31  6:59 Michał Górny
2024-01-26 17:07 Michał Górny
2024-01-25  4:43 Michał Górny
2024-01-24 19:21 Michał Górny
2024-01-23 18:18 Arthur Zamarin
2024-01-18 19:45 Michał Górny
2024-01-18 18:52 Arthur Zamarin
2024-01-16 17:30 Michał Górny
2024-01-09  6:54 Michał Górny
2024-01-04 17:08 Michał Górny
2023-12-30 14:32 Michał Górny
2023-12-30 14:25 Arthur Zamarin
2023-12-24  5:47 Michał Górny
2023-12-15 10:52 Michał Górny
2023-12-15 10:44 Arthur Zamarin
2023-12-13  4:38 Michał Górny
2023-12-08  5:41 Michał Górny
2023-12-02 10:43 Michał Górny
2023-11-30  5:48 Michał Górny
2023-11-14 20:06 Michał Górny
2023-11-07 19:22 Michał Górny
2023-11-03 17:04 Michał Górny
2023-11-03  7:08 Sam James
2023-10-31 19:12 Michał Górny
2023-10-28 15:23 Michał Górny
2023-10-25  7:43 Michał Górny
2023-10-17 18:57 Michał Górny
2023-10-10 18:11 Michał Górny
2023-10-04 18:37 Michał Górny
2023-10-04 17:43 Michał Górny
2023-10-04 17:10 Sam James
2023-09-26  4:42 Michał Górny
2023-09-19 15:43 Arthur Zamarin
2023-09-13  2:42 Michał Górny
2023-09-11 14:03 Michał Górny
2023-09-11 11:42 Arthur Zamarin
2023-09-07  3:19 Michał Górny
2023-08-16  4:19 Michał Górny
2023-08-16  2:20 Sam James
2023-08-15 19:15 Michał Górny
2023-08-08 20:06 Michał Górny
2023-07-26  6:03 Michał Górny
2023-07-24 10:49 Michał Górny
2023-07-19  6:57 Michał Górny
2023-07-12  4:04 Michał Górny
2023-07-06  3:31 Michał Górny
2023-06-30  2:46 Michał Górny
2023-06-27  5:19 Jakov Smolić
2023-06-21  4:14 Michał Górny
2023-06-13 16:26 Michał Górny
2023-05-31  6:33 Michał Górny
2023-05-25  3:01 Michał Górny
2023-05-23 16:15 Michał Górny
2023-05-23 15:57 Arthur Zamarin
2023-04-22 16:18 Michał Górny
2023-04-22 11:33 Sam James
2023-04-19  6:34 Michał Górny
2023-04-11 17:25 Michał Górny
2023-04-06  3:07 Michał Górny
2023-03-29  5:49 Michał Górny
2023-03-25  9:22 Michał Górny
2023-03-25  6:32 Sam James
2023-03-21 20:06 Michał Górny
2023-03-17 17:19 Michał Górny
2023-03-17 16:57 Sam James
2023-03-14  6:11 Michał Górny
2023-03-02  5:13 Michał Górny
2023-02-22 14:36 Michał Górny
2023-02-22  6:09 Sam James
2023-02-21 19:02 Michał Górny
2023-02-16  5:10 Michał Górny
2023-02-15  7:16 Michał Górny
2023-02-08 13:55 Michał Górny
2023-02-08 13:51 Sam James
2023-02-08  6:27 Michał Górny
2023-02-03  7:19 Michał Górny
2023-01-31 19:09 Arthur Zamarin
2023-01-24 20:43 Michał Górny
2023-01-24 20:33 Arthur Zamarin
2023-01-24 18:14 Michał Górny
2023-01-18  7:34 Michał Górny
2023-01-13 17:13 Michał Górny
2023-01-13 14:50 Sam James
2023-01-11  5:14 Michał Górny
2023-01-10 14:23 Michał Górny
2023-01-08 14:17 Michał Górny
2023-01-05  8:36 Michał Górny
2022-12-17  7:08 Michał Górny
2022-12-16 21:19 Arthur Zamarin
2022-12-09 13:56 Michał Górny
2022-12-01  7:09 Michał Górny
2022-11-19 16:52 Michał Górny
2022-11-19 16:40 Sam James
2022-11-16 17:21 Michał Górny
2022-11-05  5:04 Michał Górny
2022-11-05  2:38 Sam James
2022-10-19  3:49 Michał Górny
2022-10-10 20:22 Michał Górny
2022-10-10 18:37 Sam James
2022-10-05  5:20 Arthur Zamarin
2022-09-27 18:25 Arthur Zamarin
2022-09-26  6:06 Michał Górny
2022-09-25 23:58 Sam James
2022-09-22  7:40 Michał Górny
2022-09-20  5:37 Michał Górny
2022-09-20  0:07 Sam James
2022-09-11  5:31 Michał Górny
2022-09-10 22:57 Jakov Smolić
2022-09-09  7:23 Arthur Zamarin
2022-08-23 16:48 Arthur Zamarin
2022-08-19 17:18 Michał Górny
2022-08-19 16:54 Sam James
2022-08-16 18:51 Arthur Zamarin
2022-08-09 17:58 Arthur Zamarin
2022-07-29 10:37 Arthur Zamarin
2022-07-24 20:29 Michał Górny
2022-07-24 19:13 Sam James
2022-07-20  5:39 Michał Górny
2022-07-14 18:34 Arthur Zamarin
2022-06-28 18:49 Arthur Zamarin
2022-06-22  7:59 Michał Górny
2022-06-22  6:53 Agostino Sarubbo
2022-06-15 11:32 Michał Górny
2022-06-08  5:35 Michał Górny
2022-05-26  8:07 Michał Górny
2022-05-21 19:22 Michał Górny
2022-05-21 17:35 Jakov Smolić
2022-05-18  5:58 Michał Górny
2022-05-04  8:19 Michał Górny
2022-04-27  8:12 Michał Górny
2022-04-27  6:46 Michał Górny
2022-04-26 22:05 Sam James
2022-04-20  7:47 Michał Górny
2022-04-16 15:56 Michał Górny
2022-04-16  7:38 Sam James
2022-04-12 17:34 Michał Górny
2022-04-05 17:55 Arthur Zamarin
2022-03-28 10:14 Michał Górny
2022-03-28  6:51 Agostino Sarubbo
2022-03-23  8:58 Michał Górny
2022-03-15 18:24 Michał Górny
2022-03-15 13:23 Michał Górny
2022-02-27 18:46 Michał Górny
2022-02-25 11:24 Arthur Zamarin
2022-02-25 11:24 Arthur Zamarin
2022-02-24  8:52 Michał Górny
2022-02-23 21:30 Michał Górny
2022-02-09 19:45 Michał Górny
2022-01-19  9:06 Michał Górny
2022-01-14  8:08 Michał Górny
2022-01-13 12:06 Michał Górny
2022-01-13  4:16 Sam James
2022-01-06 19:31 Arthur Zamarin
2022-01-03 22:30 Michał Górny
2022-01-03 19:23 Jakov Smolić
2021-12-07 23:27 Michał Górny
2021-12-02 23:13 Michał Górny
2021-11-29 14:45 Michał Górny
2021-11-28 23:36 Jakov Smolić
2021-11-17  9:55 Michał Górny
2021-11-10  7:32 Michał Górny
2021-11-03  6:43 Michał Górny
2021-11-02 22:59 Michał Górny
2021-10-31 20:26 Michał Górny
2021-10-27 17:01 Michał Górny
2021-10-20  9:40 Michał Górny
2021-10-13 10:09 Michał Górny
2021-10-12  6:18 Michał Górny
2021-10-10 16:18 Michał Górny
2021-10-06  7:46 Michał Górny
2021-09-29  8:16 Michał Górny
2021-09-27  7:03 Michał Górny
2021-09-27  6:55 Agostino Sarubbo
2021-09-21 19:11 Michał Górny
2021-09-14 21:35 Michał Górny
2021-09-08 20:26 Michał Górny
2021-09-02 21:00 Michał Górny
2021-08-30  5:54 Michał Górny
2021-08-30  1:23 Sam James
2021-08-25  7:07 Michał Górny
2021-08-18  6:56 Michał Górny
2021-08-07 14:52 Michał Górny
2021-08-07 14:43 Sam James
2021-07-27  7:05 Michał Górny
2021-07-21  7:25 Michał Górny
2021-07-15  9:22 Michał Górny
2021-07-07 22:29 Michał Górny
2021-07-05 11:16 Michał Górny
2021-07-03  6:26 Michał Górny
2021-07-03  6:17 Agostino Sarubbo
2021-06-30  6:01 Michał Górny
2021-06-23  9:28 Michał Górny
2021-06-14 21:03 Michał Górny
2021-06-08 23:12 Michał Górny
2021-06-05 21:08 Michał Górny
2021-06-05 20:35 Sam James
2021-06-01 21:37 Michał Górny
2021-05-26 20:39 Michał Górny
2021-05-21  9:21 Michał Górny
2021-05-13  8:56 Michał Górny
2021-05-06 11:12 Michał Górny
2021-05-06 10:06 Sam James
2021-04-29 11:42 Michał Górny
2021-04-29  7:59 Michał Górny
2021-04-29  7:59 Michał Górny
2021-04-29  7:18 Michał Górny
2021-04-14  7:19 Michał Górny
2021-04-01  7:43 Michał Górny
2021-03-04 22:21 Michał Górny
2021-03-03 23:39 Michał Górny
2021-03-03 23:39 Michał Górny
2020-12-11 14:51 Michał Górny
2020-09-20 20:21 Agostino Sarubbo
2020-08-31 20:54 Thomas Deutschmann
2020-08-31  0:55 Zac Medico
2020-08-09 23:34 Zac Medico
2020-06-06 18:01 Michał Górny
2020-05-14 21:26 Mart Raudsepp
2020-05-14 16:43 Patrick McLean
2020-03-28 11:21 Michał Górny
2020-03-27 10:42 Michał Górny
2020-02-05 15:48 Michał Górny
2019-07-12 17:52 Patrick McLean
2019-07-12 17:31 Patrick McLean
2019-04-10 22:44 Matthew Thode
2018-02-22 19:59 Matt Thode
2018-01-05 13:26 Michał Górny
2017-09-30  0:31 Matt Thode
2017-06-26 11:04 Alexis Ballier
2017-05-13  6:31 Markus Meier
2017-05-04  4:13 Zac Medico
2017-03-17 20:03 Zac Medico
2017-02-20 18:15 Markus Meier
2017-01-18 11:57 Agostino Sarubbo
2017-01-18 11:29 Agostino Sarubbo
2016-11-05 23:54 Robin H. Johnson
2016-10-12 11:15 Zac Medico
2016-02-21 15:32 Justin Lecher
2015-11-25 22:17 Zac Medico

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=1687866734.e5af71280f824a5d2827e2265d77c8b319948751.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