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/cython/
Date: Wed,  3 Jan 2018 09:11:51 +0000 (UTC)	[thread overview]
Message-ID: <1514970680.648a474f90e8f7983ac6107cfba52aef20d62d3c.mgorny@gentoo> (raw)

commit:     648a474f90e8f7983ac6107cfba52aef20d62d3c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  2 22:49:59 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jan  3 09:11:20 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=648a474f

dev-python/cython: Clean old up

 dev-python/cython/Manifest             |  3 --
 dev-python/cython/cython-0.22.ebuild   | 62 --------------------------
 dev-python/cython/cython-0.24.1.ebuild | 80 ----------------------------------
 dev-python/cython/cython-0.26.ebuild   | 80 ----------------------------------
 4 files changed, 225 deletions(-)

diff --git a/dev-python/cython/Manifest b/dev-python/cython/Manifest
index 98b55c14e49..7bdb79ba883 100644
--- a/dev-python/cython/Manifest
+++ b/dev-python/cython/Manifest
@@ -1,5 +1,2 @@
-DIST Cython-0.22.tar.gz 1584483 BLAKE2B a221a922c6e22450499269c8756063a22259f21b8b422e72aede6fa80e6154ab36b4f94e54e246756d89b86c1f730d47ad2c7350ecfa61b26f57f4e40988895e SHA512 856220fa579e272ac38dcef091760f527431ff3b98df9af6e68416fcf77d9659ac5abe5c7dee41331f359614637a4ff452033085335ee499830ed126ab584267
-DIST Cython-0.24.1.tar.gz 1703756 BLAKE2B 92b1646d874adfd0a56cf9464f93e6215ee3be72693c814e2748abd6113362370e84af20941e92e10cac4311c4af822f899d8659975d5d9e398f969c1f746a3f SHA512 c5a3e884edd782c47c81aef29708035bbcd1c14d17e005668da8a4e26fdbba9af9ec283fd46ceaa2cab6fc4ec0d42f7d409832d7cc0a3ec00e84b968b1bf27ea
 DIST Cython-0.25.2.tar.gz 1703315 BLAKE2B e458604d0843afa128c6019244220bd6b3dd6653013698aa67ee2f71555f09813a8136ef92d6dc51ca38fe085e7bedc5e01d1a32bbd0885e62bd91c2e482bebd SHA512 1974b9374aeedb030307dc95aa6560ce9d5e1652783cd4552e96ef11663c73dd263e3521b68e7712abbb31628011e2e66320c5ee2577968684e2679eb80726e1
 DIST Cython-0.26.1.tar.gz 1725133 BLAKE2B b2c0433e8154ad76d921677608cae42a793326015ff320d8cd61818e5eb5fb4daf73ad4e72760d84f4cdaa2386b87d719cf9cd41584b781d4e2021e377a58422 SHA512 cdf31afaba78209c37a224345471c5c822b78c6d26c51583c46669b6b2b57b4952b33a839a51d06c3330fdff889345ac611fbaa2b2f17498cb02f3b5675f7948
-DIST Cython-0.26.tar.gz 1692039 BLAKE2B ff1c6366dd224de31de373b341add34dfc2e3d9ef01ecf438b03aa96e7fca144ba4b68b90589f2ebf7bb6cd61f1e0166019bfac4a7b240950a6ba8a4bd626af8 SHA512 58b7dbdca3b1bdfcb8b968cb1b59826b793656bb7f1203a80b59b3fae2d3174cc99f19f88fc2ec175aa98c9daeca0eb3c52674a7889ba1e914fd20d19ef92aed

diff --git a/dev-python/cython/cython-0.22.ebuild b/dev-python/cython/cython-0.22.ebuild
deleted file mode 100644
index ad25b03c695..00000000000
--- a/dev-python/cython/cython-0.22.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_4} )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1 flag-o-matic toolchain-funcs
-
-MY_PN="Cython"
-MY_P="${MY_PN}-${PV/_/}"
-
-DESCRIPTION="A Python to C compiler"
-HOMEPAGE="http://www.cython.org/ https://pypi.python.org/pypi/Cython"
-SRC_URI="http://www.cython.org/release/${MY_P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
-IUSE="doc examples test"
-
-RDEPEND=""
-# On testing, setuptools invokes an error in running the testsuite cited in a number of recent bugs
-# spanning several packages. This bug has been fixed in the recent release of version 9.1
-DEPEND="${RDEPEND}
-	>=dev-python/setuptools-9.1[${PYTHON_USEDEP}]
-	doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-	test? ( dev-python/numpy[${PYTHON_USEDEP}] )"
-
-S="${WORKDIR}/${MY_PN}-${PV%_*}"
-
-python_compile() {
-	if ! python_is_python3; then
-		local CFLAGS="${CFLAGS}"
-		local CXXFLAGS="${CXXFLAGS}"
-		append-flags -fno-strict-aliasing
-	fi
-
-	# Python gets confused when it is in sys.path before build.
-	local PYTHONPATH=
-	export PYTHONPATH
-
-	distutils-r1_python_compile
-}
-
-python_compile_all() {
-	use doc && unset XDG_CONFIG_HOME && emake -C docs html
-}
-
-python_test() {
-	tc-export CC
-	"${PYTHON}" runtests.py -vv --work-dir "${BUILD_DIR}"/tests \
-		|| die "Tests fail with ${EPYTHON}"
-}
-
-python_install_all() {
-	local DOCS=( CHANGES.rst README.txt ToDo.txt USAGE.txt )
-	use doc && local HTML_DOCS=( docs/build/html/. )
-	use examples && local EXAMPLES=( Demos/. )
-	distutils-r1_python_install_all
-}

diff --git a/dev-python/cython/cython-0.24.1.ebuild b/dev-python/cython/cython-0.24.1.ebuild
deleted file mode 100644
index 1b46d1f93fd..00000000000
--- a/dev-python/cython/cython-0.24.1.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1 flag-o-matic toolchain-funcs elisp-common
-
-MY_PN="Cython"
-MY_P="${MY_PN}-${PV/_/}"
-
-DESCRIPTION="A Python to C compiler"
-HOMEPAGE="http://cython.org https://pypi.python.org/pypi/Cython"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
-
-IUSE="doc emacs test"
-
-RDEPEND="
-	emacs? ( virtual/emacs )
-"
-# On testing, setuptools invokes an error in running the testsuite cited in a number of recent bugs
-# spanning several packages. This bug has been fixed in the recent release of version 9.1
-DEPEND="${RDEPEND}
-	>=dev-python/setuptools-9.1[${PYTHON_USEDEP}]
-	doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-	test? ( dev-python/numpy[${PYTHON_USEDEP}] )"
-
-SITEFILE=50cython-gentoo.el
-S="${WORKDIR}/${MY_PN}-${PV%_*}"
-
-python_compile() {
-	if ! python_is_python3; then
-		local CFLAGS="${CFLAGS}"
-		local CXXFLAGS="${CXXFLAGS}"
-		append-flags -fno-strict-aliasing
-	fi
-
-	# Python gets confused when it is in sys.path before build.
-	local PYTHONPATH=
-	export PYTHONPATH
-
-	distutils-r1_python_compile
-}
-
-python_compile_all() {
-	use emacs && elisp-compile Tools/cython-mode.el
-
-	use doc && unset XDG_CONFIG_HOME && emake -C docs html
-}
-
-python_test() {
-	tc-export CC
-	"${PYTHON}" runtests.py -vv --work-dir "${BUILD_DIR}"/tests \
-		|| die "Tests fail with ${EPYTHON}"
-}
-
-python_install_all() {
-	local DOCS=( CHANGES.rst README.txt ToDo.txt USAGE.txt )
-	use doc && local HTML_DOCS=( docs/build/html/. )
-	distutils-r1_python_install_all
-
-	if use emacs; then
-		elisp-install ${PN} Tools/cython-mode.*
-		elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-	fi
-}
-
-pkg_postinst() {
-	use emacs && elisp-site-regen
-}
-
-pkg_postrm() {
-	use emacs && elisp-site-regen
-}

diff --git a/dev-python/cython/cython-0.26.ebuild b/dev-python/cython/cython-0.26.ebuild
deleted file mode 100644
index 7599fb5e7e1..00000000000
--- a/dev-python/cython/cython-0.26.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1 flag-o-matic toolchain-funcs elisp-common
-
-MY_PN="Cython"
-MY_P="${MY_PN}-${PV/_/}"
-
-DESCRIPTION="A Python to C compiler"
-HOMEPAGE="http://cython.org https://pypi.python.org/pypi/Cython"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
-
-IUSE="doc emacs test"
-
-RDEPEND="
-	emacs? ( virtual/emacs )
-"
-# On testing, setuptools invokes an error in running the testsuite cited in a number of recent bugs
-# spanning several packages. This bug has been fixed in the recent release of version 9.1
-DEPEND="${RDEPEND}
-	>=dev-python/setuptools-9.1[${PYTHON_USEDEP}]
-	doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-	test? ( dev-python/numpy[${PYTHON_USEDEP}] )"
-
-SITEFILE=50cython-gentoo.el
-S="${WORKDIR}/${MY_PN}-${PV%_*}"
-
-python_compile() {
-	if ! python_is_python3; then
-		local CFLAGS="${CFLAGS}"
-		local CXXFLAGS="${CXXFLAGS}"
-		append-flags -fno-strict-aliasing
-	fi
-
-	# Python gets confused when it is in sys.path before build.
-	local PYTHONPATH=
-	export PYTHONPATH
-
-	distutils-r1_python_compile
-}
-
-python_compile_all() {
-	use emacs && elisp-compile Tools/cython-mode.el
-
-	use doc && unset XDG_CONFIG_HOME && emake -C docs html
-}
-
-python_test() {
-	tc-export CC
-	"${PYTHON}" runtests.py -vv --work-dir "${BUILD_DIR}"/tests \
-		|| die "Tests fail with ${EPYTHON}"
-}
-
-python_install_all() {
-	local DOCS=( CHANGES.rst README.txt ToDo.txt USAGE.txt )
-	use doc && local HTML_DOCS=( docs/build/html/. )
-	distutils-r1_python_install_all
-
-	if use emacs; then
-		elisp-install ${PN} Tools/cython-mode.*
-		elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-	fi
-}
-
-pkg_postinst() {
-	use emacs && elisp-site-regen
-}
-
-pkg_postrm() {
-	use emacs && elisp-site-regen
-}


             reply	other threads:[~2018-01-03  9:11 UTC|newest]

Thread overview: 301+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-03  9:11 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-01 19:46 [gentoo-commits] repo/gentoo:master commit in: dev-python/cython/ Arthur Zamarin
2024-09-01 19:46 Arthur Zamarin
2024-09-01 19:46 Arthur Zamarin
2024-09-01 16:40 Arthur Zamarin
2024-08-24  9:05 Arthur Zamarin
2024-08-06  4:45 Michał Górny
2024-06-05 16:16 Michał Górny
2024-06-05 16:16 Michał Górny
2024-05-09 18:52 Michał Górny
2024-04-20 11:46 Sam James
2024-04-20 11:23 Michał Górny
2024-03-31  3:10 Michał Górny
2024-03-22  7:12 Sam James
2024-03-22  6:14 Arthur Zamarin
2024-03-22  6:14 Arthur Zamarin
2024-03-22  3:58 Sam James
2024-03-22  3:58 Sam James
2024-03-22  3:58 Sam James
2024-03-22  3:58 Sam James
2024-03-10 13:19 Michał Górny
2024-03-10  8:17 Sam James
2024-03-10  8:17 Sam James
2024-03-06  7:06 Michał Górny
2024-02-08  2:09 Ionen Wolkens
2024-02-08  2:09 Ionen Wolkens
2024-02-08  2:09 Ionen Wolkens
2024-02-08  2:09 Ionen Wolkens
2024-02-08  2:09 Ionen Wolkens
2024-02-08  2:09 Ionen Wolkens
2024-01-14  3:10 Sam James
2024-01-10 21:12 Michał Górny
2024-01-06 19:30 Viorel Munteanu
2024-01-04  5:41 Ionen Wolkens
2023-12-23 19:57 Arthur Zamarin
2023-12-23 19:57 Arthur Zamarin
2023-12-23 14:29 Arthur Zamarin
2023-12-22 10:05 Michał Górny
2023-12-22  5:07 Sam James
2023-12-21  0:07 Ionen Wolkens
2023-12-20  1:13 Sam James
2023-12-20  1:13 Sam James
2023-12-15 20:42 Sam James
2023-12-11  4:33 Arthur Zamarin
2023-11-26 20:23 Arthur Zamarin
2023-11-24 17:29 Arthur Zamarin
2023-11-23 19:53 Sam James
2023-11-22 11:06 Michał Górny
2023-10-31  7:53 Michał Górny
2023-10-18  5:06 Michał Górny
2023-10-01 18:18 Arthur Zamarin
2023-10-01 18:18 Arthur Zamarin
2023-09-30  9:00 Sam James
2023-09-30  5:44 Arthur Zamarin
2023-09-21 20:11 Sam James
2023-08-28  4:05 Sam James
2023-08-28  4:05 Sam James
2023-08-25 19:13 Sam James
2023-08-21 11:39 Michał Górny
2023-08-21 11:08 Sam James
2023-08-21 11:08 Sam James
2023-08-21 11:08 Sam James
2023-08-21  3:50 Sam James
2023-08-20  5:43 Sam James
2023-08-20  5:43 Sam James
2023-08-20  5:43 Sam James
2023-08-19 18:07 Arthur Zamarin
2023-08-19 16:51 Arthur Zamarin
2023-08-19 16:44 Arthur Zamarin
2023-08-19 16:23 Arthur Zamarin
2023-08-19 16:19 Arthur Zamarin
2023-08-19 16:19 Arthur Zamarin
2023-08-19 16:08 Arthur Zamarin
2023-07-17 17:53 Sam James
2023-07-13  6:05 Sam James
2023-06-27 18:30 Sam James
2023-06-27 10:19 Sam James
2023-06-27  9:08 Jakov Smolić
2023-06-27  7:54 Sam James
2023-06-27  6:34 Sam James
2023-06-27  5:19 Jakov Smolić
2023-06-27  5:19 Jakov Smolić
2023-05-27  8:55 Michał Górny
2023-05-27  7:52 Arthur Zamarin
2023-05-27  7:52 Arthur Zamarin
2023-05-25  3:18 Sam James
2023-05-25  3:18 Sam James
2023-05-24 10:05 Sam James
2023-05-24 10:03 Sam James
2023-05-24 10:01 Sam James
2023-05-24  9:18 Sam James
2023-05-24  9:18 Sam James
2023-05-23 19:15 Arthur Zamarin
2023-05-23 19:15 Arthur Zamarin
2023-05-23 17:48 Arthur Zamarin
2023-05-23 16:00 Arthur Zamarin
2023-05-23 15:47 Arthur Zamarin
2023-05-23 15:46 Arthur Zamarin
2023-05-02 17:18 Michał Górny
2023-04-02 19:38 Sam James
2023-03-31 12:19 Michał Górny
2023-03-31 11:52 Arthur Zamarin
2023-03-31 11:49 Arthur Zamarin
2023-03-31 11:49 Arthur Zamarin
2023-03-31 11:49 Arthur Zamarin
2023-03-27 16:49 Michał Górny
2023-03-25  3:32 Sam James
2023-03-25  3:32 Sam James
2023-03-16 14:04 Arthur Zamarin
2023-03-05 13:35 Arthur Zamarin
2023-02-17  0:56 Sam James
2023-01-06 15:27 Michał Górny
2022-08-31 17:38 Michał Górny
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 10:27 Arthur Zamarin
2022-08-31  5:15 Agostino Sarubbo
2022-08-30 20:35 Sam James
2022-08-30 18:40 Jakov Smolić
2022-07-29 10:59 Michał Górny
2022-07-07  5:49 Michał Górny
2022-07-06 16:35 Arthur Zamarin
2022-06-28 15:44 Arthur Zamarin
2022-06-15  7:16 Agostino Sarubbo
2022-06-14  7:11 Agostino Sarubbo
2022-06-14  7:11 Agostino Sarubbo
2022-06-13 21:00 Jakov Smolić
2022-06-12 12:46 Sam James
2022-06-12 11:55 Sam James
2022-05-18  5:58 Michał Górny
2022-05-16 16:05 Michał Górny
2022-05-16 16:05 Michał Górny
2022-05-11 10:04 Michał Górny
2022-05-11 10:04 Michał Górny
2022-04-29  7:59 WANG Xuerui
2022-03-20 18:33 Michał Górny
2022-03-20 18:11 Arthur Zamarin
2022-03-19 19:21 Agostino Sarubbo
2022-03-18 12:26 Arthur Zamarin
2022-03-18  9:19 Arthur Zamarin
2022-03-16 23:53 Sam James
2022-03-16 19:22 Jakov Smolić
2022-03-16  8:13 Jakov Smolić
2022-02-17 19:03 Michał Górny
2022-02-07  6:57 Arthur Zamarin
2022-01-29  3:56 Sam James
2022-01-20 18:50 Sam James
2022-01-20 18:50 Sam James
2022-01-20 16:32 Arthur Zamarin
2022-01-20 14:15 Arthur Zamarin
2022-01-20 13:00 Arthur Zamarin
2022-01-20 12:27 Arthur Zamarin
2022-01-20 10:09 Arthur Zamarin
2022-01-08 13:39 Arthur Zamarin
2022-01-07 16:49 Arthur Zamarin
2022-01-07 15:30 Sam James
2022-01-07 15:29 Sam James
2022-01-06 20:14 Arthur Zamarin
2022-01-06 13:06 Sam James
2022-01-06 13:04 Sam James
2022-01-05 18:33 Arthur Zamarin
2021-12-17  2:52 Sam James
2021-12-06 19:37 Sam James
2021-12-06  1:16 Sam James
2021-11-20  7:56 Sam James
2021-10-11  2:52 Sam James
2021-10-11  2:52 Sam James
2021-10-03 21:13 Sam James
2021-10-03 18:48 Sam James
2021-10-03 17:50 Agostino Sarubbo
2021-10-02 23:17 Sam James
2021-08-25 17:29 Michał Górny
2021-08-21 22:15 James Le Cuirot
2021-07-16  6:12 Michał Górny
2021-07-15 22:13 Sergei Trofimovich
2021-07-15 21:00 Michał Górny
2021-05-20  1:46 Sam James
2021-05-19 23:41 Sam James
2021-05-19 17:28 Sam James
2021-05-19 17:25 Sam James
2021-05-19 17:22 Sam James
2021-05-19  3:23 Sam James
2021-05-14 21:39 Marek Szuba
2021-04-15  9:03 Michał Górny
2021-04-10 16:16 Sergei Trofimovich
2021-04-07 22:42 Sam James
2021-04-06 19:51 Sam James
2021-04-06 19:49 Sam James
2021-04-06 19:47 Sam James
2021-04-05 16:53 Sam James
2021-03-06  2:37 Sam James
2021-02-20 23:52 Michał Górny
2021-01-01  0:14 Michał Górny
2021-01-01  0:14 Michał Górny
2020-11-04 15:50 Sam James
2020-11-04 15:50 Sam James
2020-10-02  8:56 Mikle Kolyada
2020-10-02  7:50 Mikle Kolyada
2020-09-30 18:13 Sergei Trofimovich
2020-09-28 15:53 Michał Górny
2020-08-29 13:12 Sam James
2020-08-19  4:10 Sam James
2020-08-07 19:19 Sam James
2020-07-10  6:30 Michał Górny
2020-07-06 14:13 Michał Górny
2020-06-14 11:10 Michał Górny
2020-06-11  8:01 Michał Górny
2020-05-26  9:36 Michał Górny
2020-05-21  7:08 Michał Górny
2020-05-19  9:45 Michał Górny
2020-05-06  7:12 Michał Górny
2020-05-05 21:04 Sergei Trofimovich
2020-04-28  7:00 Michał Górny
2020-04-03 21:35 Mart Raudsepp
2020-03-07 15:45 Michał Górny
2020-03-07 15:11 Michał Górny
2020-02-16 13:51 Sergei Trofimovich
2020-02-13 13:03 Agostino Sarubbo
2020-02-11 11:30 Agostino Sarubbo
2020-02-11 11:09 Agostino Sarubbo
2020-02-11 10:58 Agostino Sarubbo
2020-02-11 10:55 Agostino Sarubbo
2020-02-11  9:52 Agostino Sarubbo
2020-02-11  9:43 Agostino Sarubbo
2020-02-11  8:36 Agostino Sarubbo
2020-02-10 10:54 Michał Górny
2020-02-10 10:54 Michał Górny
2019-11-25 12:35 Michał Górny
2019-11-21  1:56 Patrick McLean
2019-11-20 18:07 Patrick McLean
2019-11-02  8:02 Michał Górny
2019-08-28 15:38 Michał Górny
2019-08-07 15:41 Michał Górny
2019-07-26 13:14 Michał Górny
2019-07-26 13:14 Michał Górny
2019-07-08 19:43 Michał Górny
2019-07-01  7:56 Michał Górny
2019-07-01  7:56 Michał Górny
2019-06-13  4:45 Markus Meier
2019-06-08 18:15 Agostino Sarubbo
2019-06-03  2:22 Michał Górny
2019-05-30 11:37 Michał Górny
2019-05-30 11:37 Michał Górny
2019-05-04 19:20 Andreas K. Hüttel
2019-05-02 21:11 Mikle Kolyada
2019-04-29 19:48 Sergei Trofimovich
2019-04-28 20:35 Mikle Kolyada
2019-04-21 17:07 Sergei Trofimovich
2019-04-18 20:32 Thomas Deutschmann
2019-04-16  5:56 Michał Górny
2019-04-13 19:10 Agostino Sarubbo
2019-04-12 20:54 Aaron Bauman
2019-03-05 16:37 Michał Górny
2019-03-01 11:26 Michael Haubenwallner
2019-03-01  0:26 Aaron Bauman
2019-02-09  8:48 Michał Górny
2019-02-09  8:48 Michał Górny
2019-02-09  8:48 Michał Górny
2019-02-02 10:31 Michał Górny
2019-01-20 10:42 Michał Górny
2019-01-20 10:42 Michał Górny
2018-12-15  9:18 Michał Górny
2018-11-25  9:09 Michał Górny
2018-11-25  9:09 Michał Górny
2018-10-28 21:44 Michał Górny
2018-07-15  8:37 Michał Górny
2018-06-08 11:24 Mikle Kolyada
2018-04-29 11:13 Michał Górny
2018-04-29  6:15 Michał Górny
2018-04-28 19:29 Michał Górny
2018-03-21 22:40 Mart Raudsepp
2017-08-31 23:56 Tim Harder
2017-07-20 23:58 Tim Harder
2017-06-10 15:10 Agostino Sarubbo
2017-05-11 18:53 Markus Meier
2017-05-03  7:37 Michał Górny
2017-04-29 12:14 Jeroen Roovers
2017-04-22  7:33 Tobias Klausmann
2017-02-12 22:20 Zac Medico
2017-01-16 10:15 Jeroen Roovers
2016-12-24 10:26 Agostino Sarubbo
2016-12-18 15:44 Agostino Sarubbo
2016-12-14  9:14 Tobias Klausmann
2016-12-09  3:12 Tim Harder
2016-10-27 17:31 Kacper Kowalik
2016-10-27 17:13 Tim Harder
2016-10-27  5:38 Tim Harder
2016-10-27  5:34 Tim Harder
2016-07-17 21:03 Patrick Lauer
2016-06-20 18:41 Mike Gilbert
2016-06-17 15:20 Tim Harder
2016-03-31 11:34 Patrick Lauer
2015-10-11 20:15 Justin Lecher
2015-10-11 11:25 Justin Lecher
2015-10-01  7:03 Justin Lecher
2015-09-17 18:23 Justin Lecher
2015-09-14  8:22 Justin Lecher
2015-08-24 10:12 Justin Lecher
2015-08-09 15:18 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=1514970680.648a474f90e8f7983ac6107cfba52aef20d62d3c.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