summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 2023-06-15 12:32:06 UTCRepository mirror & CI2023-06-151246-1246/+1246
|
* Merge updates from masterRepository mirror & CI2023-06-152-38/+159
|\
| * pypi.eclass: Avoid subshell for extglob settingMichał Górny2023-06-151-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | Suggested by Eli Schwartz. This gives roughly 5260 ops / s, over 550% speedup. The complete patch series therefore increases the speed from roughly 326 ops / s to 5260 ops / s, making the common case 16 times faster. Closes: https://bugs.gentoo.org/908411 Closes: https://github.com/gentoo/gentoo/pull/31404 Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * pypi.eclass: Replace pypi_sdist_url in global scopeMichał Górny2023-06-151-20/+33
| | | | | | | | | | | | | | | | Introduce an internal helper for _pypi_sdist_url that doesn't require subshell, and therefore eliminate all subshells from global scope. We're nearing 952 ops / s, further 39% speedup. Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * pypi.eclass: Translate version without subshell in common caseMichał Górny2023-06-151-11/+22
| | | | | | | | | | | | | | | | Provide an internal helper to translate versions without a subshell, and use it in the common case. Now the benchmark gives 685 ops / s, which means it's another 28% speedup. Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * pypi.eclass: Normalize names without subshellMichał Górny2023-06-151-12/+27
| | | | | | | | | | | | | | Provide an internal helper to normalize names without a subshell. This gives 535 ops / s, so a further 44% speedup. Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * pypi.eclass: Translate version once in the default scenarioMichał Górny2023-06-151-4/+6
| | | | | | | | | | | | | | | | Instead of translating version two times, once in pypi_sdist_url and then when setting S, do it once and store the result. This gives roughly 371 ops / s, i.e. a 13% speedup. Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * eclass/tests: Add pypi-bench.sh for global scope logicMichał Górny2023-06-151-0/+69
| | | | | | | | | | | | The benchmark yield roughly 327 ops / s on my machine. Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * pypi.eclass: Move setting globals to a functionMichał Górny2023-06-151-7/+15
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* | 2023-06-15 12:16:58 UTCRepository mirror & CI2023-06-155-6/+22
| |
* | Merge updates from masterRepository mirror & CI2023-06-154-3/+52
|\|
| * app-containers/lxd: add new optfeature for rsyncJoonas Niilola2023-06-151-0/+1
| | | | | | | | | | | | - provides a full lxd-migrate support. Signed-off-by: Joonas Niilola <juippis@gentoo.org>
| * dev-libs/dqlite: add 1.15.1Joonas Niilola2023-06-152-0/+50
| | | | | | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
| * dev-db/mysql-workbench: fix unixODBC compilationHans de Graaff2023-06-151-3/+1
| | | | | | | | | | | | | | The mysql-workbench code already was changed to work with the latest unixODBC release. Revert the workaround and require the latest version. Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* | 2023-06-15 11:48:50 UTCRepository mirror & CI2023-06-152-3/+3
| |
* | Merge updates from masterRepository mirror & CI2023-06-151-1/+1
|\|
| * dev-db/mysql-workbench: require new enough jreHans de Graaff2023-06-151-1/+1
| | | | | | | | | | Closes: https://bugs.gentoo.org/907184 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* | 2023-06-15 10:47:08 UTCRepository mirror & CI2023-06-153-2/+19
| |
* | Merge updates from masterRepository mirror & CI2023-06-153-0/+784
|\|
| * app-emulation/virtualbox: add 9999Viorel Munteanu2023-06-153-0/+784
| | | | | | | | | | | | | | | | | | | | Add live version. It compiles the latest upstream public svn. This ebuild also compiles the kernel modules, does not need on vbox-modules. Upstream added support for python 3.12; I haven't checked it yet. USE=doc does not work for now. This version is not meant to be used, might be very unstable. Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* | 2023-06-15 10:33:49 UTCRepository mirror & CI2023-06-152-3/+3
| |
* | Merge updates from masterRepository mirror & CI2023-06-151-1/+1
|\|
| * mail-filter/spamassassin: Stabilize 4.0.0-r2 ppc, #908436Arthur Zamarin2023-06-151-1/+1
| | | | | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* | 2023-06-15 10:16:58 UTCRepository mirror & CI2023-06-152-3/+3
| |
* | Merge updates from masterRepository mirror & CI2023-06-151-1/+1
|\|
| * net-im/synapse: Stabilize 1.83.0 amd64, #908514Arthur Zamarin2023-06-151-1/+1
| | | | | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* | Merge updates from masterRepository mirror & CI2023-06-154-577/+0
|\|
| * net-dns/djbdns: remove unused patchesMichael Mair-Keimberger2023-06-154-577/+0
| | | | | | | | | | | | Closes: https://github.com/gentoo/gentoo/pull/31425 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* | 2023-06-15 09:16:58 UTCRepository mirror & CI2023-06-154-5/+21
| |
* | Merge updates from masterRepository mirror & CI2023-06-153-2/+300
|\|
| * sci-geosciences/grass: add 8.3.0_rc1Mario Haustein2023-06-153-2/+300
| | | | | | | | | | | | Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> Closes: https://github.com/gentoo/gentoo/pull/31360 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* | 2023-06-15 09:02:04 UTCRepository mirror & CI2023-06-153-7/+7
| |
* | Merge updates from masterRepository mirror & CI2023-06-152-8/+8
|\|
| * sci-electronics/puff: update HOMEPAGE, add missing bracesMichael Mair-Keimberger2023-06-152-8/+8
| | | | | | | | | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/31289 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* | 2023-06-15 08:46:59 UTCRepository mirror & CI2023-06-154-18/+18
| |
* | Merge updates from masterRepository mirror & CI2023-06-152-128/+159
|\|
| * x11-libs/qwt: add Qt6 supportThomas Bettler2023-06-152-128/+159
| | | | | | | | | | | | Signed-off-by: Thomas Bettler <thomas.bettler@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/31250 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* | 2023-06-15 08:02:02 UTCRepository mirror & CI2023-06-153-2/+16
| |
* | Merge updates from masterRepository mirror & CI2023-06-152-0/+43
|\|
| * dev-util/android-udev-rules: add 20230614Alfred Wingate2023-06-152-0/+43
| | | | | | | | | | | | Signed-off-by: Alfred Wingate <parona@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/31442 Signed-off-by: Florian Schmaus <flow@gentoo.org>
* | 2023-06-15 07:31:57 UTCRepository mirror & CI2023-06-154-3/+32
| |
* | Merge updates from masterRepository mirror & CI2023-06-154-0/+159
|\|
| * media-libs/codec2: bump to 1.1.1Miroslav Šulc2023-06-152-0/+37
| | | | | | | | Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
| * media-sound/fluidsynth: bump to 2.3.3Miroslav Šulc2023-06-152-0/+122
| | | | | | | | Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* | 2023-06-15 07:16:59 UTCRepository mirror & CI2023-06-153-17/+2
| |
* | Merge updates from masterRepository mirror & CI2023-06-153-26/+0
|\|
| * dev-python/sphinx_lv2_theme: dropped obsolete 1.2.2Miroslav Šulc2023-06-152-22/+0
| | | | | | | | | | Bug: https://bugs.gentoo.org/908492 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
| * dev-python/pyside2-tools: dropped myself as maintainerMiroslav Šulc2023-06-151-4/+0
| | | | | | | | Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* | 2023-06-15 06:31:58 UTCRepository mirror & CI2023-06-1512-157/+22
| |
* | Merge updates from masterRepository mirror & CI2023-06-1515-732/+46
|\|