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/psycopg/
Date: Mon,  4 May 2020 11:39:06 +0000 (UTC)	[thread overview]
Message-ID: <1588592277.9d2a568a1021c9baf164a87c37d972abd66f8cc0.mgorny@gentoo> (raw)

commit:     9d2a568a1021c9baf164a87c37d972abd66f8cc0
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May  4 11:37:57 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May  4 11:37:57 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d2a568a

dev-python/psycopg: Remove old

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

 dev-python/psycopg/Manifest             |  3 --
 dev-python/psycopg/psycopg-2.7.4.ebuild | 68 ---------------------------------
 dev-python/psycopg/psycopg-2.7.5.ebuild | 68 ---------------------------------
 dev-python/psycopg/psycopg-2.8.3.ebuild | 65 -------------------------------
 4 files changed, 204 deletions(-)

diff --git a/dev-python/psycopg/Manifest b/dev-python/psycopg/Manifest
index 81fd1c31710..38231b5c158 100644
--- a/dev-python/psycopg/Manifest
+++ b/dev-python/psycopg/Manifest
@@ -1,5 +1,2 @@
-DIST psycopg2-2.7.4.tar.gz 425331 BLAKE2B 9d256ea340e4bace53981596d9d42863ddc9c8c079579b0621d8043af34daade05b9cec5465c6b3990f537a4350d9cf60a43062a0aa34db1f39b336296b32d3f SHA512 e78db528a4d3b897e0d8d38755179082dacddfb2d10bda963fc3836548991eaa0d4c1b8f81b329b15f4e685046c39e6f2a352b6c47b1da42af3a262094233034
-DIST psycopg2-2.7.5.tar.gz 426358 BLAKE2B 301bd4c6ecbc29b1b02e477ffd3576c4bbb00142998a85f5a79678a96b521098a8d0bf75779ab7ecb082c6d374cbf41cc845dcba0e1413b98621f67f9b139135 SHA512 5bf85b6760871f904b6b570ea454f99b72cf97acf9cce10b63dc7b6b0b18913b50ad4f24c469d101c54de6ad6100f1cac3c58225076b5e584a677f5ab4170a93
 DIST psycopg2-2.7.7.tar.gz 427474 BLAKE2B bc721b721693bc5f560a4829e84715d15e8c14523ada00109c7d7ba916c91928082fff286bd3c2ff5987c0436443128d1408ac9de073ad538b1e356fc73aaf8f SHA512 032344957c00bf659ca5e46f54f827a6d79809e370d661cd349e2ce935873359bcc4f440b74c6f14658bf1cd9598b6d884abae507fd33db9e07b01fc87967fb0
-DIST psycopg2-2.8.3.tar.gz 377333 BLAKE2B a4f22fb4dfc5492147bee198c587c5c5e43e197e5abb60cc7d5d7a006d91ffd22e35fbfeba35b8d36322f3802073fc105cb8270d436a3ad4d52b1c3c41ba39b1 SHA512 74268f6d05922c968d46ad62a49b4af54dc30463daa67cc0f32d5930c366596f9a1b2f368f2b38c8a9d45bfdcffb13be469a5cbf3911c62d163bea5c7a3ad928
 DIST psycopg2-2.8.4.tar.gz 377883 BLAKE2B 6d25a96d6fb45cc450b20fb570741538c2870e0ab205b9aab1018d4ef716bfba129235a422f2a0dfd182162bff948db8a2e4d23cd57dc01971f2e6f734ebf90e SHA512 d4590c6e4e310d280b6b341cb23427b56b04c1ef08e877f0d99a79c6b00b959307bb18defaf1d9cea58482fb974a78760c5f26a3ece8c1f34ae1840570a71a28

diff --git a/dev-python/psycopg/psycopg-2.7.4.ebuild b/dev-python/psycopg/psycopg-2.7.4.ebuild
deleted file mode 100644
index e8e977c251f..00000000000
--- a/dev-python/psycopg/psycopg-2.7.4.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_6 )
-
-inherit distutils-r1 flag-o-matic
-
-MY_PN="${PN}2"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="PostgreSQL database adapter for Python"
-HOMEPAGE="http://initd.org/psycopg/ https://pypi.org/project/psycopg2/"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="LGPL-3+"
-SLOT="2"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
-IUSE="debug doc examples"
-
-RDEPEND=">=dev-db/postgresql-8.1:*"
-DEPEND="${RDEPEND}
-	doc? (
-		>=dev-python/pygments-2.2[${PYTHON_USEDEP}]
-		>=dev-python/sphinx-1.6[${PYTHON_USEDEP}]
-	)"
-
-RESTRICT="test"
-
-# Avoid using mxdatetime: https://bugs.gentoo.org/452028
-PATCHES=( "${FILESDIR}"/psycopg-2.7.3-avoid-mxdatetime.patch )
-
-S="${WORKDIR}/${MY_P}"
-
-python_compile() {
-	local CFLAGS=${CFLAGS} CXXFLAGS=${CXXFLAGS}
-
-	! python_is_python3 && append-flags -fno-strict-aliasing
-
-	distutils-r1_python_compile
-}
-
-python_prepare_all() {
-	if use debug; then
-		sed -i 's/^\(define=\)/\1PSYCOPG_DEBUG,/' setup.cfg || die
-	fi
-
-	distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-	use doc && emake -C doc/src -j1 html text
-}
-
-python_install_all() {
-	if use doc; then
-		dodoc -r doc/src/_build/html
-		dodoc doc/src/_build/text/*
-	fi
-
-	if use examples ; then
-	   dodoc -r examples
-	   docompress -x /usr/share/doc/${PF}/examples
-	fi
-
-	distutils-r1_python_install_all
-}

diff --git a/dev-python/psycopg/psycopg-2.7.5.ebuild b/dev-python/psycopg/psycopg-2.7.5.ebuild
deleted file mode 100644
index f18348fce8b..00000000000
--- a/dev-python/psycopg/psycopg-2.7.5.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
-
-inherit distutils-r1 flag-o-matic
-
-MY_PN="${PN}2"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="PostgreSQL database adapter for Python"
-HOMEPAGE="http://initd.org/psycopg/ https://pypi.org/project/psycopg2/"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="LGPL-3+"
-SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
-IUSE="debug doc examples"
-
-RDEPEND=">=dev-db/postgresql-8.1:*"
-DEPEND="${RDEPEND}
-	doc? (
-		>=dev-python/pygments-2.2[${PYTHON_USEDEP}]
-		>=dev-python/sphinx-1.6[${PYTHON_USEDEP}]
-	)"
-
-RESTRICT="test"
-
-# Avoid using mxdatetime: https://bugs.gentoo.org/452028
-PATCHES=( "${FILESDIR}"/psycopg-2.7.3-avoid-mxdatetime.patch )
-
-S="${WORKDIR}/${MY_P}"
-
-python_compile() {
-	local CFLAGS=${CFLAGS} CXXFLAGS=${CXXFLAGS}
-
-	! python_is_python3 && append-flags -fno-strict-aliasing
-
-	distutils-r1_python_compile
-}
-
-python_prepare_all() {
-	if use debug; then
-		sed -i 's/^\(define=\)/\1PSYCOPG_DEBUG,/' setup.cfg || die
-	fi
-
-	distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-	use doc && emake -C doc/src -j1 html text
-}
-
-python_install_all() {
-	if use doc; then
-		dodoc -r doc/src/_build/html
-		dodoc doc/src/_build/text/*
-	fi
-
-	if use examples ; then
-	   dodoc -r examples
-	   docompress -x /usr/share/doc/${PF}/examples
-	fi
-
-	distutils-r1_python_install_all
-}

diff --git a/dev-python/psycopg/psycopg-2.8.3.ebuild b/dev-python/psycopg/psycopg-2.8.3.ebuild
deleted file mode 100644
index bccef6f896e..00000000000
--- a/dev-python/psycopg/psycopg-2.8.3.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
-
-inherit distutils-r1 flag-o-matic
-
-MY_PN="${PN}2"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="PostgreSQL database adapter for Python"
-HOMEPAGE="http://initd.org/psycopg/ https://pypi.org/project/psycopg2/"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="LGPL-3+"
-SLOT="2"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
-IUSE="debug doc"
-
-RDEPEND=">=dev-db/postgresql-8.1:*"
-DEPEND="${RDEPEND}
-	doc? (
-		>=dev-python/pygments-2.2[${PYTHON_USEDEP}]
-		>=dev-python/sphinx-1.6
-	)"
-
-RESTRICT="test"
-
-# Avoid using mxdatetime: https://bugs.gentoo.org/452028
-PATCHES=(
-	"${FILESDIR}"/psycopg-2.8.3-avoid-mxdatetime.patch
-)
-
-S="${WORKDIR}/${MY_P}"
-
-python_compile() {
-	local CFLAGS=${CFLAGS} CXXFLAGS=${CXXFLAGS}
-
-	! python_is_python3 && append-flags -fno-strict-aliasing
-
-	distutils-r1_python_compile
-}
-
-python_prepare_all() {
-	if use debug; then
-		sed -i 's/^\(define=\)/\1PSYCOPG_DEBUG,/' setup.cfg || die
-	fi
-
-	distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-	use doc && emake -C doc/src -j1 html text
-}
-
-python_install_all() {
-	if use doc; then
-		dodoc -r doc/src/_build/html
-		dodoc doc/src/_build/text/*
-	fi
-
-	distutils-r1_python_install_all
-}


             reply	other threads:[~2020-05-04 11:39 UTC|newest]

Thread overview: 279+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-04 11:39 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-08 19:48 [gentoo-commits] repo/gentoo:master commit in: dev-python/psycopg/ Arthur Zamarin
2024-10-08 19:48 Arthur Zamarin
2024-10-08 19:48 Arthur Zamarin
2024-10-08 19:48 Arthur Zamarin
2024-10-05  9:21 Arthur Zamarin
2024-09-30  4:04 Michał Górny
2024-09-16  3:59 Michał Górny
2024-07-20 22:34 Sam James
2024-07-20 11:14 Arthur Zamarin
2024-07-20 11:14 Arthur Zamarin
2024-07-20 11:14 Arthur Zamarin
2024-07-20  8:14 Arthur Zamarin
2024-07-20  8:14 Arthur Zamarin
2024-07-20  7:39 Arthur Zamarin
2024-07-15  8:01 Eli Schwartz
2024-07-09 15:30 Michał Górny
2024-07-02  6:58 Michał Górny
2024-07-01  2:57 Michał Górny
2024-05-25 19:58 Michał Górny
2024-05-25 18:47 Arthur Zamarin
2024-05-25  6:38 Arthur Zamarin
2024-05-25  6:36 Arthur Zamarin
2024-05-25  6:19 Arthur Zamarin
2024-05-25  6:15 Arthur Zamarin
2024-05-25  6:15 Arthur Zamarin
2024-05-25  6:13 Arthur Zamarin
2024-05-18  7:47 Michał Górny
2024-05-11  5:19 Michał Górny
2024-04-04 16:23 Arthur Zamarin
2024-04-04 16:23 Arthur Zamarin
2024-03-02 18:18 Arthur Zamarin
2024-02-20 14:06 Jakov Smolić
2024-02-20 10:27 Sam James
2024-02-20  8:09 Sam James
2024-02-20  8:09 Sam James
2024-02-05  3:52 Michał Górny
2024-01-27 20:33 Michał Górny
2024-01-25  9:21 Sam James
2024-01-24 23:52 Sam James
2024-01-24 18:59 Michał Górny
2024-01-24 18:59 Michał Górny
2024-01-24 18:59 Michał Górny
2024-01-24 18:59 Michał Górny
2024-01-24  6:33 Michał Górny
2024-01-07 16:46 Michał Górny
2024-01-06 19:30 Viorel Munteanu
2024-01-06 11:54 Sam James
2024-01-06 10:52 Michał Górny
2024-01-06 10:52 Michał Górny
2024-01-06 10:08 Michał Górny
2024-01-06 10:08 Michał Górny
2024-01-06  9:50 Michał Górny
2023-12-24 17:21 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-22  8:30 Michał Górny
2023-12-22  5:14 Ionen Wolkens
2023-12-19 17:26 Michał Górny
2023-12-16  2:45 Sam James
2023-12-15 15:50 Arthur Zamarin
2023-12-15 12:32 Arthur Zamarin
2023-12-15 11:33 Arthur Zamarin
2023-12-15 10:53 Arthur Zamarin
2023-12-15 10:44 Arthur Zamarin
2023-12-14 13:58 Michał Górny
2023-12-02 13:11 Michał Górny
2023-11-18 15:47 Michał Górny
2023-11-18 15:47 Michał Górny
2023-10-27 19:55 Arthur Zamarin
2023-10-27 19:55 Arthur Zamarin
2023-10-27 19:55 Arthur Zamarin
2023-10-27 19:55 Arthur Zamarin
2023-10-27 19:55 Arthur Zamarin
2023-10-27 19:55 Arthur Zamarin
2023-10-27 19:32 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-27 19:32 Sam James
2023-10-24 17:16 Arthur Zamarin
2023-10-04  5:51 Michał Górny
2023-10-03 22:37 Sam James
2023-09-28 17:08 Michał Górny
2023-09-27 19:22 Arthur Zamarin
2023-09-27  7:18 Michał Górny
2023-09-26 15:23 Arthur Zamarin
2023-09-24  3:12 Michał Górny
2023-09-11 18:36 Sam James
2023-09-11 18:36 Sam James
2023-09-11 13:04 Arthur Zamarin
2023-09-11 12:37 Sam James
2023-09-07 19:52 Sam James
2023-09-07 19:52 Sam James
2023-08-05 14:53 Michał Górny
2023-08-05 14:53 Michał Górny
2023-07-20 12:19 Sam James
2023-07-11 14:02 Jakov Smolić
2023-06-27  7:58 Sam James
2023-06-27  7:14 Sam James
2023-06-27  7:14 Sam James
2023-06-27  6:55 Sam James
2023-06-18 17:07 Michał Górny
2023-06-03 17:45 Michał Górny
2023-06-01 13:40 Michał Górny
2023-05-04 16:22 Michał Górny
2023-05-03  7:51 Michał Górny
2023-04-01 17:43 Michał Górny
2023-04-01 16:34 Arthur Zamarin
2023-03-16 18:13 Michał Górny
2023-02-21 18:10 Arthur Zamarin
2023-02-16 22:50 Sam James
2023-02-16 22:50 Sam James
2023-02-16 20:58 Arthur Zamarin
2023-02-16 18:27 Arthur Zamarin
2023-02-16 17:22 Arthur Zamarin
2023-01-21 13:54 Arthur Zamarin
2023-01-17  5:08 Michał Górny
2023-01-14  9:18 Arthur Zamarin
2023-01-14  8:32 Arthur Zamarin
2023-01-13 19:33 Arthur Zamarin
2023-01-13 19:26 Arthur Zamarin
2023-01-13 16:31 Arthur Zamarin
2022-12-21  7:51 Michał Górny
2022-12-16 13:29 Michał Górny
2022-12-16 13:29 Michał Górny
2022-12-14  6:31 Michał Górny
2022-12-13 19:53 Arthur Zamarin
2022-12-11 20:50 Michał Górny
2022-12-11 18:24 Arthur Zamarin
2022-11-30  0:52 Sam James
2022-11-29 22:22 Jakov Smolić
2022-11-29  8:11 Arthur Zamarin
2022-11-29  7:51 Arthur Zamarin
2022-11-29  7:35 Arthur Zamarin
2022-11-29  7:33 Arthur Zamarin
2022-11-07 12:56 Michał Górny
2022-11-07 10:20 Sam James
2022-11-07 10:17 Sam James
2022-11-07  7:44 Sam James
2022-11-07  7:26 Sam James
2022-11-06  7:59 Michał Górny
2022-11-06  7:29 Sam James
2022-11-06  7:24 Sam James
2022-11-06  7:24 Sam James
2022-11-05 17:11 Agostino Sarubbo
2022-11-05 17:06 Agostino Sarubbo
2022-11-05 17:06 Agostino Sarubbo
2022-11-05 17:05 Agostino Sarubbo
2022-11-05 17:04 Agostino Sarubbo
2022-11-04 17:18 Sam James
2022-11-04 17:18 Sam James
2022-10-26 12:26 Michał Górny
2022-10-14 15:09 Andrew Ammerlaan
2022-10-09 10:10 Michał Górny
2022-10-09  8:55 Agostino Sarubbo
2022-10-08 19:28 Sam James
2022-10-08 16:36 Arthur Zamarin
2022-10-08 16:36 Arthur Zamarin
2022-10-08 16:36 Arthur Zamarin
2022-10-08 16:36 Arthur Zamarin
2022-10-08 16:26 Arthur Zamarin
2022-10-05 10:44 Michał Górny
2022-10-03  9:49 Michał Górny
2022-10-03  8:31 Agostino Sarubbo
2022-10-03  8:30 Agostino Sarubbo
2022-10-03  8:29 Agostino Sarubbo
2022-10-03  8:28 Agostino Sarubbo
2022-10-03  8:26 Agostino Sarubbo
2022-10-03  8:24 Agostino Sarubbo
2022-10-03  0:44 Sam James
2022-09-19 19:02 Arthur Zamarin
2022-09-06 17:54 Arthur Zamarin
2022-09-01 19:42 Arthur Zamarin
2022-09-01  8:49 Michał Górny
2022-09-01  8:45 Agostino Sarubbo
2022-08-31 12:06 Agostino Sarubbo
2022-08-31 12:05 Agostino Sarubbo
2022-08-31 12:05 Agostino Sarubbo
2022-08-31 12:04 Agostino Sarubbo
2022-08-31 12:03 Agostino Sarubbo
2022-08-31  5:16 Agostino Sarubbo
2022-07-29 10:59 Arthur Zamarin
2022-07-11  9:17 Michał Górny
2022-07-11  8:13 Agostino Sarubbo
2022-07-11  8:12 Agostino Sarubbo
2022-07-11  8:12 Agostino Sarubbo
2022-07-11  8:11 Agostino Sarubbo
2022-07-11  8:11 Agostino Sarubbo
2022-07-10 18:04 Arthur Zamarin
2022-07-10 18:04 Arthur Zamarin
2022-06-16  6:06 Michał Górny
2022-06-04  7:42 Michał Górny
2022-02-02  6:45 Michał Górny
2022-02-02  0:08 Sam James
2022-02-01  7:35 Agostino Sarubbo
2022-01-30 22:29 Sam James
2022-01-30  8:03 Agostino Sarubbo
2022-01-29 10:04 Jakov Smolić
2022-01-29 10:04 Jakov Smolić
2022-01-29  7:21 Arthur Zamarin
2021-12-29 23:14 Michał Górny
2021-12-13 19:56 Michał Górny
2021-12-13 19:55 Arthur Zamarin
2021-12-13  7:09 Agostino Sarubbo
2021-12-13  5:42 Sam James
2021-12-12 20:55 Jakov Smolić
2021-12-12 20:04 Arthur Zamarin
2021-12-12 20:04 Arthur Zamarin
2021-12-12 20:01 Jakov Smolić
2021-11-12  9:40 Michał Górny
2021-10-24  7:33 Sam James
2021-08-16 11:46 Marek Szuba
2021-08-03 11:37 Michał Górny
2021-07-27 20:35 Sam James
2021-07-27 17:14 Sam James
2021-07-25 20:09 Sam James
2021-07-25  7:52 Sergei Trofimovich
2021-07-25  1:04 Sam James
2021-07-24 17:10 Sam James
2021-06-17  6:40 Michał Górny
2021-06-16 19:33 Michał Górny
2021-05-07 10:33 Michał Górny
2021-02-12 14:00 Michał Górny
2021-02-12 13:47 Sam James
2020-12-16 16:12 Sam James
2020-12-16 15:42 Sam James
2020-12-11 23:12 Sergei Trofimovich
2020-12-10 21:41 Thomas Deutschmann
2020-12-06 23:25 Sam James
2020-12-06 18:46 Sam James
2020-09-20 13:11 Michał Górny
2020-09-07  6:17 Michał Górny
2020-08-05 15:10 Michał Górny
2020-08-03 16:34 Sergei Trofimovich
2020-08-01  9:01 Sergei Trofimovich
2020-07-31 17:53 Sergei Trofimovich
2020-07-31  2:38 Sam James
2020-07-30 23:56 Sam James
2020-07-27 20:06 Aaron Bauman
2020-06-12 10:59 Michał Górny
2020-06-12 10:59 Michał Górny
2020-06-12 10:59 Michał Górny
2020-04-01 17:13 Sergei Trofimovich
2020-03-30 13:40 Agostino Sarubbo
2020-03-30 13:36 Agostino Sarubbo
2020-03-29 14:45 Sergei Trofimovich
2020-03-29  9:40 Sergei Trofimovich
2020-03-29  9:34 Sergei Trofimovich
2020-01-26 21:19 William Hubbs
2019-12-03  4:18 Aaron Bauman
2019-11-19 15:40 Agostino Sarubbo
2019-11-18 12:03 Agostino Sarubbo
2019-11-17 18:24 Aaron W. Swenson
2019-03-21 18:58 William Hubbs
2019-02-14 22:09 Sergei Trofimovich
2018-11-05 14:26 Craig Andrews
2018-08-14 15:12 Aaron Swenson
2018-07-22 15:11 Mikle Kolyada
2018-07-20 15:53 Tobias Klausmann
2018-07-03  6:34 Sergei Trofimovich
2018-07-02  0:49 Thomas Deutschmann
2018-07-01 15:19 Pacho Ramos
2018-07-01  9:24 Sergei Trofimovich
2018-06-30 19:03 Sergei Trofimovich
2018-06-30 14:45 Sergei Trofimovich
2018-05-15 19:38 Aaron Swenson
2017-09-29 23:32 Matt Thode
2017-09-18 19:02 Patrick Lauer
2017-08-31 17:56 Matt Thode
2017-08-30 21:07 Matt Thode
2017-05-02 15:15 Michał Górny
2017-03-10 22:35 Zac Medico
2016-07-21 13:30 Patrick Lauer
2016-05-14  8:49 Michał Górny
2016-02-28  7:32 Matt Thode

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=1588592277.9d2a568a1021c9baf164a87c37d972abd66f8cc0.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