| Age | Commit message (Collapse) | Author |
|
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
|
|
Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com>
Part-of: https://github.com/gentoo/gentoo/pull/44663
Closes: https://github.com/gentoo/gentoo/pull/44663
Signed-off-by: Florian Schmaus <flow@gentoo.org>
|
|
Closes: https://bugs.gentoo.org/961568
Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com>
Part-of: https://github.com/gentoo/gentoo/pull/44663
Signed-off-by: Florian Schmaus <flow@gentoo.org>
|
|
Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com>
Part-of: https://github.com/gentoo/gentoo/pull/44663
Signed-off-by: Florian Schmaus <flow@gentoo.org>
|
|
Signed-off-by: Conrad Kostecki <conikost@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>
|
|
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
|
|
I meant to include this in 5507c2df5d98f518edd20ca590e7a33e5c75f0ec.
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Closes: https://bugs.gentoo.org/943906
Thanks-to: Matt Hartley <mhartley@caltech.edu>
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
|
|
Signed-off-by: Michael Mair-Keimberger <mm1ke@gentoo.org>
|
|
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/43793
Closes: https://github.com/gentoo/gentoo/pull/43793
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/42469
Closes: https://github.com/gentoo/gentoo/pull/42469
Signed-off-by: Sam James <sam@gentoo.org>
|
|
In non-parallel builds, make executes rules in the order they are defined in
the makefile; In parallel builds, if no explicit rule is defined for a target,
make uses the default implicit rule instead.
Both CFLAGS & CPPFLAGS will be used in default ".c.o" rule. The makefile of
iozone doesn't use CPPFLAGS anywhere. So append all necessary flags to CFLAGS
is a quick solution to handle both parallel and non-parallel build.
For x86 platforms, "-D_FILE_OFFSET_BITS=64" is required. Without it, off_t
defaults to 32-bit, causing build failures with errors like "conflicting
types for 'pwrite64'".
Closes: https://bugs.gentoo.org/947708
Signed-off-by: Z. Liu <zhixu.liu@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/42469
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Closes: https://bugs.gentoo.org/948362
Signed-off-by: Z. Liu <zhixu.liu@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/42469
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
|
|
Signed-off-by: Conrad Kostecki <conikost@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>
|
|
update HOMEPAGE and SRC_URI with github repo
add a snapshot after 1.5.0_alpha3
auto-completion/libtecla support removed in 1.5.0_alpha1
bug #729104 fixed in 1.5.0_alpha1
remove .la files
patches :
fix gcc-15
fix implicit function in configure
fix an issue with randomization
Closes: https://bugs.gentoo.org/729104
Closes: https://bugs.gentoo.org/906004
Closes: https://bugs.gentoo.org/943905
Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
Part-of: https://github.com/gentoo/gentoo/pull/43620
Closes: https://github.com/gentoo/gentoo/pull/43620
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
|
|
Closes: https://bugs.gentoo.org/929287
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
|
|
As we anyways use `domodule` there is no point permitting it to seek
site-package using legacy distutils, only to discard the info.
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
|
|
We never call {eclass}_pkg_setup, so no python impl
Fixes: ace8b37ca275ab88fec31daf59f369d2aa25ecef
Bug: https://bugs.gentoo.org/950448
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
|
|
Bug: https://bugs.gentoo.org/863998
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
|
|
Closes: https://bugs.gentoo.org/959119
Signed-off-by: Sam James <sam@gentoo.org>
|
|
This reverts commit 6642dfdcf54effc0c3090aa5abe5e71b355ac1d7.
The wrong version got cleaned up (there's an older stable EAPI 7 version
which should go instead).
Bug: https://bugs.gentoo.org/959119
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
Closes: https://bugs.gentoo.org/957948
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
dev-util/cram is used by calling directly `cram` by makefile in
'tests/test_run.sh' file. Therefore, the usage of python eclass isn't
required, and we can simplify the ebuild.
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
|
|
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
|
|
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Michał Górny <mgorny@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>
|
|
Closes: https://bugs.gentoo.org/943907
Signed-off-by: Sam James <sam@gentoo.org>
|
|
* Call python-single-r1_pkg_setup (i.e. python_setup) conditionally
based on USE=cairo to match the other Python conditionals
* Fix style (conditional last, not first in *DEPEND; whitespace; variable
order)
Closes: https://bugs.gentoo.org/950448
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
|
|
Signed-off-by: Florian Schmaus <flow@gentoo.org>
|
|
Bug: https://bugs.gentoo.org/863998
Signed-off-by: Florian Schmaus <flow@gentoo.org>
|
|
Closes: https://bugs.gentoo.org/show_bug.cgi?id=952182
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
|
|
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
|