| Age | Commit message (Collapse) | Author |
|
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
|
|
Seems okay with Clang now, even with stricter flags.
Closes: https://bugs.gentoo.org/739096
Closes: https://bugs.gentoo.org/884709
Closes: https://bugs.gentoo.org/965851
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
|
|
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
|
|
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Part-of: https://github.com/gentoo/gentoo/pull/44464
Closes: https://github.com/gentoo/gentoo/pull/44464
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
Done via:
```
git grep -l 'virtual/zlib"' | xargs sed -i -e 's@virtual/zlib"@virtual/zlib:="@'
```
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
Done via:
```
git grep -l 'virtual/zlib\[' |
xargs sed -i -e 's@virtual/zlib\[@virtual/zlib:=\[@g'
```
Signed-off-by: Michał Górny <mgorny@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 sys-* | xargs sed -i -e s@sys-libs/zlib@virtual/zlib@g
git grep -l virtual/zlib-ng sys-* | xargs sed -i -e s@virtual/zlib-ng@sys-libs/zlib-ng@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
```
Plus reverts in sys-libs/minizip-ng, sys-libs/zlib-ng and profiles.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|
|
Closes: https://bugs.gentoo.org/958651 (pkgremoved)
Closes: https://bugs.gentoo.org/958652 (pkgremoved)
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|
|
Closes: https://bugs.gentoo.org/739110
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Syobon Action game was removed a year ago in
d8f3acc794dbff2cd51e0a3b37d7418afe95b2e6 because it used
deprecated EAPI.
Turned out that bumping EAPI and using new SRC_URI is
enough to fix the ebuild.
Bug: https://bugs.gentoo.org/739110
Bug: https://bugs.gentoo.org/936299
Signed-off-by: Pavel Kulyov <kulyov.pavel@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44163
Closes: https://github.com/gentoo/gentoo/pull/44163
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>
|
|
Thanks to Erik Zeek for the C23 fix.
Closes: https://bugs.gentoo.org/943793
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
Part-of: https://github.com/gentoo/gentoo/pull/44018
Closes: https://github.com/gentoo/gentoo/pull/44018
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
Part-of: https://github.com/gentoo/gentoo/pull/44018
Signed-off-by: Sam James <sam@gentoo.org>
|
|
update EAPI to 8
update SRC_URI (redirect)
unbundle lua and tinyxml2
use media-libs/libglvnd instead of virtual/opengl
builtin tar from cmake is used instead of app-arch/zip
filter-lto (Werror=strict-aliasing)
wakeup testsuite
Closes: https://bugs.gentoo.org/868723
Closes: https://bugs.gentoo.org/938116
Closes: https://bugs.gentoo.org/957868
Closes: https://bugs.gentoo.org/957869
Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
Part-of: https://github.com/gentoo/gentoo/pull/44018
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org>
Part-of: https://github.com/gentoo/gentoo/pull/43979
Closes: https://github.com/gentoo/gentoo/pull/43979
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Closes: https://bugs.gentoo.org/943818
Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org>
Part-of: https://github.com/gentoo/gentoo/pull/43979
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
|
|
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
|
|
This reverts commit 77459301861c59defe39c79365f9995b37389c17.
It was, in fact, needed.
Closes: https://bugs.gentoo.org/962248
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
|
|
... to avoid installing broken static libraries w/ LTO.
Closes: https://bugs.gentoo.org/959496
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
|
|
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
|
|
Fixes building the same libraries as both static and shared.
Closes: https://bugs.gentoo.org/891049
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
|
|
wrt bug #958001, upstream fixed the files that are actually used
but there is still some unused CMakeLists.txt so need the SKIP=1.
Closes: https://bugs.gentoo.org/958001
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
|
|
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
|
|
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
|
|
use a snapshot to fix few issues
update SRC_URI's songs (redirect)
add xdg to update cache
deps :
add gtest for testsuite
add [blas] for aubio (target patched to cblas instead of openblas)
add [cxx] for portaudio
ad dev-cpp/nlohmann_json for json support
add dev-libs/spdlog
add dev-libs/libfmt (used for log with spdlog)
add virtual/pkgconfig for detection
remove locale per lang
update compile definitions to avoid 3rd party and bundle CED (not in
tree)
patches :
use cblas instead of openblas for aubio. It seems to work fine as it.
avoid gzip for manpages
Closes: https://bugs.gentoo.org/942642
Closes: https://bugs.gentoo.org/956689
Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
Part-of: https://github.com/gentoo/gentoo/pull/43255
Closes: https://github.com/gentoo/gentoo/pull/43255
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Closes: https://bugs.gentoo.org/957271 (pkgremoved)
Closes: https://bugs.gentoo.org/944255 (pkgremoved)
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
Signed-off-by: Adrià Juan <sakugen@proton.me>
Part-of: https://github.com/gentoo/gentoo/pull/42971
Closes: https://github.com/gentoo/gentoo/pull/42971
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
|
|
Signed-off-by: Adrià Juan <sakugen@proton.me>
Part-of: https://github.com/gentoo/gentoo/pull/42971
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
|
|
Closes: https://bugs.gentoo.org/950339
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
|
|
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
|
|
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
It finds some false positives. CMake 4 works fine now.
Closes: https://bugs.gentoo.org/957672
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
|
|
Signed-off-by: Adrià Juan <sakugen@proton.me>
Part-of: https://github.com/gentoo/gentoo/pull/42359
Closes: https://github.com/gentoo/gentoo/pull/42359
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
|
|
Signed-off-by: Adrià Juan <sakugen@proton.me>
Part-of: https://github.com/gentoo/gentoo/pull/42359
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
|
|
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
|
|
223->189 targets w/ tests disabled
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Closes: https://bugs.gentoo.org/955493
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
|
|
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|
|
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
|