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/django/
Date: Thu,  1 Jul 2021 14:42:00 +0000 (UTC)	[thread overview]
Message-ID: <1625150489.3e4be03473437a468baf1e4ecee6789334dfe6dc.mgorny@gentoo> (raw)

commit:     3e4be03473437a468baf1e4ecee6789334dfe6dc
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  1 14:14:15 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jul  1 14:41:29 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e4be034

dev-python/django: Bump to 3.2.5

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

 dev-python/django/Manifest            |   2 +
 dev-python/django/django-3.2.5.ebuild | 103 ++++++++++++++++++++++++++++++++++
 2 files changed, 105 insertions(+)

diff --git a/dev-python/django/Manifest b/dev-python/django/Manifest
index 8ef2e04741b..5f05b17c07d 100644
--- a/dev-python/django/Manifest
+++ b/dev-python/django/Manifest
@@ -4,3 +4,5 @@ DIST Django-3.1.12.checksum.txt 2558 BLAKE2B fe31c76517811b5a69bbab6a44966059b40
 DIST Django-3.1.12.tar.gz 9676259 BLAKE2B 91781b77b63591a9fc1dffbe341b5400898ccce6267b18236f8680e86f02bb70cc4ab3297fb504e5a809947bd7e68795286b875f319a60ad501d38f4af1f17a7 SHA512 7b58d0bd6ccd6a3222bd58e87ee26646e75b807f284cb259baa5442514c249b3d7695ed0c61e5cc544e121d06a102c5ea1b40694d17e7d4dd3a8437891284c0a
 DIST Django-3.2.4.checksum.txt 2549 BLAKE2B d7f9e0fb88d9913c611ab3e5c0c276e135d2f2dbf2ad27043a46a9c57ecfd7e7f774b1d60630f47a53fdf455e63b2deb32b4f9caed77f33732cf85c92dc03108 SHA512 67e67719eb24fdf47da9611eb18184283657dca398eaf52963e17b2ff29a2687921171b1c68853fb7e17307d03c01be0d2554931c8bff38e2252c371f81e40b9
 DIST Django-3.2.4.tar.gz 9824343 BLAKE2B 25123c228171953e057fe6ba75afadc49c49567e167045c292606e914538f58f9628e48485f611afaacd7e173f36c720391c06662f8dcd796e966f7557f60216 SHA512 5891f77c884cb4bc74f4c9759e2e7be463fc0c661b8dd4d889be0ec46919e59b81f5ce1585c28075b15f03355e66d4b8e7b09001f0c2bea15f8c8aac77d1ea16
+DIST Django-3.2.5.checksum.txt 2543 BLAKE2B 4a07a518bdde4670dc3bf079d8d3cfa32b6580cc06f18306a2127463f3a6a2d8f2a50c4562092439c7c99ccf80dde160b061180826c94d4e1064d5064ff500fe SHA512 b073ff758843f72b6467dae7580941774de9702db02a6fab303cb696cb22c84ca961885792e8ec85545294610f34a4eb52ac3f6521c190d2c339c1957ab4156a
+DIST Django-3.2.5.tar.gz 9806547 BLAKE2B d804d758f95f18aac5c44cba9bd9248efa56cba91bea5db2ac89e8c2202ac1fd088b61d6cc98eb7d6d33a95f85983b801c6cc26a3231986a8cf224a0bbeb8a7c SHA512 03d4eee650a857bed298658c68b916beb74690d16b4b28d649c52a7c2d8a61e92f53136d2de3a77fabe1dd01c0e6b3033befc6842f39c222793fb590b1020c13

diff --git a/dev-python/django/django-3.2.5.ebuild b/dev-python/django/django-3.2.5.ebuild
new file mode 100644
index 00000000000..4b43dfbf9ef
--- /dev/null
+++ b/dev-python/django/django-3.2.5.ebuild
@@ -0,0 +1,103 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_REQ_USE='sqlite?,threads(+)'
+
+inherit bash-completion-r1 distutils-r1 optfeature verify-sig
+
+MY_P=${P^}
+DESCRIPTION="High-level Python web framework"
+HOMEPAGE="https://www.djangoproject.com/ https://pypi.org/project/Django/"
+SRC_URI="
+	https://media.djangoproject.com/releases/$(ver_cut 1-2)/${MY_P}.tar.gz
+	verify-sig? ( https://media.djangoproject.com/pgp/${MY_P}.checksum.txt )"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="BSD"
+# admin fonts: Roboto (media-fonts/roboto)
+LICENSE+=" Apache-2.0"
+# admin icons, jquery, xregexp.js
+LICENSE+=" MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos"
+IUSE="doc sqlite test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	>=dev-python/asgiref-3.3.4[${PYTHON_USEDEP}]
+	dev-python/pytz[${PYTHON_USEDEP}]
+	>=dev-python/sqlparse-0.2.2[${PYTHON_USEDEP}]"
+BDEPEND="
+	test? (
+		$(python_gen_impl_dep sqlite)
+		${RDEPEND}
+		dev-python/docutils[${PYTHON_USEDEP}]
+		dev-python/jinja[${PYTHON_USEDEP}]
+		dev-python/numpy[${PYTHON_USEDEP}]
+		dev-python/pillow[webp,${PYTHON_USEDEP}]
+		dev-python/pyyaml[${PYTHON_USEDEP}]
+		dev-python/selenium[${PYTHON_USEDEP}]
+		dev-python/tblib[${PYTHON_USEDEP}]
+		sys-devel/gettext
+		!!<dev-python/ipython-7.21.0-r1
+		!!=dev-python/ipython-7.22.0-r0
+	)
+	verify-sig? ( >=app-crypt/openpgp-keys-django-20201201 )
+"
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-3.1-bashcomp.patch
+	# From https://github.com/django/django/pull/14228
+	"${FILESDIR}"/${PN}-3.2.3-py310-repr.patch
+)
+
+distutils_enable_sphinx docs --no-autodoc
+
+VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/django.asc
+
+src_unpack() {
+	if use verify-sig; then
+		cd "${DISTDIR}" || die
+		verify-sig_verify_signed_checksums \
+			"${MY_P}.checksum.txt" sha256 "${MY_P}.tar.gz"
+		cd "${WORKDIR}" || die
+	fi
+
+	default
+}
+
+python_prepare_all() {
+	# Fails because of warnings
+	sed -i 's/test_dumpdata_proxy_with_concrete/_&/' tests/fixtures/tests.py
+
+	distutils-r1_python_prepare_all
+}
+
+python_test() {
+	# Tests have non-standard assumptions about PYTHONPATH,
+	# and don't work with ${BUILD_DIR}/lib.
+	PYTHONPATH=. "${EPYTHON}" tests/runtests.py --settings=test_sqlite -v2 ||
+		die "Tests fail with ${EPYTHON}"
+}
+
+python_install_all() {
+	newbashcomp extras/django_bash_completion ${PN}-admin
+	bashcomp_alias ${PN}-admin django-admin.py
+
+	distutils-r1_python_install_all
+}
+
+pkg_postinst() {
+	optfeature_header "Additional Backend support can be enabled via:"
+	optfeature "MySQL backend support" dev-python/mysqlclient
+	optfeature "PostgreSQL backend support" dev-python/psycopg:2
+	optfeature_header
+	optfeature "GEO Django" "sci-libs/gdal[geos]"
+	optfeature "Memcached support" dev-python/pylibmc dev-python/python-memcached
+	optfeature "ImageField Support" dev-python/pillow
+	optfeature "Password encryption" dev-python/bcrypt
+	optfeature "High-level abstractions for Django forms" dev-python/django-formtools
+}


             reply	other threads:[~2021-07-01 14:42 UTC|newest]

Thread overview: 363+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-01 14:42 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-09 12:01 [gentoo-commits] repo/gentoo:master commit in: dev-python/django/ Michał Górny
2024-10-26 13:07 Michał Górny
2024-10-26 12:48 Arthur Zamarin
2024-10-12 15:05 Sam James
2024-09-28 13:24 Arthur Zamarin
2024-09-07 10:27 Michał Górny
2024-09-07 10:17 Arthur Zamarin
2024-09-07 10:14 Michał Górny
2024-09-04  3:13 Michał Górny
2024-09-04  3:13 Michał Górny
2024-09-04  3:13 Michał Górny
2024-08-29  6:34 Jakov Smolić
2024-08-29  6:34 Jakov Smolić
2024-08-08  3:08 Michał Górny
2024-08-08  3:08 Michał Górny
2024-08-07 12:18 Michał Górny
2024-08-07 12:09 Sam James
2024-08-07 12:09 Sam James
2024-08-07  4:56 Michał Górny
2024-08-07  4:56 Michał Górny
2024-07-25 10:01 Michał Górny
2024-07-10  6:36 Sam James
2024-07-10  6:36 Sam James
2024-07-10  5:13 Michał Górny
2024-07-10  5:13 Michał Górny
2024-05-22  9:10 Michał Górny
2024-05-22  9:05 Michał Górny
2024-05-07 17:45 Michał Górny
2024-05-07 17:45 Michał Górny
2024-05-04  7:43 Michał Górny
2024-05-04  7:23 Arthur Zamarin
2024-04-19  6:39 Ionen Wolkens
2024-04-18 15:45 Michał Górny
2024-04-04  3:58 Michał Górny
2024-03-04 18:21 Michał Górny
2024-03-04 18:17 Jakov Smolić
2024-03-04 18:17 Jakov Smolić
2024-03-04 18:17 Jakov Smolić
2024-03-04 14:52 Michał Górny
2024-03-04 14:52 Michał Górny
2024-03-04 14:52 Michał Górny
2024-02-07 19:18 Michał Górny
2024-02-07 19:14 Sam James
2024-02-07 19:14 Sam James
2024-02-07 19:14 Sam James
2024-02-07  8:29 Michał Górny
2024-02-07  8:29 Michał Górny
2024-02-07  8:29 Michał Górny
2024-01-19  5:10 Michał Górny
2024-01-18 19:55 Arthur Zamarin
2024-01-18 19:49 Arthur Zamarin
2024-01-18 19:49 Arthur Zamarin
2024-01-18 18:03 Arthur Zamarin
2024-01-13  9:28 Michał Górny
2024-01-13  9:28 Michał Górny
2024-01-03  8:29 Michał Górny
2024-01-03  8:29 Michał Górny
2023-12-30 14:40 Michał Górny
2023-12-10 16:12 Michał Górny
2023-12-09 16:38 Michał Górny
2023-12-09 16:38 Michał Górny
2023-12-09 16:13 Michał Górny
2023-12-09 15:47 Michał Górny
2023-12-05 14:32 Michał Górny
2023-12-04 15:59 Michał Górny
2023-10-04 18:37 Michał Górny
2023-10-04 18:24 Sam James
2023-10-04 18:24 Sam James
2023-10-04 18:24 Sam James
2023-10-04 17:43 Michał Górny
2023-10-04 17:43 Michał Górny
2023-10-04 17:43 Michał Górny
2023-09-05  4:58 Michał Górny
2023-09-04 20:16 Sam James
2023-09-04 20:16 Sam James
2023-09-04 20:16 Sam James
2023-09-04 13:14 Michał Górny
2023-09-04 13:14 Michał Górny
2023-09-04 13:14 Michał Górny
2023-08-24 12:47 Michał Górny
2023-08-02  6:05 Michał Górny
2023-07-23 21:44 Sam James
2023-07-04 12:41 Michał Górny
2023-07-04  9:35 Sam James
2023-07-04  9:35 Sam James
2023-07-04  9:35 Sam James
2023-07-04  2:59 Michał Górny
2023-07-04  2:59 Michał Górny
2023-07-04  2:59 Michał Górny
2023-06-18 17:07 Michał Górny
2023-06-13 17:00 Michał Górny
2023-06-06  5:43 Michał Górny
2023-05-04  8:48 Arthur Zamarin
2023-05-04  8:48 Arthur Zamarin
2023-05-04  8:48 Arthur Zamarin
2023-05-04  8:06 Michał Górny
2023-05-04  8:06 Michał Górny
2023-04-03 18:37 Arthur Zamarin
2023-02-14 22:25 Michał Górny
2023-02-14 21:43 Sam James
2023-02-14 21:43 Sam James
2023-02-14 21:43 Sam James
2023-02-14 16:24 Michał Górny
2023-02-14 16:24 Michał Górny
2023-02-14 16:24 Michał Górny
2023-02-01 19:36 Michał Górny
2023-02-01 19:09 Arthur Zamarin
2023-02-01 19:09 Arthur Zamarin
2023-02-01 19:09 Arthur Zamarin
2023-02-01 13:18 Michał Górny
2023-02-01 13:18 Michał Górny
2023-02-01 13:18 Michał Górny
2023-01-08  5:06 Michał Górny
2023-01-07 18:32 Arthur Zamarin
2023-01-02 14:54 Michał Górny
2022-12-10  9:09 Michał Górny
2022-12-10  9:02 Arthur Zamarin
2022-12-08  5:25 Michał Górny
2022-11-30 10:18 WANG Xuerui
2022-11-03  5:33 Michał Górny
2022-10-06  9:29 Michał Górny
2022-10-06  6:54 Agostino Sarubbo
2022-10-06  6:54 Agostino Sarubbo
2022-10-05 11:35 Sam James
2022-10-05  9:41 Michał Górny
2022-10-05  9:41 Michał Górny
2022-10-05  5:53 Arthur Zamarin
2022-09-06 21:12 Sam James
2022-09-05  7:18 Michał Górny
2022-08-03 20:39 Arthur Zamarin
2022-08-03 20:37 Arthur Zamarin
2022-08-03 20:37 Arthur Zamarin
2022-08-03 16:30 Michał Górny
2022-08-03 16:30 Michał Górny
2022-07-05  6:01 Agostino Sarubbo
2022-07-05  0:23 Sam James
2022-07-04 18:21 Arthur Zamarin
2022-06-02  6:42 Michał Górny
2022-04-12 18:59 Michał Górny
2022-04-12 18:30 Arthur Zamarin
2022-04-12 18:30 Arthur Zamarin
2022-04-12 18:30 Arthur Zamarin
2022-04-11 16:07 Michał Górny
2022-04-11 16:07 Michał Górny
2022-04-11 16:07 Michał Górny
2022-03-16 10:06 Michał Górny
2022-02-02 15:36 Michał Górny
2022-02-02 15:23 Jakov Smolić
2022-02-02 15:23 Jakov Smolić
2022-02-02 15:23 Jakov Smolić
2022-02-01 10:06 Michał Górny
2022-02-01 10:06 Michał Górny
2022-02-01 10:06 Michał Górny
2022-01-04 22:05 Arthur Zamarin
2022-01-04 22:04 Arthur Zamarin
2022-01-04 22:04 Arthur Zamarin
2022-01-04 21:29 Arthur Zamarin
2021-12-07 20:10 Michał Górny
2021-12-07 16:53 Sam James
2021-12-07 16:53 Sam James
2021-12-07 16:53 Sam James
2021-12-07  9:32 Michał Górny
2021-12-07  9:32 Michał Górny
2021-12-07  9:32 Michał Górny
2021-12-02  9:39 Michał Górny
2021-12-02  8:54 Jakov Smolić
2021-11-01 22:16 Michał Górny
2021-10-17 19:09 Sam James
2021-10-06  7:46 Michał Górny
2021-09-05  6:02 Sam James
2021-07-02 16:05 Michał Górny
2021-07-02  6:26 Agostino Sarubbo
2021-07-01 14:42 Michał Górny
2021-06-22 17:02 Marek Szuba
2021-06-03  6:47 Michał Górny
2021-06-03  0:46 Sam James
2021-06-03  0:46 Sam James
2021-06-03  0:46 Sam James
2021-06-02 23:14 Michał Górny
2021-06-02 23:14 Michał Górny
2021-06-02 23:14 Michał Górny
2021-05-14  8:14 Michał Górny
2021-05-14  8:14 Michał Górny
2021-05-14  8:14 Michał Górny
2021-05-09  8:23 Michał Górny
2021-05-09  1:29 Sam James
2021-05-09  1:29 Sam James
2021-05-09  1:29 Sam James
2021-05-07  8:47 Michał Górny
2021-05-07  8:47 Michał Górny
2021-05-07  8:47 Michał Górny
2021-05-06  7:33 Michał Górny
2021-05-06  6:55 Agostino Sarubbo
2021-05-04 12:41 Michał Górny
2021-05-04 12:41 Michał Górny
2021-04-10 19:36 Michał Górny
2021-04-10  7:47 Sam James
2021-04-10  7:47 Sam James
2021-04-10  7:47 Sam James
2021-04-06 21:26 Michał Górny
2021-04-06 21:26 Michał Górny
2021-04-06 16:24 Michał Górny
2021-04-06 16:24 Michał Górny
2021-04-06 16:24 Michał Górny
2021-02-25  7:40 Michał Górny
2021-02-24 23:20 Sam James
2021-02-24 23:20 Sam James
2021-02-24 23:20 Sam James
2021-02-19 17:14 Michał Górny
2021-02-19 17:14 Michał Górny
2021-02-19 17:14 Michał Górny
2021-02-13 17:57 Sam James
2021-02-13 17:57 Sam James
2021-02-13 17:57 Sam James
2021-02-01 17:04 Michał Górny
2021-02-01 17:04 Michał Górny
2021-02-01 17:04 Michał Górny
2021-01-18 14:52 Sam James
2021-01-07  9:25 Michał Górny
2021-01-07  1:10 Sam James
2021-01-07  1:10 Sam James
2021-01-05 21:27 Michał Górny
2021-01-05 21:03 Sam James
2021-01-04  9:45 Michał Górny
2020-12-21 22:16 Sam James
2020-12-21 22:16 Sam James
2020-12-17 17:09 Michał Górny
2020-12-01 10:32 Michał Górny
2020-11-29 21:02 Sam James
2020-11-12 12:28 Sam James
2020-11-08  0:17 Michał Górny
2020-11-02  9:49 Michał Górny
2020-11-02  9:49 Michał Górny
2020-11-02  9:49 Michał Górny
2020-10-22  7:39 Michał Górny
2020-10-01  7:59 Michał Górny
2020-09-03 19:58 Michał Górny
2020-09-03 19:30 Thomas Deutschmann
2020-09-03 18:44 Thomas Deutschmann
2020-09-02  6:41 Michał Górny
2020-09-02  6:41 Michał Górny
2020-09-02  6:41 Michał Górny
2020-08-30  5:16 Sam James
2020-08-05 13:53 Agostino Sarubbo
2020-08-03 17:58 Michał Górny
2020-08-03 17:58 Michał Górny
2020-08-03 17:58 Michał Górny
2020-07-08 20:16 Michał Górny
2020-07-08 20:16 Michał Górny
2020-07-05 13:44 Agostino Sarubbo
2020-07-02  6:25 Agostino Sarubbo
2020-07-01 13:47 Michał Górny
2020-07-01 13:47 Michał Górny
2020-06-30  6:34 Agostino Sarubbo
2020-06-29  6:26 Agostino Sarubbo
2020-06-26  6:52 Agostino Sarubbo
2020-06-26  6:52 Agostino Sarubbo
2020-06-21 20:19 Michał Górny
2020-06-19 18:10 Michał Górny
2020-06-04  6:24 Michał Górny
2020-06-04  6:24 Michał Górny
2020-05-30 16:20 Michał Górny
2020-05-30  9:33 Michał Górny
2020-05-14 11:57 Michał Górny
2020-05-12 15:54 Mart Raudsepp
2020-05-12  6:57 Michał Górny
2020-05-05 20:22 Michał Górny
2020-04-28 13:12 Agostino Sarubbo
2020-04-02  9:26 Michał Górny
2020-03-06 14:38 Michał Górny
2020-03-06 14:38 Michał Górny
2020-02-11 20:10 William Hubbs
2020-01-26 13:33 David Seifert
2019-09-14  4:26 Matt Turner
2019-06-04 12:42 Virgil Dupras
2019-05-06 11:48 Virgil Dupras
2019-05-01 19:49 Sergei Trofimovich
2019-05-01 13:25 Virgil Dupras
2019-04-29  8:17 Sergei Trofimovich
2019-04-24 17:34 Virgil Dupras
2019-04-24 17:34 Virgil Dupras
2019-04-13  1:30 Aaron Bauman
2019-04-02 17:34 Virgil Dupras
2019-04-01 17:52 Virgil Dupras
2019-04-01 17:52 Virgil Dupras
2019-04-01 17:52 Virgil Dupras
2019-03-04 12:51 Virgil Dupras
2019-03-04 12:51 Virgil Dupras
2019-02-12 13:29 Virgil Dupras
2019-01-22  1:53 Virgil Dupras
2019-01-22  1:53 Virgil Dupras
2019-01-05 15:22 Virgil Dupras
2018-12-17 13:34 Virgil Dupras
2018-12-17 13:34 Virgil Dupras
2018-12-17 13:34 Virgil Dupras
2018-12-03 21:17 Virgil Dupras
2018-12-03  1:17 Virgil Dupras
2018-12-03  1:17 Virgil Dupras
2018-11-04  0:17 Virgil Dupras
2018-10-27 17:34 Virgil Dupras
2018-10-27 17:34 Virgil Dupras
2018-10-27 17:34 Virgil Dupras
2018-10-05 11:45 Virgil Dupras
2018-10-05  4:10 Thomas Deutschmann
2018-10-02 21:00 Mikle Kolyada
2018-10-01 16:13 Virgil Dupras
2018-10-01 13:07 Virgil Dupras
2018-10-01 12:30 Virgil Dupras
2018-09-19 17:35 Thomas Deutschmann
2018-09-16 19:12 Virgil Dupras
2018-09-03 19:05 Virgil Dupras
2018-08-18 17:14 Virgil Dupras
2018-08-06 11:49 Virgil Dupras
2018-08-06  4:25 Mikle Kolyada
2018-08-05  1:03 Thomas Deutschmann
2018-08-02  3:11 Virgil Dupras
2018-08-01 17:59 Virgil Dupras
2018-07-23  0:45 Virgil Dupras
2018-07-23  0:14 Mikle Kolyada
2018-07-22 18:37 Thomas Deutschmann
2018-07-21 11:11 Virgil Dupras
2018-07-20 22:40 Thomas Deutschmann
2018-07-19 10:07 Agostino Sarubbo
2018-07-17 14:47 Virgil Dupras
2018-03-16 21:19 Michał Górny
2017-07-07 17:45 Alexis Ballier
2017-06-24 19:51 Justin Lecher
2017-06-18 14:01 Agostino Sarubbo
2017-06-17 17:24 Agostino Sarubbo
2017-06-03 19:36 Justin Lecher
2017-06-03 19:36 Justin Lecher
2016-12-13  3:21 Mike Gilbert
2016-10-29 23:15 Mike Gilbert
2016-08-07  7:27 Johann Schmitz
2016-08-07  7:27 Johann Schmitz
2016-08-07  7:27 Johann Schmitz
2016-08-07  7:27 Johann Schmitz
2016-08-07  7:27 Johann Schmitz
2016-04-19 13:19 Patrick Lauer
2016-02-14 17:54 Justin Lecher
2016-02-13 15:27 Agostino Sarubbo
2016-02-02 15:05 Justin Lecher
2016-02-02 15:05 Justin Lecher
2016-01-02 16:57 Justin Lecher
2015-12-31 14:52 Michał Górny
2015-11-30  9:43 Justin Lecher
2015-11-30  9:35 Agostino Sarubbo
2015-11-30  9:35 Agostino Sarubbo
2015-11-26  9:28 Justin Lecher
2015-11-05 10:18 Justin Lecher
2015-10-25  9:24 Justin Lecher
2015-10-24 16:32 Mikle Kolyada
2015-10-23  9:05 Agostino Sarubbo
2015-10-22 11:09 Justin Lecher
2015-10-10 11:17 Justin Lecher
2015-09-05 18:47 Mikle Kolyada
2015-08-26 10:43 Agostino Sarubbo
2015-08-20  9:19 Justin Lecher
2015-08-20  8:49 Agostino Sarubbo
2015-08-20  8:48 Agostino Sarubbo
2015-08-18 19:44 Justin Lecher
2015-08-18 18:41 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=1625150489.3e4be03473437a468baf1e4ecee6789334dfe6dc.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