| Age | Commit message (Collapse) | Author |
|
Bug: https://bugs.gentoo.org/473598
Bug: https://bugs.gentoo.org/720224
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
|
|
Done via:
```
git grep -l virtual/zlib$ | xargs sed -i -e 's@virtual/zlib$@&:=@'
```
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
Update done using:
```
git grep -l sys-libs/zlib dev-* | xargs sed -i -e s@sys-libs/zlib@virtual/zlib@g
git diff --name-only | xargs copybump
git diff --name-only | xargs grep -l PYTHON_COMPAT | xargs gpy-impl -@dead
pkgcheck scan --commits -c SourcingCheck,VisibilityCheck --exit error
```
Signed-off-by: Michał Górny <mgorny@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://bugs.gentoo.org/955673
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|
|
Result of running the command:
grep --include="*.ebuild" -r . -e 'KEYWORDS=.*[" ]sparc' -l | xargs ekeyword ~sparc
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
Now that tests run at all, I can confirm they pass newer pythons as
well. Can't test 3.14 because qtpy doesn't enable it yet, but at least
we are finally "modern".
Closes: https://bugs.gentoo.org/929800
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
|
|
There is a random segfault in the testsuite. If I run
```
while FEATURES=test emerge -1 vitables; do :; done
```
after a few successful runs, it fails with
```
tests/test_vtgui.py::TestVTGui::test_dockWidget Fatal Python error: Segmentation fault
```
This does NOT fix the tests. It does, however, allow pytest to process
the entire test session and summarize as e.g.
> worker 'gw6' crashed while running 'tests/test_logger.py::TestLogger::test_write'
Bug: https://bugs.gentoo.org/892886
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
|
|
Drastically updated version on account of it includes loads of patches
we were importing from Debian (?) and also actually works with numpy
2.x. In fact, its ::gentoo deps already require `>=numpy-2` therefore it
has so far been impossible to install it in working at all. As such, I
give no credence to the idea of keeping the old version around "in case
people encounter issues with the new release". Not this time, buddy!
In the process, it turns out a particular test is broken. It tries to
test locale support, which would be nice and all except there are some
raw *.ts files floating around in the repo root and no way to actually
compile or install them. To boot, the testcase string wants to hardcode
the es_ES locale. There is no upstream CI or anything.
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
|
|
* usb is enabled always, so remove IUSE="usb"
* fix case handling in configure.in
* fix error on function argument mismatch
Closes: https://bugs.gentoo.org/927077
Closes: https://bugs.gentoo.org/944398
Closes: https://bugs.gentoo.org/954879
Signed-off-by: Z. Liu <zhixu.liu@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/42533
Closes: https://github.com/gentoo/gentoo/pull/42533
Signed-off-by: Nowa Ammerlaan <nowa@gentoo.org>
|
|
Bug: https://bugs.gentoo.org/955673
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/42975
Closes: https://github.com/gentoo/gentoo/pull/42975
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Closes: https://bugs.gentoo.org/955172
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Part-of: https://github.com/gentoo/gentoo/pull/42187
Closes: https://github.com/gentoo/gentoo/pull/42187
Signed-off-by: Nowa Ammerlaan <nowa@gentoo.org>
|
|
* Drop "cuda" and "opencl" USE flags, make them optfeatures instead.
* Drop possibly outdated CURL_SSL depends.
* Add "gui" USE flag distinct from "X".
* Remove outdated app-admin/quickswitch blocker.
* Remove --disable-static from configure args (implicitly passed in EAPI
8).
* Set ownership for /var/lib/boinc during the install.
* Symlink /var/lib/boinc/ca-bundle.crt during the install.
* Remove static libraries during the install.
* Install bash completions for boinccmd.
* Use upstream-provided icons and the desktop file instead of outdated
ours.
* Update the OpenRC service:
* use supervise-daemon and declarative service syntax;
* remove unnecessary variables (BOINCBIN, BOINCCMD,
BOINC_PIDFILE);
* rename ALLOW_REMOTE_RPC -> ALLOW_REMOTE_GUI_RPC to avoid
surprises with switching the choice from yes/no to set/unset;
* make "retry" configurable;
Closes: https://bugs.gentoo.org/938972
Closes: https://bugs.gentoo.org/822771
Closes: https://bugs.gentoo.org/948143
Bug: https://bugs.gentoo.org/955172
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Part-of: https://github.com/gentoo/gentoo/pull/42187
Signed-off-by: Nowa Ammerlaan <nowa@gentoo.org>
|
|
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/41919
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/41919
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/41919
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Z. Liu <zhixu.liu@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/42316
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: David Seifert <soap@gentoo.org>
|
|
Signed-off-by: Nowa Ammerlaan <nowa@gentoo.org>
|
|
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
Closes: https://bugs.gentoo.org/943498
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
|
|
Closes: https://bugs.gentoo.org/940905
Signed-off-by: Nowa Ammerlaan <nowa@gentoo.org>
|
|
Change was created by running the following command::
ekeyword ^ia64 */*/*.ebuild
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
|
|
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
|
|
Closes: https://bugs.gentoo.org/929799
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
|
|
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
|
|
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
|
|
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
|
|
Bug: https://bugs.gentoo.org/931823
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
|
|
bump copyright of touched ebuilds to 2024
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
|
|
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
|
|
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/36164
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
|
|
Closes: https://bugs.gentoo.org/831137
Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com>
Closes: https://github.com/gentoo/gentoo/pull/36032
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
|
|
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
|
|
Closes: https://bugs.gentoo.org/781929
Closes: https://bugs.gentoo.org/874081
Closes: https://bugs.gentoo.org/863272
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Closes: https://bugs.gentoo.org/926437
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
|
|
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
|
|
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
|
|
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
|
|
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
|
|
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
|