From: "Virgil Dupras" <vdupras@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django/
Date: Tue, 12 Feb 2019 13:29:00 +0000 (UTC) [thread overview]
Message-ID: <1549978119.7d17c611d1c83ba1585551e445e8730c8bc9993c.vdupras@gentoo> (raw)
commit: 7d17c611d1c83ba1585551e445e8730c8bc9993c
Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 12 13:28:12 2019 +0000
Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
CommitDate: Tue Feb 12 13:28:39 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d17c611
dev-python/django: bump to 1.11.20/2.0.13/2.1.7
upstream scrambled quite a bit for this release...
Signed-off-by: Virgil Dupras <vdupras <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
dev-python/django/Manifest | 3 +
dev-python/django/django-1.11.20.ebuild | 112 ++++++++++++++++++++++++++++++++
dev-python/django/django-2.0.13.ebuild | 110 +++++++++++++++++++++++++++++++
dev-python/django/django-2.1.7.ebuild | 87 +++++++++++++++++++++++++
4 files changed, 312 insertions(+)
diff --git a/dev-python/django/Manifest b/dev-python/django/Manifest
index 32532cf4176..d6dce4d20da 100644
--- a/dev-python/django/Manifest
+++ b/dev-python/django/Manifest
@@ -1,3 +1,6 @@
DIST Django-1.11.18.tar.gz 7847617 BLAKE2B e5c97a370c47caba2aea53245fdd8d11218c91d8fba230f2e2e9ab8068fbb7ebce6c7a969016d62a08a8226e13664b54202073b7726b7d6091d1f45dccde9ca1 SHA512 35c885e835c5e85257774c65c11bf851e710c745df3366487159f21f90e092236dd8d2cee86e8165945e57fc710989b0ea2747682fa4ce37d5e93d4f664b76c1
+DIST Django-1.11.20.tar.gz 7846576 BLAKE2B 11423edda7f2f08cc894957da65c746c99ce7ce5399ff236972cce627e347cbc4a43c7ff75282318fac2ac8f65fc4db691ac9fe8e04059b0de4f1bfe31278382 SHA512 5a0fff6c9b90a08e98dee6d4d090047adb900a8f6a061f98e685e8998bfe3d97fe7a90aa7d4d2feae67026fb6e4441393d50cb5ab295604ed362a080b987f062
DIST Django-2.0.10.tar.gz 7992290 BLAKE2B af4ee0841e01911c987128f70c0a3570951fc57cbd75165c8b81a4b6847a29fdff7de4f17f5f80e2f4e6b8e87aee017b256f45380fbea931e257f2a999175d78 SHA512 aee171bc10387b2685930887ed9e86564fba273210cd9d7929b7a97eb913ab537408a779bd06c37be63b3b9ecd3e48398e92de33e1a634521872dadf9a3e16f6
+DIST Django-2.0.13.tar.gz 7990057 BLAKE2B 8172d4ac3e74ce41403d3825ca102673e78cfc47c799a05de6543d3e06b69f97ce475b314d78d88226564cc2cafa1cbd1f6237232967ba15d88d94fa83514e1d SHA512 cae1977bec5b23475bb8b3b67444bf3b12edcd212db11e22e4d10456b1ae5d8dcc1734f1f07cb1e19dd39577684b03821cfc247174d687e29ea8fbed7b628727
DIST Django-2.1.5.tar.gz 8612384 BLAKE2B 71396905dd4524f4ec8112d6c36967fcb381514eba6231b02bedf0f0a7cf9a164bb5d7df30bb4ae0dd8e77c4acd34ecd83d237713fbf58ca8b0db32446986044 SHA512 0a8c72e131867787d475feb0ccd7896fe2aefbbda60d85450fc5ce336eb1f1b7c77d7a17ba0a89e4bac84b7fc87f6c22d7afa356443958e30e958eeec7d3ee6d
+DIST Django-2.1.7.tar.gz 8608548 BLAKE2B c391fe2ed0fe9a4f4ef45cf828a0a85c16d5ede7c1bdc1ed5fae1185f04052290817900e97f95fa199425c344d91a9d32c7fb7ac8aec5d12152e7f8a39f8136f SHA512 bacbd52c834a14267588f7bcf57f52c246beb9971352e60eb780e28872884e0dd3701256dcd9600ae0faad29f42460391ea973e9fbb3338c2c08baf0d5ca2fe8
diff --git a/dev-python/django/django-1.11.20.ebuild b/dev-python/django/django-1.11.20.ebuild
new file mode 100644
index 00000000000..e6b8db11ff6
--- /dev/null
+++ b/dev-python/django/django-1.11.20.ebuild
@@ -0,0 +1,112 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy )
+PYTHON_REQ_USE='sqlite?,threads(+)'
+WEBAPP_NO_AUTO_INSTALL="yes"
+
+inherit bash-completion-r1 distutils-r1 eutils eapi7-ver webapp
+
+MY_PN="Django"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="High-level Python web framework"
+HOMEPAGE="https://www.djangoproject.com/ https://pypi.org/project/Django/"
+SRC_URI="
+ https://www.djangoproject.com/m/releases/$(ver_cut 1-2)/${MY_P}.tar.gz
+ mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz
+ "
+
+LICENSE="BSD"
+# admin fonts: Roboto (media-fonts/roboto)
+LICENSE+=" Apache-2.0"
+# admin icons, jquery, xregexp.js
+LICENSE+=" MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+IUSE="doc sqlite test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ dev-python/pytz[${PYTHON_USEDEP}]
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ doc? ( >=dev-python/sphinx-1.0.7[${PYTHON_USEDEP}] )
+ test? (
+ $(python_gen_impl_dep sqlite)
+ dev-python/docutils[${PYTHON_USEDEP}]
+ dev-python/numpy[$(python_gen_usedep 'python*')]
+ dev-python/pillow[${PYTHON_USEDEP}]
+ dev-python/pyyaml[${PYTHON_USEDEP}]
+ dev-python/mock[${PYTHON_USEDEP}]
+ virtual/python-enum34[${PYTHON_USEDEP}]
+ )"
+
+S="${WORKDIR}/${MY_P}"
+
+WEBAPP_MANUAL_SLOT="yes"
+
+PATCHES=(
+ "${FILESDIR}"/${PN}-1.9-bashcomp.patch
+)
+
+pkg_setup() {
+ webapp_pkg_setup
+}
+
+python_prepare_all() {
+ # Prevent d'loading in the doc build
+ sed -e '/^ "sphinx.ext.intersphinx",/d' -i docs/conf.py || die
+
+ distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+ use doc && emake -C docs html
+}
+
+python_test() {
+ # Tests have non-standard assumptions about PYTHONPATH,
+ # and don't work with ${BUILD_DIR}/lib.
+ PYTHONPATH=. "${PYTHON}" tests/runtests.py --settings=test_sqlite -v2 --parallel 1 \
+ || die "Tests fail with ${EPYTHON}"
+}
+
+python_install_all() {
+ newbashcomp extras/django_bash_completion ${PN}-admin
+ bashcomp_alias ${PN}-admin django-admin.py
+
+ if use doc; then
+ rm -fr docs/_build/html/_sources || die
+ local HTML_DOCS=( docs/_build/html/. )
+ fi
+
+ insinto "${MY_HTDOCSDIR#${EPREFIX}}"
+ doins -r django/contrib/admin/static/admin/.
+ distutils-r1_python_install_all
+}
+
+src_install() {
+ distutils-r1_src_install
+ webapp_src_install
+}
+
+pkg_postinst() {
+ elog "Additional Backend support can be enabled via"
+ optfeature "MySQL backend support in python 2.7 only" dev-python/mysql-python
+ optfeature "MySQL backend support in python 2.7 - 3.4" dev-python/mysqlclient
+ optfeature "PostgreSQL backend support" dev-python/psycopg:2
+ echo ""
+ elog "Other features can be enhanced by"
+ 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
+ echo ""
+ elog "A copy of the admin media is available to webapp-config for installation in a"
+ elog "webroot, as well as the traditional location in python's site-packages dir"
+ elog "for easy development."
+ webapp_pkg_postinst
+}
diff --git a/dev-python/django/django-2.0.13.ebuild b/dev-python/django/django-2.0.13.ebuild
new file mode 100644
index 00000000000..0761bad5134
--- /dev/null
+++ b/dev-python/django/django-2.0.13.ebuild
@@ -0,0 +1,110 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{4,5,6} )
+PYTHON_REQ_USE='sqlite?,threads(+)'
+WEBAPP_NO_AUTO_INSTALL="yes"
+
+inherit bash-completion-r1 distutils-r1 eutils eapi7-ver webapp
+
+MY_PN="Django"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="High-level Python web framework"
+HOMEPAGE="https://www.djangoproject.com/ https://pypi.org/project/Django/"
+SRC_URI="
+ https://www.djangoproject.com/m/releases/$(ver_cut 1-2)/${MY_P}.tar.gz
+ mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz
+ "
+
+LICENSE="BSD"
+# admin fonts: Roboto (media-fonts/roboto)
+LICENSE+=" Apache-2.0"
+# admin icons, jquery, xregexp.js
+LICENSE+=" MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+IUSE="doc sqlite test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ dev-python/pytz[${PYTHON_USEDEP}]
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ doc? ( >=dev-python/sphinx-1.0.7[${PYTHON_USEDEP}] )
+ test? (
+ $(python_gen_impl_dep sqlite)
+ dev-python/docutils[${PYTHON_USEDEP}]
+ dev-python/numpy[${PYTHON_USEDEP}]
+ dev-python/pillow[${PYTHON_USEDEP}]
+ dev-python/pyyaml[${PYTHON_USEDEP}]
+ dev-python/mock[${PYTHON_USEDEP}]
+ )"
+
+S="${WORKDIR}/${MY_P}"
+
+WEBAPP_MANUAL_SLOT="yes"
+
+PATCHES=(
+ "${FILESDIR}"/${PN}-2.0.7-bashcomp.patch
+)
+
+pkg_setup() {
+ webapp_pkg_setup
+}
+
+python_prepare_all() {
+ # Prevent d'loading in the doc build
+ sed -e '/^ "sphinx.ext.intersphinx",/d' -i docs/conf.py || die
+
+ distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+ use doc && emake -C docs html
+}
+
+python_test() {
+ # Tests have non-standard assumptions about PYTHONPATH,
+ # and don't work with ${BUILD_DIR}/lib.
+ PYTHONPATH=. "${PYTHON}" tests/runtests.py --settings=test_sqlite -v2 --parallel 1 \
+ || die "Tests fail with ${EPYTHON}"
+}
+
+python_install_all() {
+ newbashcomp extras/django_bash_completion ${PN}-admin
+ bashcomp_alias ${PN}-admin django-admin.py
+
+ if use doc; then
+ rm -fr docs/_build/html/_sources || die
+ local HTML_DOCS=( docs/_build/html/. )
+ fi
+
+ insinto "${MY_HTDOCSDIR#${EPREFIX}}"
+ doins -r django/contrib/admin/static/admin/.
+ distutils-r1_python_install_all
+}
+
+src_install() {
+ distutils-r1_src_install
+ webapp_src_install
+}
+
+pkg_postinst() {
+ elog "Additional Backend support can be enabled via"
+ optfeature "MySQL backend support" dev-python/mysqlclient
+ optfeature "PostgreSQL backend support" dev-python/psycopg:2
+ echo ""
+ elog "Other features can be enhanced by"
+ 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
+ echo ""
+ elog "A copy of the admin media is available to webapp-config for installation in a"
+ elog "webroot, as well as the traditional location in python's site-packages dir"
+ elog "for easy development."
+ webapp_pkg_postinst
+}
diff --git a/dev-python/django/django-2.1.7.ebuild b/dev-python/django/django-2.1.7.ebuild
new file mode 100644
index 00000000000..fa8668065c0
--- /dev/null
+++ b/dev-python/django/django-2.1.7.ebuild
@@ -0,0 +1,87 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{5,6,7} )
+PYTHON_REQ_USE='sqlite?,threads(+)'
+
+inherit bash-completion-r1 distutils-r1 eutils
+
+MY_PN="Django"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="High-level Python web framework"
+HOMEPAGE="https://www.djangoproject.com/ https://pypi.org/project/Django/"
+SRC_URI="https://www.djangoproject.com/m/releases/$(ver_cut 1-2)/${MY_P}.tar.gz"
+
+LICENSE="BSD"
+# admin fonts: Roboto (media-fonts/roboto)
+LICENSE+=" Apache-2.0"
+# admin icons, jquery, xregexp.js
+LICENSE+=" MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+IUSE="doc sqlite test"
+
+RDEPEND="dev-python/pytz[${PYTHON_USEDEP}]"
+BDEPEND="
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+ test? (
+ $(python_gen_impl_dep sqlite)
+ dev-python/docutils[${PYTHON_USEDEP}]
+ dev-python/numpy[${PYTHON_USEDEP}]
+ dev-python/pillow[${PYTHON_USEDEP}]
+ dev-python/pyyaml[${PYTHON_USEDEP}]
+ dev-python/mock[${PYTHON_USEDEP}]
+ )"
+
+S="${WORKDIR}/${MY_P}"
+
+PATCHES=(
+ "${FILESDIR}"/${PN}-2.0.7-bashcomp.patch
+)
+
+python_prepare_all() {
+ # Prevent d'loading in the doc build
+ sed -e '/^ "sphinx.ext.intersphinx",/d' -i docs/conf.py || die
+
+ distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+ use doc && emake -C docs html
+}
+
+python_test() {
+ # Tests have non-standard assumptions about PYTHONPATH,
+ # and don't work with ${BUILD_DIR}/lib.
+ PYTHONPATH=. "${PYTHON}" 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
+
+ if use doc; then
+ rm -fr docs/_build/html/_sources || die
+ local HTML_DOCS=( docs/_build/html/. )
+ fi
+
+ distutils-r1_python_install_all
+}
+
+pkg_postinst() {
+ elog "Additional Backend support can be enabled via"
+ optfeature "MySQL backend support" dev-python/mysqlclient
+ optfeature "PostgreSQL backend support" dev-python/psycopg:2
+ echo ""
+ elog "Other features can be enhanced by"
+ 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
+}
next reply other threads:[~2019-02-12 13:29 UTC|newest]
Thread overview: 379+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-12 13:29 Virgil Dupras [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-06 4:10 [gentoo-commits] repo/gentoo:master commit in: dev-python/django/ Michał Górny
2025-02-06 4:10 Michał Górny
2025-02-06 4:10 Michał Górny
2025-01-17 11:28 Michał Górny
2025-01-15 12:26 Michał Górny
2025-01-15 5:39 Michał Górny
2025-01-15 5:39 Michał Górny
2025-01-15 5:39 Michał Górny
2024-12-05 12:00 Michał Górny
2024-12-05 9:39 Sam James
2024-12-05 9:39 Sam James
2024-12-05 9:39 Sam James
2024-12-05 5:39 Michał Górny
2024-12-05 5:39 Michał Górny
2024-12-05 5:39 Michał Górny
2024-11-30 11:47 Michał Górny
2024-11-09 12:01 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-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-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=1549978119.7d17c611d1c83ba1585551e445e8730c8bc9993c.vdupras@gentoo \
--to=vdupras@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