| Age | Commit message (Collapse) | Author |
|
Enable building with USE=-doc when doxygen is not installed.
Closes: https://bugs.gentoo.org/967121
Signed-off-by: Jaco Kroon <jkroon@gentoo.org>
|
|
Closes: https://bugs.gentoo.org/963774
Closes: https://bugs.gentoo.org/964539
Signed-off-by: Jaco Kroon <jkroon@gentoo.org>
|
|
Signed-off-by: Jaco Kroon <jkroon@gentoo.org>
|
|
Add `dot-a.eclass` and drop USE=static-libs:
We're only building static libs at this point, there's no point in a USE
for the only valid combination. Instead, rely on the default behaviour
and hard-coded `--enable-static` (and upstream behaviour) to ensure that
an appropriate library is built and installed.
Signed-off-by: Matt Jolly <kangie@gentoo.org>
|
|
Signed-off-by: Arthur Zamarin <arthurzam@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: Michał Górny <mgorny@gentoo.org>
|
|
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
|
|
It only uses the `gpg` command and does not appear to depend on any
specific implementation.
Closes: https://bugs.gentoo.org/965587
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44755
Closes: https://github.com/gentoo/gentoo/pull/44755
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
Move from wrong directory.
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
|
|
Signed-off-by: Thomas Raschbacher <lordvan@gentoo.org>
|
|
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
|
|
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
|
|
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
|
|
Signed-off-by: Joe Kappus <joe@wt.gd>
Part-of: https://github.com/gentoo/gentoo/pull/44566
Closes: https://github.com/gentoo/gentoo/pull/44566
Signed-off-by: Sam James <sam@gentoo.org>
|
|
So this package does forced-inlining for reasons. This sets a new
macro added by patch that disables it when -Og is present.
I'm following the lead from xxHash in https://bugs.gentoo.org/961093
Closes: https://bugs.gentoo.org/961901
Signed-off-by: Joe Kappus <joe@wt.gd>
Part-of: https://github.com/gentoo/gentoo/pull/44566
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
|
|
The original tarball seems to have been created prematurely, missing
some commits.
See also: https://github.com/lxqt/lxqt-archiver/issues/460
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
|
|
Fixes gcc-16 build
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Fixes: d4a25b403dab1c6a6cf69492d27a433519a5619e
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
|
|
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
|
|
Signed-off-by: Maciej Barć <xgqt@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 -r -e 's@virtual/zlib-[0-9.]*(-r[0-9]*)?@&:=@g'
git grep -l 'virtual/zlib-' | xargs sed -i -e 's@:=:=@:=@g'
pkgcheck scan --commits \
-c SourcingCheck,VisibilityCheck,DependencyCheck --exit error
```
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 @virtual/zlib:= @g'
```
with some manual reverts.
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 zlib app-* | 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 VisibilityCheck --exit error
```
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
Patch from https://github.com/0-wiz-0/trrntzip/commit/7ce70832ee84c9d3c491fedb15cf9abd2aacb5bf.patch
Closes: https://bugs.gentoo.org/964532
Signed-off-by: Alexander Miller <alex.miller@gmx.de>
Closes: https://github.com/gentoo/gentoo/pull/44346
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
|
|
Bug: https://github.com/rpm-software-management/rpm/issues/3970
Closes: https://bugs.gentoo.org/965006
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/44295
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
|
|
Signed-off-by: Jaco Kroon <jkroon@gentoo.org>
|
|
Signed-off-by: Craig Andrews <candrews@gentoo.org>
|
|
Add lzip to test dependencies.
Closes: https://bugs.gentoo.org/951887
Signed-off-by: Florian Schmaus <flow@gentoo.org>
|
|
sed -E '/dev-libs\/gobject-introspection(:=|\s|$|-[0-9]|\[)/ { s/(>=)?dev-libs\/gobject-introspection(-[0-9.r-]*)?/>=dev-libs\/gobject-introspection-1.82.0-r2/ }' */*/*.ebuild -i
+ manually going over to undo the false positives or if the version
requirement was higher.
Bug: https://bugs.gentoo.org/947058
See-Also: ae37e3f389808700bd0f4343ee04888f0ef179d2
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44336
Closes: https://github.com/gentoo/gentoo/pull/44336
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
|
|
fix c23/musl removing bundled getopt.h
Closes: https://bugs.gentoo.org/956793
Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
Part-of: https://github.com/gentoo/gentoo/pull/44199
Closes: https://github.com/gentoo/gentoo/pull/44199
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44175
Closes: https://github.com/gentoo/gentoo/pull/44175
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/43909
Closes: https://github.com/gentoo/gentoo/pull/43909
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/43909
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/43909
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Fails to build with rpm-6.0.0 due to a header incompatibility.
Upstream has already fixed this in:
https://github.com/rpm-software-management/createrepo_c/commit/4e37bc582b1673ff767dbd0b570ef1c8871d3e8c
No revbump is required as this has no effect on runtime.
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/43909
Signed-off-by: Sam James <sam@gentoo.org>
|