| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Closes: https://bugs.gentoo.org/896514
Signed-off-by: Matthew Smith <matthew@gentoo.org>
|
|
|
|
|
| |
Fixes: 53225c643c193984d24283eb9050fe176cd2f101
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
|
|
|
| |
New revision given it affects Vala-generated code and I'd rather
be conservative.
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
|
|
|
| |
Sticking with the original repo name for now, for consistency with the
ebuilds and to make it absolutely clear this is not the Flutter rewrite.
Signed-off-by: Marek Szuba <marecki@gentoo.org>
|
|
|
|
|
| |
Closes: https://bugs.gentoo.org/896518
Signed-off-by: Marek Szuba <marecki@gentoo.org>
|
|
|
|
| |
Signed-off-by: Marek Szuba <marecki@gentoo.org>
|
|
|
|
| |
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
|
|
|
| |
Signed-off-by: Cristian Othón Martínez Vera <cfuga@cfuga.mx>
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
|
|
|
| |
Signed-off-by: Casper Hanegreefs <casinvictusgentoo@proton.me>
Closes: https://github.com/gentoo/gentoo/pull/29137
Closes: https://bugs.gentoo.org/854249
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
|
|
|
|
|
| |
Signed-off-by: Casper Hanegreefs <casinvictusgentoo@proton.me>
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Seems to have no problems with 39.0.1:
- all standard tests pass;
- several device-specific PIV tests fail due to newer cryptography not
allowing the use of SHA1, which could easily be fixed by patching the
offending tests not to use that algorithm - and in any case we do not
run any of these in src_test();
- rudimentary run-time testing has shown no issues yet.
Going straight to stable due to Bug #893576.
Bug: https://bugs.gentoo.org/893522
Signed-off-by: Marek Szuba <marecki@gentoo.org>
|
|
|
|
| |
Signed-off-by: Nicolas Bock <nicolasbock@gentoo.org>
|
|
|
|
| |
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
|
|
|
|
| |
Closes: https://github.com/gentoo/gentoo/pull/27373
Signed-off-by: Randall T. Vasquez <ran.dall@icloud.com>
Signed-off-by: Nicolas Bock <nicolasbock@gentoo.org>
|
|
|
|
| |
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
|
|
|
|
| |
Signed-off-by: Nicolas Bock <nicolasbock@gentoo.org>
|
|
|
|
|
|
| |
Closes: https://github.com/gentoo/gentoo/pull/27372
Signed-off-by: Randall T. Vasquez <ran.dall@icloud.com>
Signed-off-by: Nicolas Bock <nicolasbock@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bug: https://bugs.gentoo.org/881043
The purpose of this rework is to use parent package archive as common
base for all the modules.
Warnings: some modifications might require some reviews, tests were done
but maybe not thoroughly enough.
Reworks:
- replaces deprecated DISTUTILS_USE_SETUPTOOLS by
DISTUTILS_USE_PEP517, with "setuptools" (DistutilsNonPEP517Build);
- integrates parent mechanism for base source;
- stores archive with ".gh" in its extension (PythonGHDistfileSuffix)
also use parent’s file;
- uses plaintext URL for SRC_URI;
- common "S" path definition for live ebuild.
Also removes zope since 2.0.0 version, see upstream commit
9d736d5c9c939ef5a47b001ef9cb3ea97122c1c4:
https://github.com/certbot/certbot/commit/9d736d5c9c939ef5a47b001ef9cb3ea97122c1c4
Signed-off-by: Thibaud CANALE <thican@thican.net>
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bug: https://bugs.gentoo.org/881043
The purpose of this rework is to use parent package archive as common
base for all the modules.
Warnings: some modifications might require some reviews, tests were done
but maybe not thoroughly enough.
Reworks:
- replaces deprecated DISTUTILS_USE_SETUPTOOLS by
DISTUTILS_USE_PEP517, with "setuptools" (DistutilsNonPEP517Build);
- integrates parent mechanism for base source;
- stores archive with ".gh" in its extension (PythonGHDistfileSuffix)
also use parent’s file;
- uses plaintext URL for SRC_URI;
- common "S" path definition for live ebuild.
Also removes zope since 2.0.0 version, see upstream commit
9d736d5c9c939ef5a47b001ef9cb3ea97122c1c4:
https://github.com/certbot/certbot/commit/9d736d5c9c939ef5a47b001ef9cb3ea97122c1c4
Signed-off-by: Thibaud CANALE <thican@thican.net>
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bug: https://bugs.gentoo.org/881043
The purpose of this commit is to provide a common base for this package
and its bindings.
For example, we should keep only one and single archive name to avoid
duplication, saving storage and download time.
Warnings: some modifications might require some reviews, tests were done
but maybe not thorough.
Reworks:
- replaces deprecated DISTUTILS_USE_SETUPTOOLS by
DISTUTILS_USE_PEP517, with "setuptools" (DistutilsNonPEP517Build);
- stores archive with ".gh" in its extension (PythonGHDistfileSuffix);
- uses plaintext URL for SRC_URI.
Also removes zope since 2.0.0 version, see upstream commit
9d736d5c9c939ef5a47b001ef9cb3ea97122c1c4:
https://github.com/certbot/certbot/commit/9d736d5c9c939ef5a47b001ef9cb3ea97122c1c4
Signed-off-by: Thibaud CANALE <thican@thican.net>
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bug: https://bugs.gentoo.org/881043
The purpose of this rework is to use parent package archive as common
base for all the modules.
Warnings: some modifications might require some reviews, tests were done
but maybe not thoroughly enough.
Reworks:
- replaces deprecated DISTUTILS_USE_SETUPTOOLS by
DISTUTILS_USE_PEP517, with "setuptools" (DistutilsNonPEP517Build);
- integrates parent mechanism for base source;
- stores archive with ".gh" in its extension (PythonGHDistfileSuffix)
also use parent’s file;
- common "S" path definition for live ebuild.
Signed-off-by: Thibaud CANALE <thican@thican.net>
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
|
|
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
|
|
| |
Signed-off-by: Christopher Byrne <salah.coronya@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/29586
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
|
| |
Signed-off-by: Christopher Byrne <salah.coronya@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
|
| |
Signed-off-by: Christopher Byrne <salah.coronya@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
|
| |
Signed-off-by: Christopher Byrne <salah.coronya@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
|
|
| |
Signed-off-by: Christopher Byrne <salah.coronya@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/29362
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
|
|
|
|
|
| |
Signed-off-by: Christopher Byrne <salah.coronya@gmail.com>
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
|
|
|
|
|
|
|
| |
No patch as upstream is 404, apparently.
Closes: https://bugs.gentoo.org/894350
Signed-off-by: Sam James <sam@gentoo.org>
|