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/reportlab/
Date: Fri, 26 Feb 2021 14:35:21 +0000 (UTC)	[thread overview]
Message-ID: <1614349614.84f5279b7bb6c291aafa4e946dd06269c1342248.mgorny@gentoo> (raw)

commit:     84f5279b7bb6c291aafa4e946dd06269c1342248
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 26 14:01:38 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Feb 26 14:26:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84f5279b

dev-python/reportlab: Remove old

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

 dev-python/reportlab/Manifest                |  4 --
 dev-python/reportlab/reportlab-3.5.56.ebuild | 62 ----------------------------
 dev-python/reportlab/reportlab-3.5.57.ebuild | 62 ----------------------------
 dev-python/reportlab/reportlab-3.5.58.ebuild | 62 ----------------------------
 dev-python/reportlab/reportlab-3.5.59.ebuild | 62 ----------------------------
 5 files changed, 252 deletions(-)

diff --git a/dev-python/reportlab/Manifest b/dev-python/reportlab/Manifest
index 285b9798066..36c3384c2c7 100644
--- a/dev-python/reportlab/Manifest
+++ b/dev-python/reportlab/Manifest
@@ -1,6 +1,2 @@
 DIST pfbfer-20070710.zip 677333 BLAKE2B 100214476a361a5e5d1f3da0999591345f6e3a3f8c6bc3f6a3e9eca734190c6259758a43302c6e41254d33491fe535eb7d5dd07aa9727c912424bebc31fc18df SHA512 6fd4a5d955464b10d13a7b748703450c1fe120d5ed09e8cfa1b4dfa9c183c59fe001df29433af551796b0df62544b7ddc364f9bb1bdcc2cd300434340ffcc4f2
-DIST reportlab-3.5.56.tar.gz 2899527 BLAKE2B 83f14c472a8675449e2f50f806fc5136fceb2c2f307ebd2d34ecad98ce6a67f62971869e05b7d4fe7017b5e728d21d16037ef6f04c3639b0cec8069851e46b64 SHA512 49bafe1b1f0067df1d76a8e61b35ec7062dfffa608f6086241dfa589244bef5784180de7c3d86dc62334282a40a012f7579f5c3cec3c4b0387ba2c482a04c010
-DIST reportlab-3.5.57.tar.gz 2901465 BLAKE2B ecb0459414d359b8feb048ad34cfd782a6913f2e254f6d8832dd076fe63fda82d24c4dda28da9c0cc6765c284d51a45d44459d225899574625212c33800116dc SHA512 d325e389ddd7d3c4d98e462956a3c4b7237c9219728577a1e0599a137d19a27205b223fd13c5c260e2968c435bc06b2e4745945ac056926543a47e52868e21db
-DIST reportlab-3.5.58.tar.gz 2903638 BLAKE2B ac19bda75e111266b35a939fc64ac44de4ad69dc7a7cbf9fdabc233e28f33589ba97dc5082cd38d5b8d11a2c7aaab0bac69a1453d8661fd26017f8e07299c2e8 SHA512 949b50f65ca305f79fbb06e7e7b1ebfb6546864892f764a3440eaed0a95ac001a71d3685e8702032573ed60893b9529bd2356b1d5419882058a3b9aab986cb64
-DIST reportlab-3.5.59.tar.gz 2904089 BLAKE2B ab9bdbc8decda8f858c49a7ffe5ed919a2ca971a20967be45bdb780d9480aa474462c76f886756b433cee3ccd4d78e245334dc6a600c8e19c28ad79befe14705 SHA512 c862acb10f4eaed877321afadb52615132dcda0976e648e1767c32cd0398fc2763048f274d31da6088cb824311e8a28fee048cd6e98411e70583cfb36d0050ca
 DIST reportlab-3.5.60.tar.gz 2905122 BLAKE2B 8863e910dac03d5fd1d53880bb9fe83d218641156e481c97b498e462cf9e1e5c6826f2f25fcef7c65cee3dbc7551401bfd1dba6a319532363b7c9cbc9c37e618 SHA512 395ad0c904215ba3ae16efa52140b7cc6f751efd04c70f687a8891806b346d78c75bb29df5aa0d6d49adb6f5638da58704e713ee1500df05424c9dddc38afad2

diff --git a/dev-python/reportlab/reportlab-3.5.56.ebuild b/dev-python/reportlab/reportlab-3.5.56.ebuild
deleted file mode 100644
index 97e7e60f515..00000000000
--- a/dev-python/reportlab/reportlab-3.5.56.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Tools for generating printable PDF documents from any data source"
-HOMEPAGE="
-	https://www.reportlab.com/
-	https://pypi.org/project/reportlab/"
-SRC_URI="
-	mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz
-	https://www.reportlab.com/ftp/fonts/pfbfer-20070710.zip"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-	media-libs/freetype
-	media-libs/libart_lgpl
-	sys-libs/zlib:="
-RDEPEND="
-	${DEPEND}
-	dev-python/pillow[tiff,truetype,jpeg(+),${PYTHON_USEDEP}]"
-BDEPEND="
-	app-arch/unzip
-	test? ( ${RDEPEND} )"
-
-distutils_enable_sphinx docs/source
-
-PATCHES=(
-	# bug 738312, remove -L/usr/lib from link line
-	"${FILESDIR}"/${PN}-3.5.48-usr-lib-LLD.patch
-)
-
-src_unpack() {
-	unpack ${P}.tar.gz
-	cd ${P}/src/reportlab/fonts || die
-	unpack pfbfer-20070710.zip
-}
-
-python_prepare_all() {
-	# tests requiring Internet access
-	sed -i -e 's:test0:_&:' \
-		tests/test_platypus_general.py \
-		tests/test_platypus_images.py || die
-	sed -i -e 's:test9:_&:' tests/test_lib_utils.py || die
-
-	distutils-r1_python_prepare_all
-}
-
-python_test() {
-	pushd tests >/dev/null || die
-	"${EPYTHON}" runAll.py || die "Testing failed with ${EPYTHON}"
-	popd >/dev/null || die
-}

diff --git a/dev-python/reportlab/reportlab-3.5.57.ebuild b/dev-python/reportlab/reportlab-3.5.57.ebuild
deleted file mode 100644
index 9621138af46..00000000000
--- a/dev-python/reportlab/reportlab-3.5.57.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Tools for generating printable PDF documents from any data source"
-HOMEPAGE="
-	https://www.reportlab.com/
-	https://pypi.org/project/reportlab/"
-SRC_URI="
-	mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz
-	https://www.reportlab.com/ftp/fonts/pfbfer-20070710.zip"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-	media-libs/freetype
-	media-libs/libart_lgpl
-	sys-libs/zlib:="
-RDEPEND="
-	${DEPEND}
-	dev-python/pillow[tiff,truetype,jpeg(+),${PYTHON_USEDEP}]"
-BDEPEND="
-	app-arch/unzip
-	test? ( ${RDEPEND} )"
-
-distutils_enable_sphinx docs/source
-
-PATCHES=(
-	# bug 738312, remove -L/usr/lib from link line
-	"${FILESDIR}"/${PN}-3.5.48-usr-lib-LLD.patch
-)
-
-src_unpack() {
-	unpack ${P}.tar.gz
-	cd ${P}/src/reportlab/fonts || die
-	unpack pfbfer-20070710.zip
-}
-
-python_prepare_all() {
-	# tests requiring Internet access
-	sed -i -e 's:test0:_&:' \
-		tests/test_platypus_general.py \
-		tests/test_platypus_images.py || die
-	sed -i -e 's:test9:_&:' tests/test_lib_utils.py || die
-
-	distutils-r1_python_prepare_all
-}
-
-python_test() {
-	pushd tests >/dev/null || die
-	"${EPYTHON}" runAll.py || die "Testing failed with ${EPYTHON}"
-	popd >/dev/null || die
-}

diff --git a/dev-python/reportlab/reportlab-3.5.58.ebuild b/dev-python/reportlab/reportlab-3.5.58.ebuild
deleted file mode 100644
index f9cdc2cc372..00000000000
--- a/dev-python/reportlab/reportlab-3.5.58.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Tools for generating printable PDF documents from any data source"
-HOMEPAGE="
-	https://www.reportlab.com/
-	https://pypi.org/project/reportlab/"
-SRC_URI="
-	mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz
-	https://www.reportlab.com/ftp/fonts/pfbfer-20070710.zip"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-	media-libs/freetype
-	media-libs/libart_lgpl
-	sys-libs/zlib:="
-RDEPEND="
-	${DEPEND}
-	dev-python/pillow[tiff,truetype,jpeg(+),${PYTHON_USEDEP}]"
-BDEPEND="
-	app-arch/unzip
-	test? ( ${RDEPEND} )"
-
-distutils_enable_sphinx docs/source
-
-PATCHES=(
-	# bug 738312, remove -L/usr/lib from link line
-	"${FILESDIR}"/${PN}-3.5.48-usr-lib-LLD.patch
-)
-
-src_unpack() {
-	unpack ${P}.tar.gz
-	cd ${P}/src/reportlab/fonts || die
-	unpack pfbfer-20070710.zip
-}
-
-python_prepare_all() {
-	# tests requiring Internet access
-	sed -i -e 's:test0:_&:' \
-		tests/test_platypus_general.py \
-		tests/test_platypus_images.py || die
-	sed -i -e 's:test9:_&:' tests/test_lib_utils.py || die
-
-	distutils-r1_python_prepare_all
-}
-
-python_test() {
-	pushd tests >/dev/null || die
-	"${EPYTHON}" runAll.py || die "Testing failed with ${EPYTHON}"
-	popd >/dev/null || die
-}

diff --git a/dev-python/reportlab/reportlab-3.5.59.ebuild b/dev-python/reportlab/reportlab-3.5.59.ebuild
deleted file mode 100644
index f9cdc2cc372..00000000000
--- a/dev-python/reportlab/reportlab-3.5.59.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Tools for generating printable PDF documents from any data source"
-HOMEPAGE="
-	https://www.reportlab.com/
-	https://pypi.org/project/reportlab/"
-SRC_URI="
-	mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz
-	https://www.reportlab.com/ftp/fonts/pfbfer-20070710.zip"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-	media-libs/freetype
-	media-libs/libart_lgpl
-	sys-libs/zlib:="
-RDEPEND="
-	${DEPEND}
-	dev-python/pillow[tiff,truetype,jpeg(+),${PYTHON_USEDEP}]"
-BDEPEND="
-	app-arch/unzip
-	test? ( ${RDEPEND} )"
-
-distutils_enable_sphinx docs/source
-
-PATCHES=(
-	# bug 738312, remove -L/usr/lib from link line
-	"${FILESDIR}"/${PN}-3.5.48-usr-lib-LLD.patch
-)
-
-src_unpack() {
-	unpack ${P}.tar.gz
-	cd ${P}/src/reportlab/fonts || die
-	unpack pfbfer-20070710.zip
-}
-
-python_prepare_all() {
-	# tests requiring Internet access
-	sed -i -e 's:test0:_&:' \
-		tests/test_platypus_general.py \
-		tests/test_platypus_images.py || die
-	sed -i -e 's:test9:_&:' tests/test_lib_utils.py || die
-
-	distutils-r1_python_prepare_all
-}
-
-python_test() {
-	pushd tests >/dev/null || die
-	"${EPYTHON}" runAll.py || die "Testing failed with ${EPYTHON}"
-	popd >/dev/null || die
-}


             reply	other threads:[~2021-02-26 14:35 UTC|newest]

Thread overview: 285+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-26 14:35 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-13  7:27 [gentoo-commits] repo/gentoo:master commit in: dev-python/reportlab/ Michał Górny
2025-02-04  4:28 Michał Górny
2024-10-19 10:17 Michał Górny
2024-10-19 10:11 Arthur Zamarin
2024-10-19  9:28 Arthur Zamarin
2024-10-19  9:25 Arthur Zamarin
2024-10-19  9:14 Arthur Zamarin
2024-10-19  8:41 Arthur Zamarin
2024-10-19  8:08 Arthur Zamarin
2024-10-19  7:53 Arthur Zamarin
2024-10-02 11:22 Michał Górny
2024-09-28  7:42 Michał Górny
2024-07-13 19:25 Michał Górny
2024-07-13 15:18 Arthur Zamarin
2024-07-13 12:10 Arthur Zamarin
2024-07-13 10:27 Arthur Zamarin
2024-07-13 10:17 Arthur Zamarin
2024-07-13  9:57 Arthur Zamarin
2024-07-13  9:36 Arthur Zamarin
2024-07-13  7:27 Arthur Zamarin
2024-06-26  2:09 Michał Górny
2024-06-15 17:47 Michał Górny
2024-05-04 11:32 Michał Górny
2024-05-04  9:48 Arthur Zamarin
2024-05-04  9:48 Arthur Zamarin
2024-05-04  8:02 Arthur Zamarin
2024-05-04  7:55 Arthur Zamarin
2024-05-04  7:48 Arthur Zamarin
2024-05-04  7:23 Arthur Zamarin
2024-05-04  7:20 Arthur Zamarin
2024-04-19  2:21 Michał Górny
2024-03-03  3:37 Michał Górny
2024-03-02 21:00 Arthur Zamarin
2024-03-02 15:38 Arthur Zamarin
2024-02-24 19:22 Arthur Zamarin
2024-02-24 10:26 Sam James
2024-02-24 10:14 Michał Górny
2024-02-24 10:07 Sam James
2024-02-24 10:07 Sam James
2024-02-08 18:56 Michał Górny
2024-01-29 10:25 Michał Górny
2024-01-29  9:23 Sam James
2024-01-29  8:37 Sam James
2024-01-29  8:27 Sam James
2024-01-29  8:19 Sam James
2024-01-29  8:19 Sam James
2024-01-29  8:02 Sam James
2024-01-29  8:01 Sam James
2024-01-22  6:59 Viorel Munteanu
2024-01-10 21:12 Michał Górny
2024-01-06 18:46 Michał Górny
2024-01-06  8:11 Sam James
2023-12-30 15:19 Arthur Zamarin
2023-12-30 14:51 Arthur Zamarin
2023-12-30 14:31 Arthur Zamarin
2023-12-11 17:42 Michał Górny
2023-11-29 15:29 Michał Górny
2023-11-29 15:15 Arthur Zamarin
2023-11-29 14:00 Arthur Zamarin
2023-11-29 13:21 Arthur Zamarin
2023-11-29 11:32 Michał Górny
2023-11-29 11:32 Michał Górny
2023-11-29 10:03 Michał Górny
2023-11-29 10:03 Michał Górny
2023-11-08 15:39 Michał Górny
2023-10-28 15:24 Michał Górny
2023-10-27 20:06 Sam James
2023-10-27 19:55 Arthur Zamarin
2023-10-27 19:55 Arthur Zamarin
2023-10-27 19:33 Sam James
2023-10-27 19:32 Sam James
2023-10-27 19:32 Sam James
2023-10-27 19:32 Sam James
2023-10-11 16:49 Michał Górny
2023-09-26 12:31 Michał Górny
2023-08-24 18:12 Arthur Zamarin
2023-08-02 13:36 Sam James
2023-08-02 13:19 Sam James
2023-07-24 11:03 Jakov Smolić
2023-07-24  8:54 Jakov Smolić
2023-06-09 14:40 Michał Górny
2023-05-04 16:56 Michał Górny
2023-04-28 15:56 Arthur Zamarin
2023-04-28 15:55 Arthur Zamarin
2023-04-27 23:31 Sam James
2023-04-27 23:29 Sam James
2023-04-27 23:29 Sam James
2023-04-27 23:29 Sam James
2023-04-27 13:48 Michał Górny
2023-03-17  5:32 Michał Górny
2022-11-30  3:09 Michał Górny
2022-11-30  0:52 Sam James
2022-11-29 21:46 Jakov Smolić
2022-11-29  8:11 Arthur Zamarin
2022-11-29  7:53 Arthur Zamarin
2022-11-29  7:46 Arthur Zamarin
2022-11-29  7:33 Arthur Zamarin
2022-11-29  7:28 Arthur Zamarin
2022-10-26 18:42 Arthur Zamarin
2022-09-26  5:05 Arthur Zamarin
2022-09-25 23:58 Sam James
2022-09-25 23:58 Sam James
2022-09-25 23:58 Sam James
2022-09-25 18:43 Arthur Zamarin
2022-09-25 18:31 Arthur Zamarin
2022-09-25 18:31 Arthur Zamarin
2022-09-25 18:03 Arthur Zamarin
2022-09-25 18:01 Arthur Zamarin
2022-08-15 16:29 Arthur Zamarin
2022-08-15  7:46 Agostino Sarubbo
2022-08-15  7:40 Agostino Sarubbo
2022-08-13 11:07 Arthur Zamarin
2022-08-13 10:53 Arthur Zamarin
2022-08-13 10:43 Arthur Zamarin
2022-07-11 20:00 Arthur Zamarin
2022-07-11 16:32 Arthur Zamarin
2022-07-10 18:52 Arthur Zamarin
2022-07-10 18:04 Arthur Zamarin
2022-07-10 18:04 Arthur Zamarin
2022-07-10 16:58 Sam James
2022-07-10 16:56 Sam James
2022-06-06 18:44 Arthur Zamarin
2022-05-19  7:14 Michał Górny
2022-04-26  3:07 Sam James
2022-04-19 16:43 Arthur Zamarin
2022-04-19 16:43 Arthur Zamarin
2022-04-19 13:47 Arthur Zamarin
2022-04-19 13:46 Jakov Smolić
2022-04-19 13:46 Jakov Smolić
2022-04-19 12:10 Arthur Zamarin
2022-03-28  6:51 Agostino Sarubbo
2022-03-27  9:31 Michał Górny
2022-03-27  6:27 Agostino Sarubbo
2022-03-26 19:45 Sam James
2022-03-26 19:20 Arthur Zamarin
2022-03-26 19:19 Arthur Zamarin
2022-03-26 17:52 Arthur Zamarin
2022-03-26 17:03 Arthur Zamarin
2022-03-16 10:06 Michał Górny
2022-03-12 10:35 Michał Górny
2022-03-12  9:54 Arthur Zamarin
2022-03-12  9:34 Arthur Zamarin
2022-03-06  7:45 Sam James
2022-02-19  0:05 Michał Górny
2022-02-11 13:36 Michał Górny
2022-02-11 12:25 Sam James
2022-02-09  1:23 Sam James
2022-02-04  9:12 Jakov Smolić
2022-02-04  9:12 Jakov Smolić
2022-02-03 21:12 Arthur Zamarin
2022-02-03 21:03 Arthur Zamarin
2022-02-03 21:00 Arthur Zamarin
2022-01-26  7:33 Michał Górny
2021-12-31  8:17 Michał Górny
2021-12-31  0:46 Sam James
2021-12-31  0:46 Sam James
2021-12-30 21:56 Michał Górny
2021-12-30 20:29 Arthur Zamarin
2021-12-30 20:16 Arthur Zamarin
2021-12-30 20:10 Arthur Zamarin
2021-12-30 19:54 Arthur Zamarin
2021-12-30 19:51 Arthur Zamarin
2021-11-29 14:45 Michał Górny
2021-11-23 17:06 Michał Górny
2021-11-23 10:49 Sam James
2021-11-22 17:31 Arthur Zamarin
2021-11-22 13:45 Sam James
2021-11-22  8:03 Sam James
2021-11-22  8:03 Sam James
2021-11-22  7:51 Agostino Sarubbo
2021-11-21 19:28 Jakov Smolić
2021-10-14  7:51 Michał Górny
2021-09-13  6:28 Michał Górny
2021-09-13  6:28 Michał Górny
2021-09-12 22:59 Sam James
2021-09-12  8:38 Sam James
2021-09-12  8:26 Sam James
2021-09-12  7:37 Sam James
2021-09-12  7:24 Agostino Sarubbo
2021-09-12  7:21 Agostino Sarubbo
2021-09-12  7:09 Agostino Sarubbo
2021-09-04 22:07 Michał Górny
2021-09-04 21:39 Sam James
2021-09-01 18:32 Sam James
2021-08-30 17:38 Sam James
2021-08-30  1:27 Sam James
2021-08-30  1:27 Sam James
2021-08-30  1:23 Sam James
2021-08-30  1:23 Sam James
2021-08-07  6:33 Michał Górny
2021-08-06  6:22 Michał Górny
2021-07-27 23:11 Marek Szuba
2021-06-27 14:20 Michał Górny
2021-06-05 18:14 Michał Górny
2021-05-20 19:53 Michał Górny
2021-05-20 14:26 Sergei Trofimovich
2021-05-20  1:47 Sam James
2021-05-19 23:41 Sam James
2021-05-18 23:20 Sam James
2021-05-18 23:20 Sam James
2021-05-18 23:20 Sam James
2021-05-18 23:20 Sam James
2021-04-21  6:40 Michał Górny
2021-04-15  9:03 Michał Górny
2021-04-14 22:07 Sam James
2021-04-14  7:19 Michał Górny
2021-04-13 16:05 Sam James
2021-04-12 21:21 Sergei Trofimovich
2021-04-12 15:55 Sam James
2021-04-12 15:55 Sam James
2021-04-12 15:52 Sam James
2021-04-12 15:50 Sam James
2021-03-20  7:22 Michał Górny
2021-03-11  8:48 Michał Górny
2021-03-09 23:44 Michał Górny
2021-03-05 21:50 Michał Górny
2021-02-26 13:53 Sam James
2021-02-26 10:12 Agostino Sarubbo
2021-02-26  8:09 Agostino Sarubbo
2021-02-25 18:58 Sam James
2021-02-25  8:41 Sergei Trofimovich
2021-02-24 22:07 Sam James
2021-02-24 22:05 Sam James
2021-01-23  0:11 Michał Górny
2021-01-09 18:04 Michał Górny
2021-01-09 13:12 Sergei Trofimovich
2021-01-08  0:58 Sam James
2021-01-07 12:14 Sam James
2021-01-07  1:12 Sam James
2021-01-07  1:08 Sam James
2021-01-07  0:58 Sam James
2021-01-06 10:59 Sam James
2021-01-05  9:51 Michał Górny
2021-01-02  9:29 Michał Górny
2020-12-27 19:43 Michał Górny
2020-12-05 23:48 Sam James
2020-12-05 23:48 Sam James
2020-10-09  8:53 Michał Górny
2020-09-30 22:04 Sam James
2020-09-27 10:05 Sergei Trofimovich
2020-09-24  6:59 Agostino Sarubbo
2020-09-24  6:53 Agostino Sarubbo
2020-09-24  6:52 Agostino Sarubbo
2020-09-24  6:49 Agostino Sarubbo
2020-08-29  4:30 Sam James
2020-08-23 11:45 David Seifert
2020-08-18 21:53 Sergei Trofimovich
2020-06-20  1:25 Aaron Bauman
2020-06-07  8:48 Agostino Sarubbo
2020-06-07  8:44 Agostino Sarubbo
2020-06-06 20:13 Agostino Sarubbo
2020-06-06 17:32 Agostino Sarubbo
2020-06-06 17:29 Agostino Sarubbo
2020-06-06 12:57 Sergei Trofimovich
2020-05-22  9:04 Michał Górny
2020-05-22  9:04 Michał Górny
2020-04-20  8:05 Michał Górny
2020-03-31 18:02 Sergei Trofimovich
2020-01-26 13:33 David Seifert
2019-12-30 21:54 Piotr Karbowski
2019-07-29 10:44 Mikle Kolyada
2019-06-25 20:05 Sergei Trofimovich
2019-06-05 11:14 Agostino Sarubbo
2019-05-24 22:50 Sergei Trofimovich
2019-05-20 11:28 Mikle Kolyada
2019-05-19 13:14 Thomas Deutschmann
2019-05-17 19:08 Sergei Trofimovich
2019-05-15 16:20 Sebastian Pipping
2019-05-15 16:20 Sebastian Pipping
2018-06-09 14:15 Mart Raudsepp
2018-01-22  1:51 Zac Medico
2017-10-22 16:53 Patrick Lauer
2017-05-15 13:15 Lars Wendler
2017-04-22 10:18 Michał Górny
2017-02-24 18:06 Markus Meier
2017-01-25 11:31 Tobias Klausmann
2017-01-23  6:30 Jeroen Roovers
2017-01-22 16:27 Agostino Sarubbo
2017-01-21 20:33 Agostino Sarubbo
2017-01-19 10:59 Agostino Sarubbo
2017-01-18 16:52 Agostino Sarubbo
2016-08-10 12:06 Patrick Lauer
2016-03-27 17:44 David Seifert
2015-11-04  8:42 Justin Lecher

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=1614349614.84f5279b7bb6c291aafa4e946dd06269c1342248.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