From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/virtualenv/
Date: Tue, 25 May 2021 18:42:10 +0000 (UTC) [thread overview]
Message-ID: <1621968125.30416e7a7c6d1f2fa3604c954ea905cd87ff805a.mgorny@gentoo> (raw)
commit: 30416e7a7c6d1f2fa3604c954ea905cd87ff805a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 25 18:36:02 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 25 18:42:05 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30416e7a
dev-python/virtualenv: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/virtualenv/Manifest | 2 -
dev-python/virtualenv/virtualenv-20.4.3.ebuild | 99 --------------------------
dev-python/virtualenv/virtualenv-20.4.6.ebuild | 96 -------------------------
3 files changed, 197 deletions(-)
diff --git a/dev-python/virtualenv/Manifest b/dev-python/virtualenv/Manifest
index 0465a4c2590..33a5d2a2571 100644
--- a/dev-python/virtualenv/Manifest
+++ b/dev-python/virtualenv/Manifest
@@ -1,5 +1,3 @@
DIST virtualenv-16.7.10.tar.gz 5116776 BLAKE2B 42f0a4b4330850b504f8febd991ef6ecdcbb0821efdd94ca324a8cc34a68a760a8a98de97f0cb2384d8e6cbb0ce8f261995c6433886444e29b75ba0ce09ca12c SHA512 f06d7c354ce1910f04dbcbe1a77e60392653bbe4f638bafbe9284454db2c0e5d63cf9159201d0916fc01aaba91d45fb733b63096c38517fcd83fd00ed8b26d28
-DIST virtualenv-20.4.3.tar.gz 10579193 BLAKE2B 02102579eb72b7e4ea8fa182b3c7ef5d8b9d95992b5f73b0f24737522dfae988a91953c49df5aa17541f3f0b1c54557ece7feba173a9cce3bb65964bddbd6edb SHA512 d79479d73fc87f34462e775629306bd20ff5d25eb1829c6719f08c800df6a5db03254b04773766a703d903d577cf74b8409a026196ba98d0f5f94f70604ed576
DIST virtualenv-20.4.4.tar.gz 10579531 BLAKE2B 9e10c07bd191d745d6904f304787a3913c0c574bb4453549796052f27329cbc2e3700fbc6f40ff02f4e94b8f1c21458c8fbd706b05ae458c033722d3eaf04f2e SHA512 acc528cccfc80aeed2fcd7209cab7ff0f1a7d1dc01a59fdb6a07703c7905904ab68d3f4ff312e108c687d03495e82ed8d26ecc15c2b17b9e771605a46164b4bd
-DIST virtualenv-20.4.6.tar.gz 10588254 BLAKE2B 90537a694940063d74513ac74eb5e771c97cb7413b98ef9628ad71eecfd7bf1f604d920b94fc31b87ec2884aa1988aae8917085c4561cd9902eec83994197073 SHA512 4ed0b1e333215f2a9cc91082b4bbbe9ba6c1da928e5c19a2245966041213d771e02f84538c2a2a34c7aab539419ff14013150fc4b70884941fe48aa4786e90c0
DIST virtualenv-20.4.7.tar.gz 10625204 BLAKE2B 1233ea45f771fb425b99c966904e2c5444e5fcb617b1d7cd34cdac097ee15566b7f4c841d444393723ed369193f33bef90ea7caa5b3c20aaf65fbde2f865abf7 SHA512 a554fb32cc46cb1cef2a2655bdae598efb52a4e71223eb10d9a36b124390546250aa11cf7da991a41ef4697523ec4562a31e35b5ab7ee8aba748ea4ff28e088b
diff --git a/dev-python/virtualenv/virtualenv-20.4.3.ebuild b/dev-python/virtualenv/virtualenv-20.4.3.ebuild
deleted file mode 100644
index 5de5c2f6118..00000000000
--- a/dev-python/virtualenv/virtualenv-20.4.3.ebuild
+++ /dev/null
@@ -1,99 +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} pypy3 )
-DISTUTILS_USE_SETUPTOOLS=manual
-
-inherit distutils-r1
-
-DESCRIPTION="Virtual Python Environment builder"
-HOMEPAGE="
- https://virtualenv.pypa.io/en/stable/
- https://pypi.org/project/virtualenv/
- https://github.com/pypa/virtualenv/
-"
-SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
-SLOT="0"
-
-RDEPEND="
- >=dev-python/appdirs-1.4.3[${PYTHON_USEDEP}]
- >=dev-python/distlib-0.3.1[${PYTHON_USEDEP}]
- >=dev-python/filelock-3[${PYTHON_USEDEP}]
- >=dev-python/setuptools-41[${PYTHON_USEDEP}]
- >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
- $(python_gen_cond_dep '
- >=dev-python/importlib_metadata-0.12[${PYTHON_USEDEP}]
- ' python3_{6,7} pypy3)
- $(python_gen_cond_dep '
- >=dev-python/importlib_resources-1.0[${PYTHON_USEDEP}]
- ' python3_6 pypy3)"
-# coverage is used somehow magically in virtualenv, maybe it actually
-# tests something useful
-BDEPEND="
- dev-python/setuptools_scm[${PYTHON_USEDEP}]
- test? (
- $(python_gen_cond_dep '
- dev-python/coverage[${PYTHON_USEDEP}]
- dev-python/flaky[${PYTHON_USEDEP}]
- >=dev-python/pip-20.0.2[${PYTHON_USEDEP}]
- >=dev-python/pytest-freezegun-0.4.1[${PYTHON_USEDEP}]
- >=dev-python/pytest-mock-2.0.0[${PYTHON_USEDEP}]
- >=dev-python/pytest-timeout-1.3.4[${PYTHON_USEDEP}]
- dev-python/wheel[${PYTHON_USEDEP}]
- >=dev-python/packaging-20.0[${PYTHON_USEDEP}]
- ' 'python3*')
- )"
-
-distutils_enable_sphinx docs \
- dev-python/sphinx_rtd_theme \
- dev-python/towncrier
-distutils_enable_tests pytest
-
-src_configure() {
- export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-}
-
-python_test() {
- local deselect=(
- tests/unit/activation/test_xonsh.py
- tests/unit/seed/embed/test_bootstrap_link_via_app_data.py::test_seed_link_via_app_data
- tests/unit/create/test_creator.py::test_cross_major
- )
- [[ ${EPYTHON} == pypy3 ]] && deselect+=(
- 'tests/unit/create/test_creator.py::test_create_no_seed[root-pypy3-posix-copies-isolated]'
- 'tests/unit/create/test_creator.py::test_create_no_seed[root-pypy3-posix-copies-global]'
- 'tests/unit/create/test_creator.py::test_create_no_seed[venv-pypy3-posix-copies-isolated]'
- 'tests/unit/create/test_creator.py::test_create_no_seed[venv-pypy3-posix-copies-global]'
- 'tests/unit/create/test_creator.py::test_zip_importer_can_import_setuptools'
- 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3.7.9-64-bin-]'
- 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3.7.9--bin-]'
- 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3.7.10-64-bin-]'
- 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3.7.10--bin-]'
- 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3.7-64-bin-]'
- 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3.7--bin-]'
- 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3-64-bin-]'
- 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3--bin-]'
- 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3.7.9-64-bin-]'
- 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3.7.9--bin-]'
- 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3.7.10-64-bin-]'
- 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3.7.10--bin-]'
- 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3.7-64-bin-]'
- 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3.7--bin-]'
- 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3-64-bin-]'
- 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3--bin-]'
- )
-
- distutils_install_for_testing
- epytest ${deselect[@]/#/--deselect }
-}
-
-pkg_postinst() {
- elog "Please note that while virtualenv package no longer supports"
- elog "Python 2.7, you can still create py2.7 virtualenvs via:"
- elog " $ virtualenv -p 2.7 ..."
-}
diff --git a/dev-python/virtualenv/virtualenv-20.4.6.ebuild b/dev-python/virtualenv/virtualenv-20.4.6.ebuild
deleted file mode 100644
index b4dd5456eec..00000000000
--- a/dev-python/virtualenv/virtualenv-20.4.6.ebuild
+++ /dev/null
@@ -1,96 +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} pypy3 )
-DISTUTILS_USE_SETUPTOOLS=manual
-
-inherit distutils-r1
-
-DESCRIPTION="Virtual Python Environment builder"
-HOMEPAGE="
- https://virtualenv.pypa.io/en/stable/
- https://pypi.org/project/virtualenv/
- https://github.com/pypa/virtualenv/
-"
-SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
-SLOT="0"
-
-RDEPEND="
- >=dev-python/appdirs-1.4.3[${PYTHON_USEDEP}]
- >=dev-python/distlib-0.3.1[${PYTHON_USEDEP}]
- >=dev-python/filelock-3[${PYTHON_USEDEP}]
- >=dev-python/setuptools-41[${PYTHON_USEDEP}]
- >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
- $(python_gen_cond_dep '
- >=dev-python/importlib_metadata-0.12[${PYTHON_USEDEP}]
- ' python3_7 pypy3)"
-# coverage is used somehow magically in virtualenv, maybe it actually
-# tests something useful
-BDEPEND="
- dev-python/setuptools_scm[${PYTHON_USEDEP}]
- test? (
- $(python_gen_cond_dep '
- dev-python/coverage[${PYTHON_USEDEP}]
- dev-python/flaky[${PYTHON_USEDEP}]
- >=dev-python/pip-20.0.2[${PYTHON_USEDEP}]
- >=dev-python/pytest-freezegun-0.4.1[${PYTHON_USEDEP}]
- >=dev-python/pytest-mock-2.0.0[${PYTHON_USEDEP}]
- >=dev-python/pytest-timeout-1.3.4[${PYTHON_USEDEP}]
- dev-python/wheel[${PYTHON_USEDEP}]
- >=dev-python/packaging-20.0[${PYTHON_USEDEP}]
- ' 'python3*')
- )"
-
-distutils_enable_sphinx docs \
- dev-python/sphinx_rtd_theme \
- dev-python/towncrier
-distutils_enable_tests pytest
-
-src_configure() {
- export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-}
-
-python_test() {
- local deselect=(
- tests/unit/activation/test_xonsh.py
- tests/unit/seed/embed/test_bootstrap_link_via_app_data.py::test_seed_link_via_app_data
- tests/unit/create/test_creator.py::test_cross_major
- )
- [[ ${EPYTHON} == pypy3 ]] && deselect+=(
- 'tests/unit/create/test_creator.py::test_create_no_seed[root-pypy3-posix-copies-isolated]'
- 'tests/unit/create/test_creator.py::test_create_no_seed[root-pypy3-posix-copies-global]'
- 'tests/unit/create/test_creator.py::test_create_no_seed[venv-pypy3-posix-copies-isolated]'
- 'tests/unit/create/test_creator.py::test_create_no_seed[venv-pypy3-posix-copies-global]'
- 'tests/unit/create/test_creator.py::test_zip_importer_can_import_setuptools'
- 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3.7.9-64-bin-]'
- 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3.7.9--bin-]'
- 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3.7.10-64-bin-]'
- 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3.7.10--bin-]'
- 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3.7-64-bin-]'
- 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3.7--bin-]'
- 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3-64-bin-]'
- 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3--bin-]'
- 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3.7.9-64-bin-]'
- 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3.7.9--bin-]'
- 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3.7.10-64-bin-]'
- 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3.7.10--bin-]'
- 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3.7-64-bin-]'
- 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3.7--bin-]'
- 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3-64-bin-]'
- 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3--bin-]'
- )
-
- distutils_install_for_testing
- epytest ${deselect[@]/#/--deselect }
-}
-
-pkg_postinst() {
- elog "Please note that while virtualenv package no longer supports"
- elog "Python 2.7, you can still create py2.7 virtualenvs via:"
- elog " $ virtualenv -p 2.7 ..."
-}
next reply other threads:[~2021-05-25 18:42 UTC|newest]
Thread overview: 311+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-25 18:42 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-02 7:48 [gentoo-commits] repo/gentoo:master commit in: dev-python/virtualenv/ Michał Górny
2024-10-29 6:51 Michał Górny
2024-10-19 8:42 Michał Górny
2024-10-19 7:58 Arthur Zamarin
2024-10-18 4:29 Michał Górny
2024-10-05 7:36 Michał Górny
2024-10-05 7:12 Michał Górny
2024-09-28 12:59 Michał Górny
2024-09-28 12:37 Arthur Zamarin
2024-09-28 7:42 Michał Górny
2024-09-18 14:03 Michał Górny
2024-09-08 2:33 Michał Górny
2024-07-13 8:01 Michał Górny
2024-07-13 7:27 Arthur Zamarin
2024-06-22 10:16 Michał Górny
2024-06-22 10:16 Michał Górny
2024-06-22 5:33 Michał Górny
2024-05-28 12:10 Michał Górny
2024-05-14 6:16 Michał Górny
2024-05-11 10:02 Michał Górny
2024-05-04 7:25 Michał Górny
2024-05-04 7:13 Arthur Zamarin
2024-04-30 4:34 Michał Górny
2024-04-24 2:03 Michał Górny
2024-04-18 5:34 Michał Górny
2024-04-17 3:42 Michał Górny
2024-03-07 16:15 Michał Górny
2024-03-07 16:15 Michał Górny
2024-03-07 16:10 Michał Górny
2024-02-22 5:38 Michał Górny
2023-12-20 15:51 Michał Górny
2023-12-20 15:47 Michał Górny
2023-12-02 7:09 Michał Górny
2023-11-30 21:43 James Le Cuirot
2023-11-28 5:27 Arthur Zamarin
2023-11-25 10:42 Michał Górny
2023-11-25 8:51 Sam James
2023-11-22 7:49 Michał Górny
2023-11-14 7:47 Joonas Niilola
2023-10-25 2:26 Sam James
2023-10-24 5:16 Michał Górny
2023-10-14 18:43 Michał Górny
2023-10-14 16:52 Arthur Zamarin
2023-09-11 14:03 Michał Górny
2023-09-11 12:25 Arthur Zamarin
2023-09-09 3:22 Michał Górny
2023-08-31 5:04 Michał Górny
2023-08-19 18:19 Michał Górny
2023-08-19 17:53 Arthur Zamarin
2023-08-12 3:27 Michał Górny
2023-07-25 5:20 Michał Górny
2023-07-20 11:10 Michał Górny
2023-07-17 9:44 Michał Górny
2023-07-15 3:04 Michał Górny
2023-07-10 1:29 Michał Górny
2023-07-10 1:29 Michał Górny
2023-07-09 16:52 Arthur Zamarin
2023-06-17 10:30 Yixun Lan
2023-06-17 8:44 Arthur Zamarin
2023-06-17 8:44 Arthur Zamarin
2023-06-17 8:44 Arthur Zamarin
2023-06-17 8:44 Arthur Zamarin
2023-06-17 8:44 Arthur Zamarin
2023-06-17 8:44 Arthur Zamarin
2023-06-17 8:44 Arthur Zamarin
2023-06-17 7:43 Arthur Zamarin
2023-06-17 7:43 Arthur Zamarin
2023-06-17 5:59 Michał Górny
2023-06-03 7:09 WANG Xuerui
2023-05-30 13:16 James Le Cuirot
2023-05-27 17:13 Michał Górny
2023-05-27 15:53 Michał Górny
2023-05-23 18:56 Arthur Zamarin
2023-04-28 5:56 Michał Górny
2023-04-22 16:12 Michał Górny
2023-04-22 10:58 Sam James
2023-04-22 9:16 Michał Górny
2023-04-22 8:56 Arthur Zamarin
2023-03-17 17:18 Michał Górny
2023-03-17 15:54 Arthur Zamarin
2023-03-13 5:12 Michał Górny
2023-03-01 6:16 Michał Górny
2023-02-08 6:27 Michał Górny
2023-01-08 5:06 Michał Górny
2023-01-07 18:28 Arthur Zamarin
2022-12-10 9:09 Michał Górny
2022-12-10 9:05 Arthur Zamarin
2022-12-06 6:02 Michał Górny
2022-11-29 6:59 Michał Górny
2022-11-13 19:42 Michał Górny
2022-11-06 7:59 Michał Górny
2022-10-26 4:03 Michał Górny
2022-10-03 6:43 Michał Górny
2022-10-02 19:46 Arthur Zamarin
2022-08-31 18:07 Arthur Zamarin
2022-08-30 19:01 Michał Górny
2022-08-30 17:37 Arthur Zamarin
2022-08-27 6:03 Michał Górny
2022-08-26 17:40 Arthur Zamarin
2022-07-29 12:54 Michał Górny
2022-07-29 12:00 Arthur Zamarin
2022-07-29 11:03 Arthur Zamarin
2022-07-26 17:33 Michał Górny
2022-07-26 14:11 Michał Górny
2022-06-29 6:19 Michał Górny
2022-06-26 4:49 Michał Górny
2022-05-12 10:40 Michał Górny
2022-05-11 14:32 Michał Górny
2022-04-19 13:39 Michał Górny
2022-04-19 12:16 Arthur Zamarin
2022-04-11 16:07 Michał Górny
2022-03-26 10:37 Michał Górny
2022-03-18 22:28 Michał Górny
2022-03-16 7:56 Michał Górny
2022-03-09 19:13 Arthur Zamarin
2022-02-24 18:02 Arthur Zamarin
2022-02-03 20:56 Arthur Zamarin
2022-01-29 7:23 Michał Górny
2022-01-29 6:57 Arthur Zamarin
2022-01-02 21:30 Michał Górny
2022-01-02 10:59 Michał Górny
2022-01-01 1:29 Michał Górny
2021-12-29 23:14 Michał Górny
2021-12-29 6:10 Arthur Zamarin
2021-12-10 11:34 Arthur Zamarin
2021-12-10 10:59 Arthur Zamarin
2021-11-09 14:01 Michał Górny
2021-11-09 10:38 Michał Górny
2021-11-01 22:16 Michał Górny
2021-10-31 17:51 Sam James
2021-10-28 15:04 Sam James
2021-10-27 4:13 Sam James
2021-10-26 3:14 Sam James
2021-10-24 0:19 Sam James
2021-10-23 20:20 Michał Górny
2021-10-23 13:51 Sam James
2021-10-23 13:51 Sam James
2021-10-23 11:11 Michał Górny
2021-09-24 20:05 Michał Górny
2021-09-17 8:31 Michał Górny
2021-09-08 0:42 Sam James
2021-09-06 23:38 Sam James
2021-09-06 17:29 Sam James
2021-09-06 5:40 Agostino Sarubbo
2021-09-06 0:15 Sam James
2021-09-05 20:07 Agostino Sarubbo
2021-09-05 20:04 Agostino Sarubbo
2021-09-05 20:01 Agostino Sarubbo
2021-09-05 6:02 Sam James
2021-08-11 5:58 Michał Górny
2021-08-10 5:17 Michał Górny
2021-08-06 20:51 Sam James
2021-08-06 20:51 Sam James
2021-08-06 20:49 Sam James
2021-08-04 18:19 Marek Szuba
2021-08-02 3:58 Sam James
2021-08-01 20:30 Matt Turner
2021-08-01 12:25 Michał Górny
2021-07-31 22:26 Joshua Kinard
2021-07-28 15:58 Sergei Trofimovich
2021-07-27 6:19 Sergei Trofimovich
2021-07-16 7:10 Michał Górny
2021-07-03 17:11 Michał Górny
2021-07-03 1:28 Sam James
2021-06-09 15:19 Marek Szuba
2021-05-25 16:55 Sam James
2021-05-25 5:13 Michał Górny
2021-05-06 8:21 Michał Górny
2021-04-21 6:40 Michał Górny
2021-04-18 16:18 Michał Górny
2021-04-18 7:05 Michał Górny
2021-04-18 1:41 Sam James
2021-03-25 19:09 Michał Górny
2021-03-25 14:23 Sam James
2021-03-17 7:48 Michał Górny
2021-02-22 4:10 Joshua Kinard
2021-02-19 8:57 Michał Górny
2021-02-19 2:54 Sam James
2021-02-01 17:04 Michał Górny
2021-01-31 18:31 Michał Górny
2021-01-20 9:27 Michał Górny
2021-01-18 19:46 Fabian Groffen
2021-01-13 11:54 Michał Górny
2021-01-10 19:16 Michał Górny
2020-12-31 10:58 Michał Górny
2020-12-31 4:53 Sam James
2020-12-20 11:44 Mikle Kolyada
2020-12-13 0:16 Sam James
2020-11-28 15:44 Sam James
2020-11-26 8:26 Michał Górny
2020-11-26 6:56 Agostino Sarubbo
2020-11-25 9:52 Michał Górny
2020-11-23 17:05 Michał Górny
2020-11-21 20:54 Michał Górny
2020-11-18 9:07 Sam James
2020-11-18 9:01 Sam James
2020-11-17 19:10 Agostino Sarubbo
2020-11-17 18:50 Agostino Sarubbo
2020-11-04 6:22 Sam James
2020-11-03 22:47 Sergei Trofimovich
2020-11-03 13:08 Sam James
2020-10-25 20:40 Michał Górny
2020-10-21 22:51 Michał Górny
2020-10-16 7:42 Michał Górny
2020-10-12 19:42 Michał Górny
2020-10-05 21:47 Michał Górny
2020-10-03 17:00 Michał Górny
2020-09-26 4:57 Matt Turner
2020-09-20 14:08 Michał Górny
2020-09-11 16:57 Sergei Trofimovich
2020-08-22 7:13 Michał Górny
2020-08-18 8:17 Michał Górny
2020-08-05 7:50 Michał Górny
2020-08-01 10:09 Michał Górny
2020-07-25 8:31 Michał Górny
2020-07-25 8:31 Michał Górny
2020-07-24 14:31 Michał Górny
2020-07-19 15:48 Sam James
2020-07-17 5:56 Michał Górny
2020-07-14 15:57 Sam James
2020-07-14 13:19 Sam James
2020-07-11 11:29 Sam James
2020-07-11 4:11 Sam James
2020-07-11 2:37 Sam James
2020-07-10 10:54 Sam James
2020-07-10 10:54 Sam James
2020-07-10 5:30 Michał Górny
2020-07-09 22:08 Sergei Trofimovich
2020-07-08 8:26 Michał Górny
2020-07-06 19:01 Michał Górny
2020-07-05 13:42 Agostino Sarubbo
2020-07-02 17:05 Sergei Trofimovich
2020-07-01 12:21 Michał Górny
2020-06-24 8:00 Michał Górny
2020-06-15 7:23 Michał Górny
2020-06-10 1:52 Matt Turner
2020-06-05 16:10 Sergei Trofimovich
2020-06-03 21:16 Sergei Trofimovich
2020-06-01 20:30 Michał Górny
2020-06-01 20:30 Michał Górny
2020-05-31 10:04 Sergei Trofimovich
2020-05-30 19:48 Michał Górny
2020-05-30 19:48 Michał Górny
2020-05-30 19:37 Sergei Trofimovich
2020-05-30 14:37 Michał Górny
2020-05-30 11:51 Michał Górny
2020-05-30 8:56 Michał Górny
2020-05-21 7:08 Michał Górny
2020-05-20 7:18 Michał Górny
2020-05-18 20:25 Michał Górny
2020-05-06 6:41 Sergei Trofimovich
2020-04-18 17:08 Michał Górny
2020-04-15 5:33 Mike Gilbert
2020-03-17 2:09 Matt Turner
2020-03-14 21:37 Sergei Trofimovich
2020-02-18 8:59 Sergei Trofimovich
2020-02-03 11:31 Agostino Sarubbo
2020-01-31 13:45 Agostino Sarubbo
2020-01-26 19:41 Michał Górny
2020-01-26 17:45 Michał Górny
2019-12-23 9:43 Mikle Kolyada
2019-12-17 13:16 Michał Górny
2019-12-17 3:35 Aaron Bauman
2019-12-15 14:15 Agostino Sarubbo
2019-12-15 14:07 Agostino Sarubbo
2019-12-15 13:53 Agostino Sarubbo
2019-12-15 13:36 Sergei Trofimovich
2019-12-15 13:24 Sergei Trofimovich
2019-12-15 11:38 Agostino Sarubbo
2019-12-06 2:17 Patrick McLean
2019-11-25 12:35 Michał Górny
2019-11-23 0:47 Patrick McLean
2018-07-22 0:32 Mikle Kolyada
2018-06-25 19:07 Tim Harder
2018-03-24 13:10 Michał Górny
2017-11-25 9:29 Patrice Clement
2017-07-29 20:38 Matt Thode
2017-04-29 11:43 Jeroen Roovers
2017-02-28 11:22 Tobias Klausmann
2017-02-24 9:27 Michael Weber
2017-02-23 16:30 Agostino Sarubbo
2017-02-23 15:55 Agostino Sarubbo
2017-01-29 17:28 Fabian Groffen
2016-11-30 18:52 Michał Górny
2016-11-23 13:53 Manuel Rüger
2016-11-23 13:51 Manuel Rüger
2016-08-21 17:46 Tim Harder
2016-03-19 13:09 Manuel Rüger
2016-02-08 18:40 Justin Lecher
2016-02-01 16:27 Justin Lecher
2016-02-01 15:44 Justin Lecher
2016-01-30 15:11 Justin Lecher
2016-01-22 8:47 Justin Lecher
2016-01-21 8:33 Justin Lecher
2015-11-22 19:31 Markus Meier
2015-11-22 5:38 Jeroen Roovers
2015-11-19 10:25 Agostino Sarubbo
2015-11-17 10:29 Justin Lecher
2015-11-16 15:01 Agostino Sarubbo
2015-11-05 11:52 Agostino Sarubbo
2015-11-04 16:09 Agostino Sarubbo
2015-11-04 15:50 Agostino Sarubbo
2015-11-02 13:12 Agostino Sarubbo
2015-11-02 13:09 Agostino Sarubbo
2015-10-14 13:40 Justin Lecher
2015-10-11 11:25 Justin Lecher
2015-10-10 18:49 Mikle Kolyada
2015-09-08 8:23 Joshua Kinard
2015-08-25 8:10 Justin Lecher
2015-08-21 9:35 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=1621968125.30416e7a7c6d1f2fa3604c954ea905cd87ff805a.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